Go to the source code of this file.
Functions | |
G_DEFINE_INTERFACE (FlTextInputViewDelegate, fl_text_input_view_delegate, G_TYPE_OBJECT) static void fl_text_input_view_delegate_default_init(FlTextInputViewDelegateInterface *iface) | |
void | fl_text_input_view_delegate_translate_coordinates (FlTextInputViewDelegate *self, gint view_x, gint view_y, gint *window_x, gint *window_y) |
void fl_text_input_view_delegate_translate_coordinates | ( | FlTextInputViewDelegate * | self, |
gint | view_x, | ||
gint | view_y, | ||
gint * | window_x, | ||
gint * | window_y | ||
) |
Definition at line 14 of file fl_text_input_view_delegate.cc.
Referenced by TEST(), and update_im_cursor_position().
G_DEFINE_INTERFACE | ( | FlTextInputViewDelegate | , |
fl_text_input_view_delegate | , | ||
G_TYPE_OBJECT | |||
) |
Definition at line 7 of file fl_text_input_view_delegate.cc.