summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/gtkhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/gtkhelpers.h')
-rw-r--r--tikzit/src/gtk/gtkhelpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/gtk/gtkhelpers.h b/tikzit/src/gtk/gtkhelpers.h
index 59b69bc..a28b127 100644
--- a/tikzit/src/gtk/gtkhelpers.h
+++ b/tikzit/src/gtk/gtkhelpers.h
@@ -48,4 +48,6 @@ GdkPixbuf * pixbuf_get_from_surface(cairo_surface_t *surface);
void tz_restore_window (GtkWindow *window, gint x, gint y, gint w, gint h);
+void label_set_bold (GtkLabel *label);
+
// vim:ft=objc:sts=2:sw=2:et