Signal
GtkWindow::enable-debugging
Description [src]
The ::enable-debugging signal is a [keybinding signal][GtkBindingSignal]
which gets emitted when the user enables or disables interactive
debugging. When toggle
is TRUE
, interactive debugging is toggled
on or off, when it is FALSE
, the debugger will be pointed at the
widget under the pointer.
The default bindings for this signal are Ctrl-Shift-I and Ctrl-Shift-D.
Default handler: The default handler is called after the handlers added via |
Signal can be directly emitted on objects from user code |