mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 21:34:17 +01:00
WINGs.h: missing void WMSetBrowserHasScroller(WMBrowser *bPtr, int hasScroller)
This commit is contained in:
@@ -1214,6 +1214,7 @@ Bool WMBrowserAllowsMultipleSelection(WMBrowser *bPtr);
|
||||
|
||||
Bool WMBrowserAllowsEmptySelection(WMBrowser *bPtr);
|
||||
|
||||
void WMSetBrowserHasScroller(WMBrowser *bPtr, int hasScroller);
|
||||
|
||||
/* ....................................................................... */
|
||||
|
||||
@@ -1485,6 +1486,8 @@ void WMSetTextDelegate(WMText *tPtr, WMTextDelegate *delegate);
|
||||
|
||||
void WMFreezeText(WMText *tPtr);
|
||||
|
||||
#define WMRefreshText(tPtr) WMThawText((tPtr))
|
||||
|
||||
void WMThawText(WMText *tPtr);
|
||||
|
||||
int WMScrollText(WMText *tPtr, int amount);
|
||||
|
||||
Reference in New Issue
Block a user