add_widget

@accepts(Gtk.Widget, RB.ShellUILocation, gboolean, gboolean)
@returns(none)
def add_widget(widget, location, expand, fill)

Adds a widget to the main Rhythmbox window. See gtk_box_pack_start for details on how the expand and fill parameters work.

widget :

the GtkWidget to insert into the main window

location :

the location at which to insert the widget

expand :

whether the widget should be given extra space

fill :

whether the widget should fill all space allocated to it