forked from pyrite-dev/milsko
add checkbox and radiobox demo to periodic table
This commit is contained in:
parent
65f16f3144
commit
2369b96091
6 changed files with 55 additions and 14 deletions
|
|
@ -43,8 +43,8 @@ typedef void (*MwHandlerMouse)(MwWidget handle, void* ptr);
|
|||
typedef void (*MwHandlerExecute)(MwWidget handle, const char* name, void* out, va_list args);
|
||||
typedef void (*MwHandlerClipboardReceived)(MwWidget handle, const char* data);
|
||||
|
||||
typedef void (MWAPI *MwUserHandler)(MwWidget handle, void* user_data, void* call_data);
|
||||
typedef void (MWAPI *MwErrorHandler)(int code, const char* message, void* user_data);
|
||||
typedef void(MWAPI* MwUserHandler)(MwWidget handle, void* user_data, void* call_data);
|
||||
typedef void(MWAPI* MwErrorHandler)(int code, const char* message, void* user_data);
|
||||
|
||||
struct _MwTextKeyValue {
|
||||
char* key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue