alternative_dialog_button_order
Description:
[ Version ( deprecated = true , deprecated_since = "3.10" , since = "2.6" ) ]
public bool alternative_dialog_button_order (Screen? screen)
Warning: alternative_dialog_button_order is deprecated since 3.10.
Returns true if dialogs are expected to use an alternative button order on the screen screen
.
Note:
Deprecated
See 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 Settings object associated to screen
, in order to be notified if the
button order setting changes.
Parameters:
screen |
a Screen, or null to use the default screen |
Returns:
Whether the alternative button order should be used |
Namespace: Gtk
Package: gtk+-3.0