From 3c427ed799eb3a58f5d442e19e4f4cd6f844b79a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 13:58:50 -0400 Subject: Implemented uiButton on GTK+. All we need to do is get it to show up... --- new/button_windows.c | 1 + 1 file changed, 1 insertion(+) (limited to 'new/button_windows.c') diff --git a/new/button_windows.c b/new/button_windows.c index d7921ad..3725287 100644 --- a/new/button_windows.c +++ b/new/button_windows.c @@ -33,6 +33,7 @@ static void defaultOnClicked(uiControl *c, void *data) // do nothing } +// TODO destruction uiControl *uiNewButton(const char *text) { struct button *b; -- cgit v1.2.3