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:
@@ -98,6 +98,13 @@ WMGetLabelImage(WMLabel *lPtr)
|
||||
}
|
||||
|
||||
|
||||
char *
|
||||
WMGetLabelText(WMLabel *lPtr)
|
||||
{
|
||||
return lPtr->caption;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WMSetLabelImagePosition(WMLabel *lPtr, WMImagePosition position)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user