ui/cocoa/text.m

changeset 1173
ce0e443174d7
parent 1164
3c037b84e6eb
child 1177
e5e5c1779294
equal deleted inserted replaced
1172:e1c1559f2522 1173:ce0e443174d7
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;

mercurial