mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 22:34:18 +01:00
added list and array backends for WMBag
This commit is contained in:
@@ -481,8 +481,16 @@ testTabView(WMScreen *scr)
|
||||
WMSetTabViewItemLabel(tab, "Bla!");
|
||||
|
||||
|
||||
|
||||
frame = WMCreateFrame(win);
|
||||
WMSetFrameRelief(frame, WRFlat);
|
||||
label = WMCreateLabel(frame);
|
||||
WMResizeWidget(label, 100, 100);
|
||||
WMMoveWidget(label, 160, 40);
|
||||
WMSetLabelText(label, "Label fjweqklrj qwl");
|
||||
WMMapWidget(label);
|
||||
tab = WMCreateTabViewItemWithIdentifier(0);
|
||||
WMSetTabViewItemView(tab, WMWidgetView(frame));
|
||||
WMSetTabViewItemView(tab, WMWidgetView(frame));
|
||||
WMAddItemInTabView(tabv, tab);
|
||||
WMSetTabViewItemLabel(tab, "Weee!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user