Signal
Gtk Widget::direction-changed
Declaration
void
direction_changed(
GtkWidget*self,
GtkTextDirectionprevious_direction,
gpointeruser_data
)
Description [src]
The ::direction-changed signal is emitted when the text direction of a widget changes.
Default handler:
The default handler is called before the handlers added via g_signal_connect().
Parameters
previous_direction-
Type:
GtkTextDirectionThe previous text direction of
widget.