Re: [gtk-list] Flawed design?




Hi,

You can't gtk_container_add() to a GtkWindow with something already inside
it; the color dialog simply begins in this state, rather than ending up in
it after a single call to gtk_container_add(). If you
gtk_container_remove() the contents of the color selector, then you will
indeed be able to use gtk_container_add(). (But obviously that would be a
bizarre thing to do.)

Havoc




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