6 ms·
Try writing the name of the widget in the search bar in the top left. Something like GtkWindow.
by phoneperson 5y ago
Try writing the name of the widget in the search bar in the top left. Something like GtkWindow.
- deaddabe 5y agoThanks, it works. However adding a GtkApplicationWindow and a GtkButton inside of the component tree is not updating the preview area. Adding a know valid GTK3 .ui file [0] does not update the preview area either. Seems like the "preview" button is also missing from Glade. Oh well, let's edit XML files afterall. :) [0] https://github.com/MicroJoe/gtk_liststore_item/blob/master/gtk_liststore_item/examples/simple/simple.ui https://github.com/MicroJoe/gtk_liststore_item/blob/master/g...
- phoneperson 5y agoYeah, it is still very early on in development. I am personally a fan of QtCreator, it is very similar to how visual studio used to work regarding ui creation.