Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── RBDisplayPage ╰── RBSource ╰── RBPlaylistSource ╰── RBStaticPlaylistSource ╰── RBPlayQueueSource
RBPlayQueueSource implements AtkImplementorIface, GtkBuildable and GtkOrientable.
The main interesting thing about this source is that is contains a second RBEntryView to be displayed in the side pane (beneath the source list). This entry view displays the track title, artist, and album in a single column, split across three lines so the information mostly fits in the usual horizontal space allowed for the side bar.
RBSource *
rb_play_queue_source_new (RBShell *shell
);
Creates the play queue source object.
void
rb_play_queue_source_clear_queue (RBPlayQueueSource *source
);
Clears the play queue.
“sidebar”
property“sidebar” RBEntryView *
The RBEntryView for the play queue side pane.
Flags: Read