Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | ogmrip_chooser_list_new () |
void | ogmrip_chooser_list_add () |
void | ogmrip_chooser_list_remove () |
void | ogmrip_chooser_list_clear () |
void | ogmrip_chooser_list_foreach () |
gint | ogmrip_chooser_list_length () |
GtkWidget * | ogmrip_chooser_list_nth () |
void | ogmrip_chooser_list_set_max () |
gint | ogmrip_chooser_list_get_max () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── OGMRipChooserList
OGMRipChooserList implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget *
ogmrip_chooser_list_new (GType type
);
Creates a new OGMRipChooserList.
void ogmrip_chooser_list_add (OGMRipChooserList *list
,GtkWidget *chooser
);
Adds chooser
to list
.
void ogmrip_chooser_list_remove (OGMRipChooserList *list
,GtkWidget *chooser
);
Removes chooser
from list
.
void
ogmrip_chooser_list_clear (OGMRipChooserList *list
);
Removes all children of list
.
void ogmrip_chooser_list_foreach (OGMRipChooserList *list
,OGMRipSourceType type
,GFunc func
,gpointer data
);
Invokes func
on each non-internal type
child of list
.
gint
ogmrip_chooser_list_length (OGMRipChooserList *list
);
Returns the number of valid source choosers contained in list
.
GtkWidget * ogmrip_chooser_list_nth (OGMRipChooserList *list
,guint n
);
Gets the chooser at the given position.
void ogmrip_chooser_list_set_max (OGMRipChooserList *list
,guint max
);
Creates a new OGMRipChooserList.
gint
ogmrip_chooser_list_get_max (OGMRipChooserList *list
);
Returns the maximum number of children.
“more-clicked”
signalvoid user_function (OGMRipChooserList *list, OGMRipSourceChooser *chooser, gpointer user_data)
Emitted each time a 'more' button is clicked
list |
the widget that received the signal |
|
chooser |
the selected source chooser |
|
user_data |
user data set when the signal handler was connected. |
Flags: No Hooks