Just wanted to pass this by you all before I file this as a bug.
 
GTK warns of multiple widgets contained in a button with an image.
 
  1. Create a button widget.
  2. Set its edit class to Container in Properties.
  3. Add an image.
  4. Save.

  Examine the xml. It will have a "label" property which GTK complains about, with the following warning:
    Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one widget at a time; it already contains a widget of type GtkLabel.
 
It seems that the label is not being forsaken for an image, in the XML.
 
- Jeff
 

_______________________________________________
Glade-devel maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/glade-devel

Reply via email to