1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-15 21:45:54 +01:00

- added WMGetLabelText()

- added WMReparentWidget()
- added WMCreateTabViewItem()
- added W_CreateUnmanagedTopView()
- fixed deletion from tree bag
This commit is contained in:
kojima
2000-07-10 22:37:39 +00:00
parent 4cb5649545
commit e29fce43b1
17 changed files with 2387 additions and 2165 deletions

View File

@@ -98,6 +98,13 @@ WMGetLabelImage(WMLabel *lPtr)
}
char *
WMGetLabelText(WMLabel *lPtr)
{
return lPtr->caption;
}
void
WMSetLabelImagePosition(WMLabel *lPtr, WMImagePosition position)
{