summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-11-07 15:57:19 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-11-07 15:57:19 +0000
commit0ce29ee61416314bf3773ec0b3f07f050b6245a5 (patch)
tree8b522ffde469d2e96f817e151869059c603251fa /gtk/gtkfilechooserbutton.h
parent30ddf7deedcdf348f10a918a2b4ed45f5f220a54 (diff)
downloadgtk+-0ce29ee61416314bf3773ec0b3f07f050b6245a5.tar.gz
Add a focus-on-click property with setter and getter. (#318945, Christian
2005-11-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkfilechooserbutton.h: * gtk/gtkfilechooserbutton.c: Add a focus-on-click property with setter and getter. (#318945, Christian Persch)
Diffstat (limited to 'gtk/gtkfilechooserbutton.h')
-rw-r--r--gtk/gtkfilechooserbutton.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserbutton.h b/gtk/gtkfilechooserbutton.h
index 1bc9d1ba6b..8d896b4c19 100644
--- a/gtk/gtkfilechooserbutton.h
+++ b/gtk/gtkfilechooserbutton.h
@@ -82,6 +82,9 @@ void gtk_file_chooser_button_set_title (GtkFileChooserBu
gint gtk_file_chooser_button_get_width_chars (GtkFileChooserButton *button);
void gtk_file_chooser_button_set_width_chars (GtkFileChooserButton *button,
gint n_chars);
+gboolean gtk_file_chooser_button_get_focus_on_click (GtkFileChooserButton *button);
+void gtk_file_chooser_button_set_focus_on_click (GtkFileChooserButton *button,
+ gboolean focus_on_click);
G_END_DECLS