Lines 54-59
Link Here
|
54 |
void setupAboutDialog(); |
54 |
void setupAboutDialog(); |
55 |
}; |
55 |
}; |
56 |
|
56 |
|
|
|
57 |
//Forward declarations |
58 |
void begin_testing(); |
59 |
bool key_press_event_func( GtkWidget *, GdkEventKey * ); |
60 |
void loadDefaultValues(); |
61 |
void loadConfigurationFromFile(); |
62 |
void saveConfigurationToFile(); |
63 |
void ok_pressed(); |
64 |
void cancel_config(); |
65 |
|
66 |
|
57 |
void CreateGUIObject( Plugin_Graphical_Interface **GUI, Plugin_Audio_Driver *drv ) |
67 |
void CreateGUIObject( Plugin_Graphical_Interface **GUI, Plugin_Audio_Driver *drv ) |
58 |
{ |
68 |
{ |
59 |
*GUI = dynamic_cast<Plugin_Graphical_Interface *>(new GTK1_Interface( drv )); |
69 |
*GUI = dynamic_cast<Plugin_Graphical_Interface *>(new GTK1_Interface( drv )); |