void gui_playq_cursor_down ( void   ) 

Move the cursor of the playlist one item down.

Definition at line 292 of file gui_playq.c.

00293 {
00294         playq_lock();
00295         gui_vfslist_cursor_down(win_playq, 0);
00296         playq_unlock();
00297 }

Here is the call graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:24 2010 for herrie by  doxygen 1.6.3