Re: developing with Glade



Jukka Marin <jmarin pyy jmp fi> writes:

We're working on a certain project and designing GUI using Glade.
Glade seems to produce code that uses widgets which are "deprecated"
and "buggy".  The GTK documentation suggests that those widgets are
not used (like GetText, which should be replaced with GtkTextView).

You are using Glade, which uses GTK 1.2, but reading the docs for the
unstable version of GTK (1.3.x to become 2.0). GtkTextView for example
does not exist in GTK 1.2 and therefore Glade doesn't use it.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]