Re: Unexpected element <signal> inside <widget>
| Newsgroups | gmane.comp.gnome.glade.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] ha scritto: > Tristan Van Berkom ha scritto: > >> 2009/3/24 Michał Karnicki <[email protected]>: >> [...] >> > that doesn't work : <widget class="GtkButton" id="button_login"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">False</property> <property name="tooltip" translatable="yes">Connessione al promogest</property> <accelerator key="Return" signal="clicked"/> <accelerator key="KP_Enter" signal="clicked"/> <signal name="clicked" handler="on_button_login_clicked"/> <child> <widget class="GtkAlignment" id="alignment3"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <widget class="GtkHBox" id="hbox9"> <property name="visible">True</property> <property name="spacing">2</property> <child> <widget class="GtkImage" id="image4"> <property name="visible">True</property> <property name="pixbuf">connetti16x16.png</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="label10"> <property name="visible">True</property> <property name="label" translatable="yes">_Connetti</property> <property name="use_underline">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> </widget> (promogest.py:6514): libglade-WARNING **: Unexpected element <signal> inside <widget>. that works: <widget class="GtkButton" id="button_login"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">False</property> <property name="tooltip" translatable="yes">Connessione al promogest</property> <signal name="clicked" handler="on_button_login_clicked"/> <child> <widget class="GtkAlignment" id="alignment3"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <widget class="GtkHBox" id="hbox9"> <property name="visible">True</property> <property name="spacing">2</property> <child> <widget class="GtkImage" id="image4"> <property name="visible">True</property> <property name="pixbuf">connetti16x16.png</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="label10"> <property name="visible">True</property> <property name="label" translatable="yes">_Connetti</property> <property name="use_underline">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> </widget> whitsout this two lines works: <accelerator key="Return" signal="clicked"/> <accelerator key="KP_Enter" signal="clicked"/> it work with all 3.5 releases before the gtkbuilder manager now tested with glade 3.6 in jaunty thanks F. -- _______________________________________________ Glade-devel maillist - [email protected] http://lists.ximian.com/mailman/listinfo/glade-devel