all repos — tint2 @ f45e10720723676e8256a0454f33b4e89b99feba

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/tint2conf/background_gui.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef BACKGROUND_GUI_H
#define BACKGROUND_GUI_H

#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);

#endif