tint2conf: Revert obsolete gradient config
This commit is contained in:
10
src/tint2conf/background_gui.h
Normal file
10
src/tint2conf/background_gui.h
Normal 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);
|
||||
Reference in New Issue
Block a user