summaryrefslogtreecommitdiff
path: root/src/ui/widget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-23 15:42:12 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-23 15:42:12 +0300
commita624d11136f16b5799abecda2433c49500094b9b (patch)
treea9d5eee1bc72e1b641443910ea2fad3f461a232d /src/ui/widget.h
parenta3610ec020882015ae15b3b2808a443f81f651e6 (diff)
DocumentWidget: Scrolling via scrollbar and keys
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r--src/ui/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h
index 2d13fe78..af3934e6 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -123,6 +123,7 @@ void arrange_Widget (iWidget *);
123iBool dispatchEvent_Widget(iWidget *, const SDL_Event *); 123iBool dispatchEvent_Widget(iWidget *, const SDL_Event *);
124iBool processEvent_Widget (iWidget *, const SDL_Event *); 124iBool processEvent_Widget (iWidget *, const SDL_Event *);
125void postCommand_Widget (const iWidget *, const char *cmd, ...); 125void postCommand_Widget (const iWidget *, const char *cmd, ...);
126void refresh_Widget (const iWidget *);
126 127
127void setFocus_Widget (iWidget *); 128void setFocus_Widget (iWidget *);
128iWidget *focus_Widget (void); 129iWidget *focus_Widget (void);