Files |
file | about_dialog.cpp |
file | comments_dialog.cpp |
file | config_dialog.cpp |
file | events.cpp |
file | file.cpp |
| FILE SELECTION STUFF.
|
file | gtkplayer.cpp |
file | main.cpp |
file | pattern_dialog.cpp |
file | playlist_dialog.cpp |
Modules |
gtkmod |
Functions |
void | sample_comment_dialog () |
| sample comment dialog.
|
void | fill_sample_comment_clist () |
| fill sample comment clist set the data for the sample clist.
|
void | fill_instrument_comment_clist () |
| fill sample comment clist set the data for the sample clist.
|
void | config_set (GtkWidget*, gpointer*) |
| set the data up as a pointer to the configuration.
|
gint | key_event (GtkWidget* widget, GdkEventKey* event) |
| keypresses, window destruction.
|
void | delete_event (GtkWidget*, gpointer*) |
| quit.
|
void | hide (GtkWidget*, gpointer* window) |
| hide the widget.
|
void | position_callback ( GtkAdjustment *adj ) |
| change the position in the order when the adjustment is changed.
|
void | select_row_callback (GtkWidget *widget, gint row, gint column, GdkEventButton *event, gpointer data) |
| Do something when a row of the CList has been selected.
|
void | input_callback (gpointer, gint source, GdkInputCondition condition) |
| read from a pipe and update the display.
|
void | button_callback (GtkWidget* widget, gpointer* data) |
| button callback for main window.
|
void | load (GtkWidget* widget, gpointer* data) |
| load.
|
void | file_ok (GtkWidget *, GtkFileSelection *fs) |
| This is the callback for the ok button on the file dialog.
|
bool | file_load (gchar* name) |
| Loads the file and updates the display.
|
void | playlist_dialog () |
| the playlist dialog.
|
void | playlist_item_up (GtkWidget*, gpointer* data) |
| Swap the currently selected item with the item before it.
|
void | playlist_item_down (GtkWidget*, gpointer* data) |
| Swap the currently selected item with the item after it.
|
void | playlist_item_add (GtkWidget*, gpointer* data) |
| Load a new file and add it to the playlist.
|
void | playlist_item_remove (GtkWidget*, gpointer* data) |
| Remove the currently selected item from the playlist. More...
|
void | create_playlist (int argc, char **argv) |
| create_playlist.
|
void | get_next_song (bool fPlay = true) |
| get the next song from the playlist and play it.
|
void | get_prev_song (bool fPlay = true) |
| get_prev_song.
|