![]() |
![]() |
![]() |
Rhythmbox Development Reference Manual | |
---|---|---|---|---|
#include <rb-uri-dialog.h> RBURIDialog; RBURIDialogClass; GtkWidget* rb_uri_dialog_new (const char *title, const char *label);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----RBURIDialog
typedef struct { GtkDialogClass parent_class; void (*location_added) (RBURIDialog *dialog, const char *uri); } RBURIDialogClass;
GtkWidget* rb_uri_dialog_new (const char *title, const char *label);
Creates a URI entry dialog.
|
Window title for the dialog |
|
Label to display in the dialog |
Returns : |
URI dialog instance. |
"label"
property"label" gchar* : Read / Write / Construct Only
The label displayed in the dialog.
Default value: ""
"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. |