Made Unix uiTab scrollable.

This commit is contained in:
Pietro Gagliardi 2015-05-07 20:33:09 -04:00
parent 4f19b9af5a
commit e19f52f542
2 changed files with 2 additions and 0 deletions

1
ui.idl
View File

@ -6,6 +6,7 @@
package ui {
raw "#include <stddef.h>";
raw "#include <stdint.h>";
raw "#ifndef _UI_EXTERN";

View File

@ -136,6 +136,7 @@ uiTab *uiNewTab(void)
uiUnixMakeControl(uiControl(t), GTK_TYPE_NOTEBOOK,
FALSE, FALSE, onDestroy, t,
"scrollable", TRUE,
NULL);
t->pages = g_array_new(FALSE, TRUE, sizeof (struct tabPage));