Home | History | Annotate | Download | only in renderer_host

Lines Matching defs:Handler

48   // Object structure of Handler class, which is derived from GtkTextView.
49 struct Handler {
54 // Class structure of Handler class.
59 // Creates a new instance of Handler class.
65 // Initializes Handler structure.
66 static void HandlerInit(Handler *self);
71 // Registeres Handler class to GObject type system and return its type id.
74 // Gets the GtkKeyBindingsHandler object which owns the Handler object.
77 // Handler of "backspace" signal.
80 // Handler of "copy-clipboard" signal.
83 // Handler of "cut-clipboard" signal.
86 // Handler of "delete-from-cursor" signal.
90 // Handler of "insert-at-cursor" signal.
93 // Handler of "move-cursor" signal.
97 // Handler of "move-viewport" signal.
101 // Handler of "paste-clipboard" signal.
104 // Handler of "select-all" signal.
107 // Handler of "set-anchor" signal.
110 // Handler of "toggle-cursor-visible" signal.
113 // Handler of "toggle-overwrite" signal.
116 // Handler of "show-help" signal.
119 // Handler of "move-focus" signal.