Separator: simplify

This commit is contained in:
o9000
2016-10-02 13:51:10 +02:00
parent 62e0ee6a3a
commit d49ecee3a7
6 changed files with 618 additions and 601 deletions

View File

@@ -128,6 +128,9 @@ typedef struct Separator {
GtkWidget *separator_background;
GtkWidget *separator_color;
GtkWidget *separator_style;
GtkWidget *separator_size;
GtkWidget *separator_padding_x;
GtkWidget *separator_padding_y;
} Separator;
extern GArray *separators;
@@ -235,4 +238,6 @@ void create_please_wait(GtkWindow *parent);
void process_events();
void destroy_please_wait();
void hex2gdk(char *hex, GdkColor *color);
#endif