tint2conf: Revert obsolete gradient config

This commit is contained in:
o9000
2017-02-26 11:58:00 +01:00
parent 207129447d
commit d2c36cb85a
8 changed files with 812 additions and 888 deletions

View File

@@ -0,0 +1,10 @@
#include "gui.h"
void create_background(GtkWidget *parent);
void background_duplicate(GtkWidget *widget, gpointer data);
void background_delete(GtkWidget *widget, gpointer data);
void background_update_image(int index);
void background_update(GtkWidget *widget, gpointer data);
void current_background_changed(GtkWidget *widget, gpointer data);
void background_combo_changed(GtkWidget *widget, gpointer data);
GtkWidget *create_background_combo(const char *label);