summaryrefslogtreecommitdiff
path: root/linux/gtktools.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/gtktools.h')
-rw-r--r--linux/gtktools.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/gtktools.h b/linux/gtktools.h
new file mode 100644
index 0000000..dd09b91
--- /dev/null
+++ b/linux/gtktools.h
@@ -0,0 +1,11 @@
+
+#ifndef _GTKTOOLS_H_
+#define _GTKTOOLS_H_
+
+GtkWidget* new_pixmap (GtkWidget *widget, char **data);
+GtkWidget* clist_title_with_arrow (GtkWidget* clist, char col, char* label_text);
+void set_notebook_tab (GtkWidget *notebook, gint page_num, GtkWidget *widget);
+void set_button_pixmap (GtkWidget* widget, float* color);
+
+#endif // _GTKTOOLS_H_
+