From 0ce29ee61416314bf3773ec0b3f07f050b6245a5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Nov 2005 15:57:19 +0000 Subject: Add a focus-on-click property with setter and getter. (#318945, Christian 2005-11-07 Matthias Clasen * gtk/gtk.symbols: * gtk/gtkfilechooserbutton.h: * gtk/gtkfilechooserbutton.c: Add a focus-on-click property with setter and getter. (#318945, Christian Persch) --- gtk/gtkfilechooserbutton.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/gtkfilechooserbutton.h') 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 -- cgit v1.2.1