Top |
TeplSpaceDrawerPrefsTeplSpaceDrawerPrefs — Preferences widget for GtkSourceSpaceDrawer |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkGrid ╰── TeplSpaceDrawerPrefs
TeplSpaceDrawerPrefs implements AtkImplementorIface, GtkBuildable and GtkOrientable.
TeplSpaceDrawerPrefs is a GtkWidget for configuring the preferences about white space drawing with GtkSourceSpaceDrawer.
The configuration is stored in the “matrix” property of the associated GtkSourceSpaceDrawer object.
TeplSpaceDrawerPrefs *
tepl_space_drawer_prefs_new (void
);
Since: 6.0
GtkSourceSpaceDrawer *
tepl_space_drawer_prefs_get_space_drawer
(TeplSpaceDrawerPrefs *prefs
);
Gets the GtkSourceSpaceDrawer associated with prefs
. The returned object is
guaranteed to be the same for the lifetime of prefs
. Each
TeplSpaceDrawerPrefs object has a different GtkSourceSpaceDrawer.
Since: 6.0