set_alternative_button_order_from_array
Description:
[ Version ( deprecated = true , deprecated_since = "3.10" , since = "2.6" ) ]
public void set_alternative_button_order_from_array (int[] new_order)
public void set_alternative_button_order_from_array (int[] new_order)
Warning: set_alternative_button_order_from_array is deprecated since 3.10.
Sets an alternative button order.
Note:
Deprecated
If the gtk_alternative_button_order setting is set to
true, the dialog buttons are reordered according to the order of the response ids in new_order
.
See set_alternative_button_order for more information.
This function is for use by language bindings.
Parameters:
this |
a Dialog |
new_order |
an array of response ids of this’s buttons |
n_params |
the number of response ids in |