struct Gtk::FileChooserWidget::LocationPopupSignal
- Gtk::FileChooserWidget::LocationPopupSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when the user asks for it.
This is a keybinding signal.
This is used to make the file chooser show a "Location" prompt which the user can use to manually type the name of the file he wishes to select.
The default bindings for this signal are Control-L
with a path string of "" (the empty string). It is also bound to
/ with a path string of "/
" (a slash): this lets you
type /
and immediately type a path name. On Unix systems, this is
bound to ~ (tilde) with a path string of "~" itself for
access to home directories.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/file_chooser_widget.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(String, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(String, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::FileChooserWidget, String, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(path : String) : Nil
-
#name : String
The signal name
Instance methods inherited from struct GObject::Signal
[](detail : String) : self
[],
name : String
name
Constructor methods inherited from struct GObject::Signal
new(source : GObject::Object, detail : Nil | String = nil)
new
Instance Method Detail
def connect(handler : Proc(Gtk::FileChooserWidget, String, Nil), *, after : Bool = false) : GObject::SignalConnection
#