ui/gtk/button.c

changeset 59
eb6611be50c7
parent 52
25e5390cce41
child 65
4697592e24ba
equal deleted inserted replaced
58:2b124f8ebd95 59:eb6611be50c7
58 G_CALLBACK(ui_destroy_userdata), 58 G_CALLBACK(ui_destroy_userdata),
59 event); 59 event);
60 } 60 }
61 61
62 UiContainer *ct = uic_get_current_container(obj); 62 UiContainer *ct = uic_get_current_container(obj);
63 ct->add(ct, button); 63 ct->add(ct, button, FALSE);
64 64
65 return button; 65 return button;
66 } 66 }
67 67
68 68

mercurial