* If you don't need to wait for a button to be clicked, you can use
* [method@Gtk.AlertDialog.show].
*
- * `GtkAlertDialog was added in GTK 4.10.
+ * Since: 4.10
*/
/* {{{ GObject implementation */
if (g_strcmp0 (self->message, message) == 0)
return;
-
+
new_message = g_strdup (message);
g_free (self->message);
self->message = new_message;
* See [class@Gtk.ColorDialogButton] for a convenient control
* that uses `GtkColorDialog` and presents the results.
*
- * `GtkColorDialog was added in GTK 4.10.
+ * Since: 4.10
*/
/* {{{ GObject implementation */
* `GtkColorDialogButton` has a single CSS node with name colorbutton which
* contains a button node. To differentiate it from a plain `GtkButton`,
* it gets the .color style class.
+ *
+ * Since: 4.10
*/
/* {{{ GObject implementation */
* the corresponding finish function, for example
* [method@Gtk.FileDialog.open_finish].
*
- * `GtkFileDialog was added in GTK 4.10.
+ * Since: 4.10
*/
/* {{{ GObject implementation */
* See [class@Gtk.FontDialogButton] for a convenient control
* that uses `GtkFontDialog` and presents the results.
*
- * `GtkFontDialog was added in GTK 4.10.
+ * Since: 4.10
*/
/* {{{ GObject implementation */
*
* `GtkFontDialogButton` has a single CSS node with name fontbutton which
* contains a button node with the .font style class.
+ *
+ * Since: 4.10
*/
/* {{{ GObject implementation */