AgsGui.FileDialog¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Window (62), Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), Gtk.Buildable (1), Gtk.Native (6), Gtk.Root (3)
- Structs:
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Gtk.Window (5), Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9), Gtk.ShortcutManager (2)
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w |
The file widget |
Signals¶
- Inherited:
Name |
Short Description |
|---|---|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
activate_button |
r |
||
download_link |
r |
||
file_widget |
r |
||
flags |
r |
||
vbox |
r |
||
window |
r |
Class Details¶
- class AgsGui.FileDialog(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(transient_for, title)¶
- Parameters:
transient_for (
Gtk.Widget) – theGtk.Widgettransient-fortitle (
str) – the window title
- Returns:
the new
AgsGui.FileDialog- Return type:
Creates a new instance of
AgsGui.FileDialog.New in version 6.6.0.
- get_download_link()¶
- Returns:
the
Gtk.LinkButtonorNone- Return type:
Get download link of self.
New in version 7.2.8.
- get_file_widget()¶
- Returns:
- Return type:
Get widget of self.
New in version 6.6.0.
- response(response_id)¶
- Parameters:
response_id (
int) – the response id
Response self due to user action.
New in version 6.6.0.
- test_flags(flags)¶
-
Test flags of self.
New in version 7.2.8.
Signal Details¶
- AgsGui.FileDialog.signals.response(file_dialog, object)¶
- Signal Name:
response- Flags:
- Parameters:
file_dialog (
AgsGui.FileDialog) – The object which received the signalobject (
int) –
The
::responsesignal notifies about window interaction.New in version 6.6.0.