X11workbench Toolkit  1.0
'Standard Control Name' Atoms

Variables

Atom aFRAME_CONTROL
 Standard Dialog Control - transparent frame with optional text - see FRAME_CONTROL_STR.
 
Atom aTEXT_CONTROL
 Standard Dialog Control - static text (single or multi-line) - see TEXT_CONTROL_STR.
 
Atom aICON_CONTROL
 Standard Dialog Control - icon container (has a nice 3D border) - see ICON_CONTROL_STR.
 
Atom aIMAGE_CONTROL
 Standard Dialog Control - generic image/pixmap holder - see IMAGE_CONTROL_STR.
 
Atom aEDIT_CONTROL
 Standard Dialog Control - editable text (single or multi-line, scrollable, clipboard) - see EDIT_CONTROL_STR.
 
Atom aPUSHBUTTON_CONTROL
 Standard Dialog Control - Pushbutton control - see PUSHBUTTON_CONTROL_STR.
 
Atom aDEFPUSHBUTTON_CONTROL
 Standard Dialog Control - default Pushbutton control (has dark border, accepts <ENTER> as hotkey) - see DEFPUSHBUTTON_CONTROL_STR.
 
Atom aCANCELBUTTON_CONTROL
 Standard Dialog Control - cancel pushbutton control (accepts <ESC> as hotkey) - see CANCELBUTTON_CONTROL_STR.
 
Atom aRADIOBUTTON_CONTROL
 Standard Dialog Control - radio button - see RADIOBUTTON_CONTROL_STR.
 
Atom aFIRSTRADIOBUTTON_CONTROL
 Standard Dialog Control - 'first' radio button - defines start of radio button 'group' - see FIRSTRADIOBUTTON_CONTROL_STR.
 
Atom aCHECKBUTTON_CONTROL
 Standard Dialog Control - check[box] button - push-on/push-off with 'check mark' (or whatever) - see CHECKBUTTON_CONTROL_STR.
 
Atom aTRISTATEBUTTON_CONTROL
 Standard Dialog Control - tristate - like check, but with a third state - see TRISTATEBUTTON_CONTROL_STR.
 
Atom aHSCROLL_CONTROL
 Standard Dialog Control - horizontal scroll - see HSCROLL_CONTROL_STR.
 
Atom aVSCROLL_CONTROL
 Standard Dialog Control - vertical scroll - see VSCROLL_CONTROL_STR.
 
Atom aSLIDER_CONTROL
 Standard Dialog Control - volume control (slider bar) (h or v depending on geometry) - see SLIDER_CONTROL_STR.
 
Atom aKNOB_CONTROL
 Standard Dialog Control - "volume knob" (270 degrees of rotation, left to right) - see KNOB_CONTROL_STR.
 
Atom aLIST_CONTROL
 Standard Dialog Control - list - single, multi, extended select (h, v, multicol) - see LIST_CONTROL_STR.
 
Atom aCOMBO_CONTROL
 Standard Dialog Control - classic 'combo box' control - see COMBO_CONTROL_STR.
 
Atom aTREE_CONTROL
 Standard Dialog Control - class 'tree' control - see TREE_CONTROL_STR.
 
Atom aCOMBOTREE_CONTROL
 Standard Dialog Control - 'combo tree' (tree with interlocked edit/text box like combo box) - see COMBOTREE_CONTROL_STR.
 
Atom aFILE_LIST_CONTROL
 Standard Dialog Control - File List - see FILE_LIST_CONTROL_STR.
 
Atom aFILE_COMBO_CONTROL
 Standard Dialog Control - file combo control - see FILE_COMBO_CONTROL_STR.
 
Atom aPATH_TREE_CONTROL
 Standard Dialog Control - path tree - directory hierarchy - see PATH_TREE_CONTROL_STR.
 
Atom aTAB_CONTROL
 Standard Dialog Control -'tab' container (auto enable/disable contents) - see TAB_CONTROL_STR.
 
#define FRAME_CONTROL_STR   "Frame"
 
#define TEXT_CONTROL_STR   "Text"
 
#define ICON_CONTROL_STR   "Icon"
 
#define IMAGE_CONTROL_STR   "Image"
 
#define EDIT_CONTROL_STR   "Edit"
 
#define PUSHBUTTON_CONTROL_STR   "PushButton"
 
#define DEFPUSHBUTTON_CONTROL_STR   "DefPushButton"
 
#define CANCELBUTTON_CONTROL_STR   "CancelButton"
 
#define RADIOBUTTON_CONTROL_STR   "RadioButton"
 
#define FIRSTRADIOBUTTON_CONTROL_STR   "FirstRadioButton"
 
#define CHECKBUTTON_CONTROL_STR   "CheckButton"
 
#define TRISTATEBUTTON_CONTROL_STR   "TriStateButton"
 
#define HSCROLL_CONTROL_STR   "HScroll"
 
#define VSCROLL_CONTROL_STR   "VScroll"
 
#define SLIDER_CONTROL_STR   "Slider"
 
#define KNOB_CONTROL_STR   "Knob"
 
#define LIST_CONTROL_STR   "List"
 
#define COMBO_CONTROL_STR   "Combo"
 
#define TREE_CONTROL_STR   "Tree"
 
#define COMBOTREE_CONTROL_STR   "ComboTree"
 
#define FILE_LIST_CONTROL_STR   "FileList"
 
#define FILE_COMBO_CONTROL_STR   "FileCombo"
 
#define PATH_TREE_CONTROL_STR   "PathTree"
 
