ARB
|
#include <aw_base.hxx>
#include <arb_core.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned char | uchar |
typedef char *(* | GDE_get_sequences_cb )(GBDATA **&the_species, uchar **&the_names, uchar **&the_sequences, long &numberspecies, long &maxalignlen) |
typedef GB_ERROR(* | GDE_format_alignment_cb )(GBDATA *gb_main, const char *ali_name) |
Enumerations | |
enum | gde_window_type { GDE_WINDOWTYPE_DEFAULT, GDE_WINDOWTYPE_EDIT4 } |
Functions | |
GB_ERROR | GDE_init (AW_root *aw_root, AW_default aw_def, GBDATA *gb_main, GDE_get_sequences_cb get_sequences, GDE_format_alignment_cb format_ali, gde_window_type window_type) |
void | GDE_load_menu (AW_window *awm, AW_active, const char *menulabel) |
enum gde_window_type |
GB_ERROR GDE_init | ( | AW_root * | aw_root, |
AW_default | aw_def, | ||
GBDATA * | gb_main, | ||
GDE_get_sequences_cb | get_sequences, | ||
GDE_format_alignment_cb | format_ali, | ||
gde_window_type | window_type | ||
) |