introduce EffectSettingsGroup

This commit is contained in:
Tomasz Moń
2009-02-21 15:50:36 +01:00
parent 146745829f
commit 5c5d0b3709
2 changed files with 100 additions and 64 deletions

1
gui.h
View File

@@ -29,7 +29,6 @@ typedef struct {
void (*callback)(int);
SettingsWidget *widgets;
gint widgets_amt;
GtkWidget *child; /* child widget - set inside create_widget_container */
} WidgetContainer;
typedef struct {