Home
last modified time | relevance | path

Searched refs:GtkHTMLCommandType (Results 1 – 5 of 5) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dgtkhtml-private.h92 GtkHTMLCommandType com_type,
H A Dgtkhtml-enums.h234 } GtkHTMLCommandType; typedef
H A Dgtkhtml.h100 gboolean (* command) (GtkHTML *html, GtkHTMLCommandType com_type);
120 gboolean (* command) (GtkHTML *html, GtkHTMLCommandType com_type, gpointer data);
H A Dgtkhtml.c201 GtkHTMLCommandType com_type);
208 static const gchar *get_value_nick (GtkHTMLCommandType com_type);
5167 GtkHTMLCommandType com_type) in move_selection()
5279 GtkHTMLCommandType com_type) in command()
6184 get_value_nick (GtkHTMLCommandType com_type) in get_value_nick()
6202 GtkHTMLCommandType com_type, in gtk_html_editor_event_command()
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-editor.c314 GtkHTMLCommandType command, in editor_method_command()