Signal

GtkFileChooserWidget::location-toggle-popup

Declaration

void
location_toggle_popup (
  GtkFileChooserWidget* self,
  gpointer user_data
)

Description [src]

The ::location-toggle-popup signal is a [keybinding signal][GtkBindingSignal] which gets emitted when the user asks for it.

This is used to toggle the visibility of a “Location” prompt which the user can use to manually type the name of the file he wishes to select.

The default binding for this signal is Control + L.

Default handler:

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

Signal can be directly emitted on objects from user code