ARB
Functions
AW_option_toggle.cxx File Reference
#include "aw_at.hxx"
#include "aw_window.hxx"
#include "aw_awar.hxx"
#include "aw_window_Xm.hxx"
#include "aw_root.hxx"
#include "aw_xargs.hxx"
#include "aw_varupdate.hxx"
#include "aw_localdef.hxx"
#include <Xm/MenuShell.h>
#include <Xm/RowColumn.h>
#include <Xm/ToggleB.h>
#include <Xm/Label.h>
#include <Xm/PushB.h>
Include dependency graph for AW_option_toggle.cxx:

Go to the source code of this file.

Functions

__ATTR__NORETURN void option_type_mismatch (const char *triedType)
 
__ATTR__NORETURN void toggle_type_mismatch (const char *triedType)
 
static void remove_option_from_option_menu (AW_root *aw_root, AW_widget_value_pair *os)
 
void option_menu_add_option (AW_option_menu_struct *oms, AW_widget_value_pair *os, bool default_option)
 
static Widget _aw_create_toggle_entry (AW_window *aww, Widget toggle_field, const char *labeltext, const char *mnemonic, VarUpdateInfo *awus, AW_widget_value_pair *toggle, bool default_toggle)
 

Function Documentation

__ATTR__NORETURN void option_type_mismatch ( const char triedType)
inline

Definition at line 26 of file AW_option_toggle.cxx.

References type_mismatch().

__ATTR__NORETURN void toggle_type_mismatch ( const char triedType)
inline

Definition at line 27 of file AW_option_toggle.cxx.

References type_mismatch().

static void remove_option_from_option_menu ( AW_root aw_root,
AW_widget_value_pair os 
)
static
void option_menu_add_option ( AW_option_menu_struct oms,
AW_widget_value_pair os,
bool  default_option 
)
inline
static Widget _aw_create_toggle_entry ( AW_window aww,
Widget  toggle_field,
const char labeltext,
const char mnemonic,
VarUpdateInfo awus,
AW_widget_value_pair toggle,
bool  default_toggle 
)
static