Setting child properties with GtkBuilder
- From: Cedric Sodhi <manday gmx net>
- To: gtk-devel-list gnome org
- Subject: Setting child properties with GtkBuilder
- Date: Sun, 6 May 2012 13:39:41 +0200
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]