![]() |
![]() |
![]() |
GNOME Data Access 5 manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
struct GdauiRtEditor; GtkWidget * gdaui_rt_editor_new (void
); gchar * gdaui_rt_editor_get_contents (GdauiRtEditor *editor
); void gdaui_rt_editor_set_contents (GdauiRtEditor *editor
,const gchar *markup
,gint length
); void gdaui_rt_editor_set_editable (GdauiRtEditor *editor
,gboolean editable
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----GdauiRtEditor
GdauiRtEditor implements AtkImplementorIface, GtkBuildable and GtkOrientable.
"buffer" GtkTextBuffer* : Read "in-scrolled-window" gboolean : Read / Write "no-background" gboolean : Read / Write "show-markup" gboolean : Read / Write
gchar * gdaui_rt_editor_get_contents (GdauiRtEditor *editor
);
Since 4.2.2
void gdaui_rt_editor_set_contents (GdauiRtEditor *editor
,const gchar *markup
,gint length
);
Since 4.2.2
void gdaui_rt_editor_set_editable (GdauiRtEditor *editor
,gboolean editable
);
Since 4.2.2
"changed"
signalvoid user_function (GdauiRtEditor *gdauirteditor,
gpointer user_data) : Run Last