mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 12:25:53 +01:00
- Made scrolling of text in dialog panel smoother
- Added WMGetPanelFont()
This commit is contained in:
@@ -153,6 +153,13 @@ WMSetLabelText(WMLabel *lPtr, char *text)
|
||||
}
|
||||
|
||||
|
||||
WMFont*
|
||||
WMGetLabelFont(WMLabel *lPtr)
|
||||
{
|
||||
return lPtr->font;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WMSetLabelFont(WMLabel *lPtr, WMFont *font)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user