#include <fl_text_input_view_delegate.h>
Public Attributes | |
| GTypeInterface | g_iface |
| void(* | translate_coordinates )(FlTextInputViewDelegate *delegate, gint view_x, gint view_y, gint *window_x, gint *window_y) |
FlTextInputViewDelegate:
An interface for a class that provides FlTextInputPlugin with view-related features.
This interface is typically implemented by FlView.
Definition at line 29 of file fl_text_input_view_delegate.h.
| GTypeInterface _FlTextInputViewDelegateInterface::g_iface |
Definition at line 30 of file fl_text_input_view_delegate.h.
| void(* _FlTextInputViewDelegateInterface::translate_coordinates) (FlTextInputViewDelegate *delegate, gint view_x, gint view_y, gint *window_x, gint *window_y) |
Definition at line 32 of file fl_text_input_view_delegate.h.