Method

GtkFileChooserButtonget_focus_on_click

deprecated: 3.20 since: 2.10

Declaration [src]

gboolean
gtk_file_chooser_button_get_focus_on_click (
  GtkFileChooserButton* button
)

Description [src]

Returns whether the button grabs focus when it is clicked with the mouse. See gtk_file_chooser_button_set_focus_on_click().

Available since: 2.10

Deprecated since: 3.20

Use gtk_widget_get_focus_on_click() instead.

Return value

Type: gboolean

TRUE if the button grabs focus when it is clicked with the mouse.