Hello,

I'm trying to build a tabular interface with GtkBuilder, using GtkGrid.

GtkGrid specifies that it provides child properties left-attach and
top-attach and they do in fact exist, but whenever I attempt to set them
by

<object class="GtkGrid">
 <child>
  <object class="GtkLabel">
         <property name="left-attach">0</property>
  </object>
 </child>
</object>

GtkBuilder says that "Unknown property: GtkLabel.left-attach"

Could anyone help with that?

Thanks.
_______________________________________________
gtk-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to