mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-21 08:34:11 +00:00
better property handling
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@226 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -25,7 +25,7 @@ typedef void* MwWidget;
|
||||
#endif
|
||||
typedef void (*MwHandler)(MwWidget handle);
|
||||
typedef int (*MwHandler2)(MwWidget handle);
|
||||
typedef int (*MwHandler3)(MwWidget handle, const char* key);
|
||||
typedef void (*MwHandler3)(MwWidget handle, const char* key);
|
||||
typedef void (*MwUserHandler)(MwWidget handle, void* user_data, void* call_data);
|
||||
typedef void (*MwErrorHandler)(int code, const char* message, void* user_data);
|
||||
|
||||
@@ -79,6 +79,7 @@ struct _MwWidget {
|
||||
MwPoint mouse_point;
|
||||
int close;
|
||||
jmp_buf before_step;
|
||||
int prop_event;
|
||||
|
||||
void* internal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user