Re: Setting child properties with GtkBuilder
- From: Jean Brefort <jean brefort normalesup org>
- To: Cedric Sodhi <manday gmx net>
- Cc: gtk-devel-list gnome org
- Subject: Re: Setting child properties with GtkBuilder
- Date: Sun, 06 May 2012 14:16:26 +0200
Sorry, I forgot the packing node. Try that:
<object class="GtkGrid">
<child>
<object class="GtkLabel"/>
<packing>
<property name="left-attach">0</property>
</packing>
</child>
</object>
You might also use glade to generate the ui file without syntax errors.
Regards,
Jean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]