Home
last modified time | relevance | path

Searched defs:_CaribouKeyboardIface (Results 1 – 4 of 4) sorted by relevance

/dports/accessibility/caribou/caribou-0.4.21/modules/gtk3/
H A Dcaribou-gtk-module.h35 struct _CaribouKeyboardIface { struct
36 GTypeInterface parent_iface;
37 …oid (*set_cursor_location) (CaribouKeyboard* self, gint x, gint y, gint w, gint h, GError** error);
38 void (*set_entry_location) (CaribouKeyboard* self, gint x, gint y, gint w, gint h, GError** error);
39 void (*show) (CaribouKeyboard* self, guint32 timestamp, GError** error);
40 void (*hide) (CaribouKeyboard* self, guint32 timestamp, GError** error);
H A Dcaribou-gtk-module.c47 struct _CaribouKeyboardIface { struct
48 GTypeInterface parent_iface;
49 …oid (*set_cursor_location) (CaribouKeyboard* self, gint x, gint y, gint w, gint h, GError** error);
50 void (*set_entry_location) (CaribouKeyboard* self, gint x, gint y, gint w, gint h, GError** error);
51 void (*show) (CaribouKeyboard* self, guint32 timestamp, GError** error);
52 void (*hide) (CaribouKeyboard* self, guint32 timestamp, GError** error);
/dports/accessibility/caribou/caribou-0.4.21/modules/gtk2/
H A Dcaribou-gtk-module.h35 struct _CaribouKeyboardIface { struct
36 GTypeInterface parent_iface;
37 …oid (*set_cursor_location) (CaribouKeyboard* self, gint x, gint y, gint w, gint h, GError** error);
38 void (*set_entry_location) (CaribouKeyboard* self, gint x, gint y, gint w, gint h, GError** error);
39 void (*show) (CaribouKeyboard* self, guint32 timestamp, GError** error);
40 void (*hide) (CaribouKeyboard* self, guint32 timestamp, GError** error);
H A Dcaribou-gtk-module.c51 struct _CaribouKeyboardIface { struct
52 GTypeInterface parent_iface;
53 …oid (*set_cursor_location) (CaribouKeyboard* self, gint x, gint y, gint w, gint h, GError** error);
54 void (*set_entry_location) (CaribouKeyboard* self, gint x, gint y, gint w, gint h, GError** error);
55 void (*show) (CaribouKeyboard* self, guint32 timestamp, GError** error);
56 void (*hide) (CaribouKeyboard* self, guint32 timestamp, GError** error);