Package: gtk

Function gtk-alternative-dialog-button-order

Lambda List

gtk-alternative-dialog-button-order (screen)

Arguments

screen -- a gdk-screen object, or nil to use the default screen

Return Value

A boolean whether the alternative button order should be used.

Details

Returns true if dialogs are expected to use an alternative button order on the screen. See the gtk-dialog-set-alternative-button-order function 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 gtk-settings object associated to the screen, in order to be notified if the button order setting changes.

Warning

The gtk-alternative-dialog-button-order function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2021-9-26