RB.URIDialog
Properties
Name |
Type |
Flags |
Short Description |
label |
str |
r/w/co |
label |
Signals
Name |
Short Description |
location-added |
Emitted when the user has entered a URI into the dialog. |
Class Details
-
class
RB.
URIDialog
(*args, **kwargs)
-
-
classmethod
new
(title, label)
Parameters: |
- title (
str ) – Window title for the dialog
- label (
str ) – Label to display in the dialog
|
Returns: | URI dialog instance.
|
Return type: | Gtk.Widget
|
Creates a URI entry dialog.
-
do_location_added
(uri) virtual
-
Signal Details
-
RB.URIDialog.signals.
location_added
(u_r_i_dialog, uri)
Signal Name: | location-added
|
Flags: | RUN_LAST
|
Parameters: |
- u_r_i_dialog (
RB.URIDialog ) – The object which received the signal
- uri (
str ) – URI entered
|
Emitted when the user has entered a URI into the dialog.
Property Details
-
RB.URIDialog.props.
label
-
The label displayed in the dialog.