Signal

GtkPaned::move-handle

since: 2.0

Declaration

gboolean
move_handle (
  GtkPaned* self,
  GtkScrollType* scroll_type,
  gpointer user_data
)

Description [src]

The ::move-handle signal is a [keybinding signal][GtkBindingSignal] which gets emitted to move the handle when the user is using key bindings to move it.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Signal can be directly emitted on objects from user code
Available since: 2.0

Parameters

scroll_type

Type: GtkScrollType

A GtkScrollType.

The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.