mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +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);
|
Bool WMBrowserAllowsEmptySelection(WMBrowser *bPtr);
|
||||||
|
|
||||||
|
void WMSetBrowserHasScroller(WMBrowser *bPtr, int hasScroller);
|
||||||
|
|
||||||
/* ....................................................................... */
|
/* ....................................................................... */
|
||||||
|
|
||||||
@@ -1485,6 +1486,8 @@ void WMSetTextDelegate(WMText *tPtr, WMTextDelegate *delegate);
|
|||||||
|
|
||||||
void WMFreezeText(WMText *tPtr);
|
void WMFreezeText(WMText *tPtr);
|
||||||
|
|
||||||
|
#define WMRefreshText(tPtr) WMThawText((tPtr))
|
||||||
|
|
||||||
void WMThawText(WMText *tPtr);
|
void WMThawText(WMText *tPtr);
|
||||||
|
|
||||||
int WMScrollText(WMText *tPtr, int amount);
|
int WMScrollText(WMText *tPtr, int amount);
|
||||||
|
|||||||
Reference in New Issue
Block a user