Dialog.alternativeDialogButtonOrder

Returns TRUE if dialogs are expected to use an alternative button order on the screen screen. See Dialog.setAlternativeButtonOrder 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 screen, in order to be notified if the button order setting changes.

More...
class Dialog
static
bool
alternativeDialogButtonOrder

Parameters

screen Screen

a gdk.Screen, or NULL to use the default screen

Return Value

Type: bool

Whether the alternative button order should be used

Detailed Description

Deprecated: Deprecated

Meta