mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +01:00
added scrolled notifcation to scroller
added GetVisibleRect function to scrollview
This commit is contained in:
@@ -1068,6 +1068,8 @@ void WMSetScrollerAction(WMScroller *sPtr, WMAction *action, void *clientData);
|
||||
void WMSetScrollerArrowsPosition(WMScroller *sPtr,
|
||||
WMScrollArrowPosition position);
|
||||
|
||||
extern char *WMScrollerDidScrollNotification;
|
||||
|
||||
/* ....................................................................... */
|
||||
|
||||
WMList *WMCreateList(WMWidget *parent);
|
||||
@@ -1384,6 +1386,8 @@ void WMSetScrollViewRelief(WMScrollView *sPtr, WMReliefType type);
|
||||
|
||||
void WMSetScrollViewContentView(WMScrollView *sPtr, WMView *view);
|
||||
|
||||
WMRect WMGetScrollViewVisibleRect(WMScrollView *sPtr);
|
||||
|
||||
WMScroller *WMGetScrollViewHorizontalScroller(WMScrollView *sPtr);
|
||||
|
||||
WMScroller *WMGetScrollViewVerticalScroller(WMScrollView *sPtr);
|
||||
|
||||
Reference in New Issue
Block a user