From eed0eb6a476d54ce19aeff137984aa981d9e3976 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 15 Jun 2010 00:59:57 -0700 Subject: Upgrading to iup 3.1 --- iup/test/tabs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iup/test/tabs.c') 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; } -- cgit v1.2.3