Add gtk_native_dialog_destroy()
Its very easy to get extra references to the NativeDialog so that when you release your last reference any visible dialog is not hidden. We handle this by adding a destroy method similar to how you destroy regular toplevels.
This commit is contained in:
@ -2520,6 +2520,7 @@ GTK_TYPE_NATIVE_DIALOG
|
||||
GtkNativeDialogClass
|
||||
gtk_native_dialog_show
|
||||
gtk_native_dialog_hide
|
||||
gtk_native_dialog_destroy
|
||||
gtk_native_dialog_get_visible
|
||||
gtk_native_dialog_set_modal
|
||||
gtk_native_dialog_get_modal
|
||||
|
||||
Reference in New Issue
Block a user