Design non-windowed Gtk.Frame in Glade
- by Ángel Araya
I'm building a ToDo app for personal porpouses, and I'm using Quickly and Glade for this.
I want it to desplay a list of the pending to-do elements. The problem I'm having is that I can't find the way to create a single Frame (not inside another window) with some other widgets inside to dinamically add them to a VBox that I already have created in…