Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkToolbar ╰── TalkatuToolbar
TalkatuToolbar implements AtkImplementorIface, GtkBuildable, GtkToolShell and GtkOrientable.
Talkatu provides a simple formatting toolbar that gives the user the ability to format any TalkatuBuffer via the formatting actions.
GtkWidget *
talkatu_toolbar_new (void
);
Creates a new TalkatuToolbar that provides the user with an interface to control the formatting of a TalkatuBuffer.
#define TALKATU_TYPE_TOOLBAR (talkatu_toolbar_get_type())
The standard _get_type macro for TalkatuToolbar.
typedef struct _TalkatuToolbar TalkatuToolbar;
The formatting toolbar for TalkatuView's. It's based on the GSimpleActionGroup's that TalkatuBuffer's expose which makes it completely autonomous.