mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-05 23:13:32 +02:00
Added WMSetTabViewFont().
This commit is contained in:
@@ -601,6 +601,16 @@ WMCreateTabViewItemWithIdentifier(int identifier)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WMSetTabViewFont(WMTabView *tPtr, WMFont *font)
|
||||
{
|
||||
if (tPtr->font)
|
||||
WMReleaseFont(tPtr->font);
|
||||
|
||||
tPtr->font = WMRetainFont(font);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WMSetTabViewItemLabel(WMTabViewItem *item, char *label)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user