Skip to content

Conversation

@danirabbit
Copy link
Member

@danirabbit danirabbit commented Jul 22, 2025

Fixes #732

todo:

  • expand =
  • get_children
  • Gtk.ModelButton
  • no_show_all

@danirabbit danirabbit moved this to In Progress in GTK4 Porting Jul 22, 2025
var add_button_box = new Gtk.Box (HORIZONTAL, 0);
add_button_box.add (new Gtk.Image.from_icon_name ("list-add-symbolic", BUTTON));
add_button_box.add (new Gtk.Label (_("Add Reminder")));
add_button_box.append (new Gtk.Image.from_icon_name ("list-add-symbolic", BUTTON));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double check a11y


var application_instance = ((Gtk.Application) GLib.Application.get_default ());

var button_today = new Gtk.Button.from_icon_name ("calendar-go-today", Gtk.IconSize.LARGE_TOOLBAR) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Port to GTK4

2 participants