forked from pyrite-dev/milsko
Mw/TypeDefs.h: new -> _new
This commit is contained in:
parent
2e2833f57b
commit
95e7db9607
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ typedef void (*MwHandler)(MwWidget handle);
|
|||
typedef int (*MwHandlerWithStatus)(MwWidget handle);
|
||||
typedef void (*MwHandlerProps)(MwWidget handle, char** key);
|
||||
typedef void (*MwHandlerProp)(MwWidget handle, const char* key);
|
||||
typedef void (*MwHandlerChildrenUpdate)(MwWidget handle, MwWidget child, int new);
|
||||
typedef void (*MwHandlerChildrenUpdate)(MwWidget handle, MwWidget child, int _new);
|
||||
typedef void (*MwHandlerChildrenProp)(MwWidget handle, MwWidget child, const char* key);
|
||||
typedef void (*MwHandlerKey)(MwWidget handle, int key);
|
||||
typedef void (*MwHandlerMouse)(MwWidget handle, void* ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue