#include <Xm/Xm.h>#include <Xm/CascadeBG.h>#include <Xm/Form.h>#include <Xm/Label.h>#include <Xm/RowColumn.h>#include <Xm/ToggleBG.h>#include "motifutil.h"
Go to the source code of this file.
Functions | |
| void | Quit_Callback (Widget w, XtPointer client_data, XtPointer call_data) |
| void | Unmanage_Callback (Widget w, XtPointer form, XtPointer call_data) |
| Widget | Build_Radio_Box (Widget parent, char *title, char *name, Arg wargs[], int nargs, char *labels[], int nlabels) |
| Widget | Build_Pulldown_Menu (Widget parent, char *menu_title, char menu_mnemonic, MENU_ITEM *items) |
Variables | |
| static char * | source_file = __FILE__ |
| Widget Build_Pulldown_Menu | ( | Widget | parent, | |
| char * | menu_title, | |||
| char | menu_mnemonic, | |||
| MENU_ITEM * | items | |||
| ) |
Definition at line 162 of file motifutil.c.
References Build_Pulldown_Menu(), MITEM_accel_text, MITEM_accelerator, MITEM_callback, MITEM_callback_data, MITEM_class, MITEM_label, MITEM_mnemonic, MITEM_subitems, and NULL.
Referenced by Build_Pulldown_Menu().

| Widget Build_Radio_Box | ( | Widget | parent, | |
| char * | title, | |||
| char * | name, | |||
| Arg | wargs[], | |||
| int | nargs, | |||
| char * | labels[], | |||
| int | nlabels | |||
| ) |
Definition at line 100 of file motifutil.c.
| void Quit_Callback | ( | Widget | w, | |
| XtPointer | client_data, | |||
| XtPointer | call_data | |||
| ) |
Definition at line 58 of file motifutil.c.
References exit().

| void Unmanage_Callback | ( | Widget | w, | |
| XtPointer | form, | |||
| XtPointer | call_data | |||
| ) |
Definition at line 78 of file motifutil.c.
char* source_file = __FILE__ [static] |
Definition at line 37 of file motifutil.c.
1.7.1