This commit is contained in:
parent
141ea4a027
commit
1f232522b7
3 changed files with 124 additions and 2 deletions
|
|
@ -316,6 +316,10 @@ int main() {
|
|||
MwNtitle, "Sub window",
|
||||
NULL);
|
||||
add(f);
|
||||
MwVaCreateWidget(MwSubWindowClass, "swnd", MwViewportGetViewport(w), 64, 64, 256, 128,
|
||||
MwNtitle, "Sub window",
|
||||
NULL);
|
||||
add(f);
|
||||
#endif
|
||||
|
||||
f = frame("TreeView", -PaddingContent, -PaddingContent, MwTreeViewClass, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue