| 377 @end |
377 @end |
| 378 |
378 |
| 379 |
379 |
| 380 /* -------------------------- TextField -------------------------- */ |
380 /* -------------------------- TextField -------------------------- */ |
| 381 |
381 |
| 382 static void textfield_geteventdata(id sender, UiVar *var, void **eventdata, int *eventdatatype, int *value) { |
382 static void textfield_geteventdata(id sender, UiVar *var, void **eventdata, UiEventType *eventdatatype, int *value) { |
| 383 |
383 |
| 384 } |
384 } |
| 385 |
385 |
| 386 static UIWIDGET textfield_create(UiObject *obj, UiTextFieldArgs *args, BOOL password, BOOL frameless) { |
386 static UIWIDGET textfield_create(UiObject *obj, UiTextFieldArgs *args, BOOL password, BOOL frameless) { |
| 387 NSTextField *textfield; |
387 NSTextField *textfield; |