emeus
emeus copied to clipboard
Constraint-based layout manager for GTK+
Results
13
emeus issues
Sort by
recently updated
recently updated
newest added
Here's a GJS script that illustrates the bug: ```js const Emeus = imports.gi.Emeus; const Gtk = imports.gi.Gtk; Gtk.init(null); let view = new Emeus.ConstraintLayout(); let widgets = { w1: new Gtk.Button({...
There are cases where we want to remove a widget, and add it back later. Make sure to don't destroy the child widget and just remove it.