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

Functions

void D4D_RadioButtonSetValue (D4D_OBJECT_PTR pThis, D4D_BOOL value)
 Function Sets the the radio button value. More...
 
D4D_BOOL D4D_RadioButtonGetValue (D4D_OBJECT_PTR pThis)
 Function Gets the the radio button value. More...
 

Detailed Description

This section specifies the exact usage for each API function.

Function Documentation

D4D_BOOL D4D_RadioButtonGetValue ( D4D_OBJECT_PTR  pThis)

Function Gets the the radio button value.

Parameters
pThis- pointer to the radio button object
Returns
Current value of radio button object
Note
This gets the value of radio button.

Definition at line 322 of file d4d_radio_button.c.

Here is the caller graph for this function:

void D4D_RadioButtonSetValue ( D4D_OBJECT_PTR  pThis,
D4D_BOOL  value 
)

Function Sets the the radio button value.

Parameters
pThis- pointer to the radio_button object that should be sets.
value- new value of radio_button
Returns
none.
Note
This sets the value of radio button.

Definition at line 295 of file d4d_radio_button.c.

Here is the call graph for this function:

Here is the caller graph for this function: