Class: Gtk::FileChooserNative
- Inherits:
-
NativeDialog
- Object
- NativeDialog
- Gtk::FileChooserNative
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#accept_label ⇒ String
The text used for the label on the accept button in the dialog, or nil to use the default text.
-
#accept_label=(accept_label) ⇒ String
The text used for the label on the accept button in the dialog, or nil to use the default text.
-
#cancel_label ⇒ String
The text used for the label on the cancel button in the dialog, or nil to use the default text.
-
#cancel_label=(cancel_label) ⇒ String
The text used for the label on the cancel button in the dialog, or nil to use the default text.
-
#initialize(title, parent, action, accept_label, cancel_label) ⇒ Gtk::FileChooserNative
constructor
Creates a new
GtkFileChooserNative.
Methods inherited from NativeDialog
#destroy, #hide, #modal, #modal=, #modal?, #show, #title, #title=, #transient_for, #transient_for=, #visible, #visible=, #visible?
Constructor Details
#initialize(title, parent, action, accept_label, cancel_label) ⇒ Gtk::FileChooserNative
Creates a new GtkFileChooserNative.
Instance Method Details
#accept_label ⇒ String
The text used for the label on the accept button in the dialog, or nil to use the default text.
#accept_label=(accept_label) ⇒ String
The text used for the label on the accept button in the dialog, or nil to use the default text.
#cancel_label ⇒ String
The text used for the label on the cancel button in the dialog, or nil to use the default text.
#cancel_label=(cancel_label) ⇒ String
The text used for the label on the cancel button in the dialog, or nil to use the default text.