summaryrefslogtreecommitdiff
path: root/iup/test/tabs.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
commiteed0eb6a476d54ce19aeff137984aa981d9e3976 (patch)
tree807891636efd2f87dcbd261e971216269973ae07 /iup/test/tabs.c
parentccc8261e4d48de89da4ddfe7b55e378ae0cd6f47 (diff)
Upgrading to iup 3.1
Diffstat (limited to 'iup/test/tabs.c')
-rwxr-xr-xiup/test/tabs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iup/test/tabs.c b/iup/test/tabs.c
index a069f01..1efc1a9 100755
--- a/iup/test/tabs.c
+++ b/iup/test/tabs.c
@@ -73,6 +73,7 @@ static int cbValuePos(Ihandle* ih)
{
Ihandle* tabs = (Ihandle*)IupGetAttribute(ih, "APP_TABS");
IupSetAttribute(tabs, "VALUEPOS", "0");
+// IupSetAttribute(tabs, "TABTITLE0", "1asdasd");
// printf("VALUE=%s\n", IupGetAttribute(tabs, "VALUE"));
return IUP_DEFAULT;
}