Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ![]() |
![]() |
![]() |
![]() |
#include <rb-uri-dialog.h> struct RBURIDialog; struct RBURIDialogClass; GtkWidget * rb_uri_dialog_new (const char *title
,const char *label
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----RBURIDialog
struct RBURIDialogClass { GtkDialogClass parent_class; void (*location_added) (RBURIDialog *dialog, const char *uri); };
"location-added"
signalvoid user_function (RBURIDialog *dialog,
gchar *uri,
gpointer user_data) : Run Last
Emitted when the user has entered a URI into the dialog.
|
the RBURIDialog |
|
URI entered |
|
user data set when the signal handler was connected. |