diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 13:58:50 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 13:58:50 -0400 |
| commit | 3c427ed799eb3a58f5d442e19e4f4cd6f844b79a (patch) | |
| tree | 01888c4ad99201a8298e61d55ae7f313f91ca0d3 /new/button_windows.c | |
| parent | 205cc9c2cf3fa99dbe9a95b60b5a46dcfb77fb0d (diff) | |
Implemented uiButton on GTK+. All we need to do is get it to show up...
Diffstat (limited to 'new/button_windows.c')
| -rw-r--r-- | new/button_windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
