![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkScrolledWindow ╰── TalkatuScrolledWindow
This widget is a simple subclass of GtkScrolledWindow that has helpers for keyboard navigation as well as the ability to automatically scroll to the end when new items are added if the widget was already scrolled all the way to the bottom.
GtkWidget * talkatu_scrolled_window_new (GtkAdjustment *hadjustment
,GtkAdjustment *vadjustment
);
Creates a new TalkatuScrolledWindow.
void
talkatu_scrolled_window_page_up (TalkatuScrolledWindow *sw
);
Scrolls sw
up one page.
void
talkatu_scrolled_window_page_down (TalkatuScrolledWindow *sw
);
Scrolls sw
down one page.
#define TALKATU_TYPE_SCROLLED_WINDOW (talkatu_scrolled_window_get_type())
The standard _get_type macro for TalkatuScrolledWindow.
typedef struct _TalkatuScrolledWindow TalkatuScrolledWindow;
An enhanced GtkScrolledWindow subclass.