Home | All Classes | Grouped Classes | Index | Search
CL_InputDialog component More...
Derived from:
CL_Window
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
CL_InputDialog constructor |
Operations:
Add inputbox with label to dialog. The inputbox is deleted by the InputDialog when destroyed. | |
Add checkbox with label to dialog. The checkbox is deleted by the InputDialog when destroyed. | |
Get the pointer to one of the built in buttons (ok/cancel/etc) to further customize it 0 based. Returns NULL if no button exists at that index | |
Returns the number of the button that was used to close the dialog. |
Detailed description:
!group=GUI/Controls! !header=gui.h!