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 |