Difference between revisions of "GTK Development"
From GnuCash
(Restore text, which was deleted by User:Sunfish62 in GTK2) |
(→Tutorials) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
=== Tutorials === | === Tutorials === | ||
− | + | *[https://developer.gnome.org/gtk-tutorial/stable/ gtk-tutorial] | |
− | + | *[http://blog.borovsak.si/2009/07/glade-gazpacho-stetic-libglade.html Relations glade - gazpacho - stetic - libglade] | |
− | + | *[http://blog.borovsak.si/2009/09/glade3-tutorial-1-introduction.html glade >=3.6 tutorial] | |
---- | ---- | ||
[[Category:GTK]][[Category:Development]] | [[Category:GTK]][[Category:Development]] |
Latest revision as of 06:20, 21 June 2020
This part collects informations to facilitate the first steps in improving the GnuCash GUI.
Where are the source files?
The bad news: they are spread over the whole source tree - each module has its own files. But they have the suffix .glade and reside usually in a directory gtkbuilder below a directory containing gnome in its name.
They are xml files and you can work on them with glade3.