summaryrefslogtreecommitdiff
path: root/src/gtkext/easygtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/easygtk.h')
-rw-r--r--src/gtkext/easygtk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gtkext/easygtk.h b/src/gtkext/easygtk.h
index f8c2212..f181d43 100644
--- a/src/gtkext/easygtk.h
+++ b/src/gtkext/easygtk.h
@@ -25,6 +25,7 @@
#define _GTKEXT_EASYGTK_H
+#include <stdbool.h>
#include <gtk/gtk.h>
@@ -92,6 +93,10 @@ GtkWidget *qck_create_menu_separator(void);
+
+/* Identifie la couleur de base associée à un style GTK. */
+bool get_color_from_style(const char *, bool, GdkRGBA *);
+
/* Détermine l'indice d'un composant dans un conteneur GTK. */
gint find_contained_child_index(GtkContainer *, GtkWidget *);