#define TAB_CONTROL_STR   "Tab"
 

Detailed Description

'Control Name' atoms for pre-defined (standard) dialog controls

Macro Definition Documentation

◆ CANCELBUTTON_CONTROL_STR

#define CANCELBUTTON_CONTROL_STR   "CancelButton"

Cancel Push Button Control - aCANCELBUTTON_CONTROL

Definition at line 1161 of file dialog_controls.h.

◆ CHECKBUTTON_CONTROL_STR

#define CHECKBUTTON_CONTROL_STR   "CheckButton"

Checkbox Button Control - aCHECKBUTTON_CONTROL

Definition at line 1164 of file dialog_controls.h.

◆ COMBO_CONTROL_STR

#define COMBO_CONTROL_STR   "Combo"

Combo Box Control - aCOMBO_CONTROL

Definition at line 1171 of file dialog_controls.h.

◆ COMBOTREE_CONTROL_STR

#define COMBOTREE_CONTROL_STR   "ComboTree"

Combo Tree Control - aCOMBOTREE_CONTROL

Definition at line 1173 of file dialog_controls.h.

◆ DEFPUSHBUTTON_CONTROL_STR

#define DEFPUSHBUTTON_CONTROL_STR   "DefPushButton"

Default Push Button Control - aDEFPUSHBUTTON_CONTROL

Definition at line 1160 of file dialog_controls.h.

◆ EDIT_CONTROL_STR

#define EDIT_CONTROL_STR   "Edit"

Edit (Text) Control - aEDIT_CONTROL

Definition at line 1158 of file dialog_controls.h.

◆ FILE_COMBO_CONTROL_STR

#define FILE_COMBO_CONTROL_STR   "FileCombo"

File Combo Control - aFILE_COMBO_CONTROL

Definition at line 1175 of file dialog_controls.h.

◆ FILE_LIST_CONTROL_STR

#define FILE_LIST_CONTROL_STR   "FileList"

File List Control - aFILE_LIST_CONTROL

Definition at line 1174 of file dialog_controls.h.

◆ FIRSTRADIOBUTTON_CONTROL_STR

#define FIRSTRADIOBUTTON_CONTROL_STR   "FirstRadioButton"

First Radio Button Control - aFIRSTRADIOBUTTON_CONTROL

Definition at line 1163 of file dialog_controls.h.

◆ FRAME_CONTROL_STR

#define FRAME_CONTROL_STR   "Frame"

Static Frame Control - aFRAME_CONTROL

Definition at line 1154 of file dialog_controls.h.

◆ HSCROLL_CONTROL_STR

#define HSCROLL_CONTROL_STR   "HScroll"

Horizontal Scroll Bar Control - aHSCROLL_CONTROL

Definition at line 1166 of file dialog_controls.h.

◆ ICON_CONTROL_STR

#define ICON_CONTROL_STR   "Icon"

Static Icon Control - aICON_CONTROL

Definition at line 1156 of file dialog_controls.h.

◆ IMAGE_CONTROL_STR

#define IMAGE_CONTROL_STR   "Image"

Static Image Control - aIMAGE_CONTROL

Definition at line 1157 of file dialog_controls.h.

◆ KNOB_CONTROL_STR

#define KNOB_CONTROL_STR   "Knob"

'Volume' Knob Control - aKNOB_CONTROL

Definition at line 1169 of file dialog_controls.h.

◆ LIST_CONTROL_STR

#define LIST_CONTROL_STR   "List"

List Box Control - aLIST_CONTROL

Definition at line 1170 of file dialog_controls.h.

◆ PATH_TREE_CONTROL_STR

#define PATH_TREE_CONTROL_STR   "PathTree"

Path Tree Control - aPATH_TREE_CONTROL

Definition at line 1176 of file dialog_controls.h.

◆ PUSHBUTTON_CONTROL_STR

#define PUSHBUTTON_CONTROL_STR   "PushButton"

Push Button Control - aPUSHBUTTON_CONTROL

Definition at line 1159 of file dialog_controls.h.

◆ RADIOBUTTON_CONTROL_STR

#define RADIOBUTTON_CONTROL_STR   "RadioButton"

Radio Button Control - aRADIOBUTTON_CONTROL

Definition at line 1162 of file dialog_controls.h.

◆ SLIDER_CONTROL_STR

#define SLIDER_CONTROL_STR   "Slider"

Sliding Bar Control - aSLIDER_CONTROL

Definition at line 1168 of file dialog_controls.h.

◆ TAB_CONTROL_STR

#define TAB_CONTROL_STR   "Tab"

Tab Control - aTAB_CONTROL

Definition at line 1177 of file dialog_controls.h.

◆ TEXT_CONTROL_STR

#define TEXT_CONTROL_STR   "Text"

Static Text Control - aTEXT_CONTROL

Definition at line 1155 of file dialog_controls.h.

◆ TREE_CONTROL_STR

#define TREE_CONTROL_STR   "Tree"

Tree Control - aTREE_CONTROL

Definition at line 1172 of file dialog_controls.h.

◆ TRISTATEBUTTON_CONTROL_STR

#define TRISTATEBUTTON_CONTROL_STR   "TriStateButton"

Tri-State Button Control - aTRISTATEBUTTON_CONTROL

Definition at line 1165 of file dialog_controls.h.

◆ VSCROLL_CONTROL_STR

#define VSCROLL_CONTROL_STR   "VScroll"

Vertical Scroll Bar Control - aVSCROLL_CONTROL

Definition at line 1167 of file dialog_controls.h.