Function

Gtkalternative_dialog_button_order

deprecated: 3.10 since: 2.6

Declaration [src]

gboolean
gtk_alternative_dialog_button_order (
  GdkScreen* screen
)

Description [src]

Returns TRUE if dialogs are expected to use an alternative button order on the screen screen. See gtk_dialog_set_alternative_button_order() for more details about alternative button order.

If you need to use this function, you should probably connect to the ::notify:gtk-alternative-button-order signal on the GtkSettings object associated to screen, in order to be notified if the button order setting changes.

Available since: 2.6

Deprecated since: 3.10

Deprecated.

Parameters

screen

Type: GdkScreen

A GdkScreen, or NULL to use the default screen.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

Whether the alternative button order should be used.