tint2conf: gradient config
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef BACKGROUND_GUI_H
|
||||
#define BACKGROUND_GUI_H
|
||||
|
||||
#include "gui.h"
|
||||
|
||||
void create_background(GtkWidget *parent);
|
||||
@@ -8,3 +11,5 @@ 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);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user