#include "gtkInterface.H"
#include "Buttons.H"
#include "xpm/play.xpm"
#include "Pango.H"
Go to the source code of this file.
|
static void | quit (void *wid, gpointer data) |
|
static void | toggleButton (void *widget, gpointer data) |
|
static void | playButton (void *widget, gpointer data) |
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
static void playButton |
( |
void * |
widget, |
|
|
gpointer |
data |
|
) |
| |
|
static |
static void quit |
( |
void * |
wid, |
|
|
gpointer |
data |
|
) |
| |
|
static |
static void toggleButton |
( |
void * |
widget, |
|
|
gpointer |
data |
|
) |
| |
|
static |