mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-29 19:55:49 +01:00
Put back order in text field delegate structure, so we won't discuss
useless crap.
This commit is contained in:
@@ -435,12 +435,12 @@ typedef struct WMBrowserDelegate {
|
|||||||
typedef struct WMTextFieldDelegate {
|
typedef struct WMTextFieldDelegate {
|
||||||
void *data;
|
void *data;
|
||||||
|
|
||||||
void (*didChange)(struct WMTextFieldDelegate *self,
|
|
||||||
WMNotification *notif);
|
|
||||||
|
|
||||||
void (*didBeginEditing)(struct WMTextFieldDelegate *self,
|
void (*didBeginEditing)(struct WMTextFieldDelegate *self,
|
||||||
WMNotification *notif);
|
WMNotification *notif);
|
||||||
|
|
||||||
|
void (*didChange)(struct WMTextFieldDelegate *self,
|
||||||
|
WMNotification *notif);
|
||||||
|
|
||||||
void (*didEndEditing)(struct WMTextFieldDelegate *self,
|
void (*didEndEditing)(struct WMTextFieldDelegate *self,
|
||||||
WMNotification *notif);
|
WMNotification *notif);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user