alternative_dialog_button_order

function alternative_dialog_button_order(screen:Gdk.Screen):Boolean {
    // Gjs wrapper for gtk_alternative_dialog_button_order()
}

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

Since 2.6

screen

a Gdk.Screen, or null to use the default screen

Returns

Whether the alternative button order should be used