c code for gtk+ vs glade generated .glade files -


I am new to the field of gtk + programming. I am still looking for several options to use. I will be coding in C language. I have the following questions:

  1. Which is better? Write code or use glade files made by glade?
  2. Which is better to use? Why is the build option not being used in Gladd2?

  • >
    1. your special requirement Choose whichever is more convenient for people, usually a Libglade / GtkBuilder file is used for non-trivial UI (minimizing to make and maintain).
    2. GtkBuilder is the new, preferred way of doing this, and it is part of GTK +. If you need to support the heritage system, then you should use only the ligglade.

  • Comments