top | item 46906424

(no title)

kvemkon | 24 days ago

Very nice looking UI! Powered by forked GTK+ 2 [1]. (First release almost 24 years ago [2]).

[1] https://github.com/Ardour/ardour/tree/9.0/libs/tk/ytk

[2] https://mail.gnome.org/archives/gtk-list/2002-March/msg00136...

discuss

order

PaulDavisThe1st|24 days ago

GTK doesn't play much of a role in our GUI. When you're looking at most of the main tabs in Ardour (editor, mixer, recorder window, cue page) almost everything you're looking at is either our own Canvas or custom widgets. Still we do sit on top of GTK+ 2's basic infrastructure and still rely on it for the "big widgets" (file browser, tree/listviews, menus, color dialogs, text entry).

kvemkon|24 days ago

> custom widgets

Implemented like any custom GTK+ 2 widget?

sho_hn|24 days ago

How are you approaching a Wayland port?