#include <gwenhywfar/misc.h>
#include <gwenhywfar/inherit.h>
#include <gwenhywfar/ui/widget.h>
Go to the source code of this file.
Defines | |
#define | GWEN_BUTTON_FLAGS_CHECKBOX 0x00010000 |
Typedefs | |
typedef GWEN_BUTTON | GWEN_BUTTON |
Functions | |
int | GWEN_Button_IsChecked (const GWEN_WIDGET *w) |
GWEN_WIDGET * | GWEN_Button_new (GWEN_WIDGET *parent, GWEN_TYPE_UINT32 flags, const char *name, const char *text, GWEN_TYPE_UINT32 commandId, int x, int y, int width, int height) |
void | GWEN_Button_SetChecked (GWEN_WIDGET *w, int b) |
|
|
|
|
|
|
|
|
|
|