summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.h
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2003-11-18 00:26:51 +0000
committerManish Singh <yosh@src.gnome.org>2003-11-18 00:26:51 +0000
commit477e349f84a795b6ffd89bbcd71517cdc49251ba (patch)
tree67dc07b54f48d46cf163fd21ce9c51110c5e1f56 /gtk/gtkexpander.h
parentd3b444a4c5b7b997fc8619f0b3b7befb284cb298 (diff)
downloadgtk+-477e349f84a795b6ffd89bbcd71517cdc49251ba.tar.gz
gdk-pixbuf/Makefile.am Use install-data-hook for gdk-pixbuf.loaders and
Mon Nov 17 16:25:04 2003 Manish Singh <yosh@gimp.org> * gdk-pixbuf/Makefile.am * modules/input/Makefile.am: Use install-data-hook for gdk-pixbuf.loaders and gtk.immodules install generation targets. Fixes #112806. * gtk/gtkexpander.h: Apply missing declarations from #124449.
Diffstat (limited to 'gtk/gtkexpander.h')
-rw-r--r--gtk/gtkexpander.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkexpander.h b/gtk/gtkexpander.h
index e838a80aa6..7c568848b7 100644
--- a/gtk/gtkexpander.h
+++ b/gtk/gtkexpander.h
@@ -78,6 +78,10 @@ void gtk_expander_set_use_underline (GtkExpander *expander,
gboolean use_underline);
gboolean gtk_expander_get_use_underline (GtkExpander *expander);
+void gtk_expander_set_use_markup (GtkExpander *expander,
+ gboolean use_markup);
+gboolean gtk_expander_get_use_markup (GtkExpander *expander);
+
void gtk_expander_set_label_widget (GtkExpander *expander,
GtkWidget *label_widget);
GtkWidget *gtk_expander_get_label_widget (GtkExpander *expander);