Home
last modified time | relevance | path

Searched refs:gtk_source_view_set_show_right_margin (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourceview.h191 void gtk_source_view_set_show_right_margin (GtkSourceView *view,
H A Dgtksourceview.c1179 gtk_source_view_set_show_right_margin (view, g_value_get_boolean (value)); in gtk_source_view_set_property()
4469 gtk_source_view_set_show_right_margin (GtkSourceView *view, in gtk_source_view_set_show_right_margin() function
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourceview.h231 void gtk_source_view_set_show_right_margin (GtkSourceView *view,
H A Dgtksourceview.c1151 gtk_source_view_set_show_right_margin (view, g_value_get_boolean (value)); in gtk_source_view_set_property()
4424 gtk_source_view_set_show_right_margin (GtkSourceView *view, in gtk_source_view_set_show_right_margin() function
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/gtksourceview/
H A Dgtksourceview.h179 void gtk_source_view_set_show_right_margin (GtkSourceView *view,
H A Dgtksourceview.c750 gtk_source_view_set_show_right_margin (view, in gtk_source_view_set_property()
4488 gtk_source_view_set_show_right_margin (GtkSourceView *view, gboolean show) in gtk_source_view_set_show_right_margin() function
/dports/editors/gedit/gedit-40.1/plugins/modelines/
H A Dmodeline-parser.c866 gtk_source_view_set_show_right_margin (view, options.display_right_margin); in modeline_parser_apply_modeline()
874 gtk_source_view_set_show_right_margin (view, display_right_margin); in modeline_parser_apply_modeline()
/dports/editors/xed/xed-3.2.0/plugins/modelines/
H A Dmodeline-parser.c832 gtk_source_view_set_show_right_margin (view, options.display_right_margin); in modeline_parser_apply_modeline()
839 gtk_source_view_set_show_right_margin (view, display_right_margin); in modeline_parser_apply_modeline()
/dports/editors/pluma/pluma-1.26.0/plugins/modelines/
H A Dmodeline-parser.c823 gtk_source_view_set_show_right_margin (view, options.display_right_margin); in modeline_parser_apply_modeline()
827 gtk_source_view_set_show_right_margin (view, in modeline_parser_apply_modeline()
/dports/devel/gtranslator/gtranslator-40.0/src/codeview/
H A Dgtr-viewer.c112 gtk_source_view_set_show_right_margin (GTK_SOURCE_VIEW (priv->view), in gtr_viewer_init()
/dports/editors/gobby/gobby-0.4.13/src/
H A Ddocwindow.cpp418 gtk_source_view_set_show_right_margin(GTK_SOURCE_VIEW(m_view), in apply_preferences()
/dports/x11-toolkits/gtksourceviewmm3/gtksourceviewmm-3.18.0/gtksourceview/gtksourceviewmm/
H A Dview.cc437 gtk_source_view_set_show_right_margin(gobj(), static_cast<int>(show)); in set_show_right_margin()
/dports/editors/marker/Marker-2020.04.04.2/src/
H A Dmarker-editor.c624 gtk_source_view_set_show_right_margin (source_view, state); in marker_editor_apply_prefs()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-settings.c527 gtk_source_view_set_show_right_margin (GTK_SOURCE_VIEW (l->data), display); in on_display_right_margin_changed()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/tests/
H A Dtest-widget.c308 gtk_source_view_set_show_right_margin (self->priv->view, enabled); in show_right_margin_toggled_cb()
/dports/x11-toolkits/gtksourceviewmm3/gtksourceviewmm-3.18.0/gtksourceview/src/
H A Dview.hg165 _WRAP_METHOD(void set_show_right_margin(bool show = true), gtk_source_view_set_show_right_margin)
H A Dgtksourceview_methods.defs2197 (c-name "gtk_source_view_set_show_right_margin")
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/tests/
H A Dtest-widget.c306 gtk_source_view_set_show_right_margin (self->priv->view, enabled); in show_right_margin_toggled_cb()
/dports/net-im/fractal/fractal-4.4.0/vendor/sourceview4/src/auto/
H A Dview.rs373 …gtk_source_sys::gtk_source_view_set_show_right_margin(self.as_ref().to_glib_none().0, show.to_glib… in set_show_right_margin()
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/tests/
H A Dtest-widget.c516 gtk_source_view_set_show_right_margin ( in margin_toggled_cb()
/dports/x11-toolkits/pyl-gtksourceview/pygtksourceview-2.10.1/
H A Dgtksourceview2.defs892 (c-name "gtk_source_view_set_show_right_margin")
/dports/net-im/fractal/fractal-4.4.0/vendor/sourceview4-sys/src/
H A Dlib.rs1979 pub fn gtk_source_view_set_show_right_margin(view: *mut GtkSourceView, show: gboolean); in gtk_source_view_set_show_right_margin() function