eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D RADIO BUTTON API Constant Specification
Collaboration diagram for D4D RADIO BUTTON API Constant Specification:

Modules

 D4D RADIO BUTTON Defines masks of radio button specific behaviour flags
 

Macros

#define D4D_RADIOBUTTON_F_DEFAULT
 This is radio button init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE\ | D4D_OBJECT_F_MOUSE_NORMAL | D4D_OBJECT_F_FOCUSRECT | D4D_RADIOBUTTON_F_ICON_RING ) as a default. More...
 
#define D4D_RADIOBUTTON_TXT_PRTY_DEFAULT
 This is radio box init text properties. If not defined, it sets to (D4D_ALIGN_H_LEFT_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More...
 
#define D4D_RADIOBUTTON_FNT_PRTY_DEFAULT
 This is radio button init font properties. If not defined, it sets to ( 0 ) as a default. More...
 
#define D4D_RADIOBUTTON_BORDER_OFFSET
 This is pixel count of radio button bitmap border offset. If not defined, it sets to 3 pixel as a default. More...
 
#define D4D_RADIOBUTTON_TEXT_OFFSET
 This is pixel count of radio button text border offset. If not defined, it sets to 4 pixel as a default. More...
 
#define D4D_RADIOBUTTON_ICON_RING
 This is pixel count of radio button annulus. If not defined, it sets to 2 pixel as a default. More...
 
#define D4D_RADIOBUTTON_MIN_SIZE
 This is pixel count of radio button ring minimal size. If not defined, it sets to 8 pixel as a default. More...
 
#define D4D_COLOR_RADIOBUTTON_ICON_BCKG
 This is radio button icon background color definition. Is used for example if non-check icon is not defined. If not defined, it sets to D4D_COLOR_WHITE as a default. More...
 

Detailed Description

This section specifies the exact constants used by widget.

Macro Definition Documentation

#define D4D_COLOR_RADIOBUTTON_ICON_BCKG

This is radio button icon background color definition. Is used for example if non-check icon is not defined. If not defined, it sets to D4D_COLOR_WHITE as a default.

Definition at line 124 of file d4d_radio_button.h.

#define D4D_RADIOBUTTON_BORDER_OFFSET

This is pixel count of radio button bitmap border offset. If not defined, it sets to 3 pixel as a default.

Definition at line 100 of file d4d_radio_button.h.

#define D4D_RADIOBUTTON_F_DEFAULT

This is radio button init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE\ | D4D_OBJECT_F_MOUSE_NORMAL | D4D_OBJECT_F_FOCUSRECT | D4D_RADIOBUTTON_F_ICON_RING ) as a default.

Definition at line 80 of file d4d_radio_button.h.

#define D4D_RADIOBUTTON_FNT_PRTY_DEFAULT

This is radio button init font properties. If not defined, it sets to ( 0 ) as a default.

Definition at line 94 of file d4d_radio_button.h.

#define D4D_RADIOBUTTON_ICON_RING

This is pixel count of radio button annulus. If not defined, it sets to 2 pixel as a default.

Definition at line 112 of file d4d_radio_button.h.

#define D4D_RADIOBUTTON_MIN_SIZE

This is pixel count of radio button ring minimal size. If not defined, it sets to 8 pixel as a default.

Definition at line 118 of file d4d_radio_button.h.

#define D4D_RADIOBUTTON_TEXT_OFFSET

This is pixel count of radio button text border offset. If not defined, it sets to 4 pixel as a default.

Definition at line 106 of file d4d_radio_button.h.

#define D4D_RADIOBUTTON_TXT_PRTY_DEFAULT

This is radio box init text properties. If not defined, it sets to (D4D_ALIGN_H_LEFT_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.

Definition at line 88 of file d4d_radio_button.h.