Signal

GtkPaned::accept-position

since: 2.0

Declaration

gboolean
accept_position (
  GtkPaned* self,
  gpointer user_data
)

Description [src]

The ::accept-position signal is a [keybinding signal][GtkBindingSignal] which gets emitted to accept the current position of the handle when moving it using key bindings.

The default binding for this signal is Return or Space.

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

Return value

Type: gboolean

No description available.