| Top |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── RBURIDialog
Functions
rb_uri_dialog_new ()
GtkWidget * rb_uri_dialog_new (const char *title,const char *label);
Creates a URI entry dialog.
Property Details
The “label” property
“label” gchar *
The label displayed in the dialog.
Flags: Read / Write / Construct Only
Default value: ""
Signal Details
The “location-added” signal
void user_function (RBURIDialog *dialog, gchar *uri, gpointer user_data)
Emitted when the user has entered a URI into the dialog.
Parameters
dialog |
the RBURIDialog |
|
uri |
URI entered |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
