Glade with javascript

How to create app galde with javascript example.
I can’t find examples anywhere.

Glade does not create applications: it only lets you build a UI and then save it as an XML file.

You’re supposed to load the XML file using Gtk.Builder from within your GJS application.

You can look at existing GJS-based applications that use UI description files, like Weather.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.