You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dialogs are currently not documented. This is just a reminder for us to do so. We need to document the synchronous and asynchronous variants and give clear examples like the one in #13 how to call dialogs from callbacks.
In addition to the high-level methods we should also showcase how to write a custom dialog with GtkDialog.
The text was updated successfully, but these errors were encountered:
I just added a bit more to the documentation on dialogs. Regarding GtkDialog, it was deprecated in GTK 4.10 (see https://blog.gtk.org/2022/10/30/on-deprecations/) in favor of just creating a GtkWindow (as is done in input_dialog now). I added an example of that.
I'm going to close this but as always feel free to reopen.
The dialogs are currently not documented. This is just a reminder for us to do so. We need to document the synchronous and asynchronous variants and give clear examples like the one in #13 how to call dialogs from callbacks.
In addition to the high-level methods we should also showcase how to write a custom dialog with
GtkDialog
.The text was updated successfully, but these errors were encountered: