Not receving Signals from gtkhsclae



Hello,
In my application (win32) I want to use a gtkhscale.

I created the application with glade:

<widget class="GtkHScale" id="hscale1">
  <property name="visible">True</property>
  <property name="can_focus">True</property>
  <property name="adjustment">90 0 100 1 10 10</property>
  <property name="restrict_to_fill_level">False</property>
  <signal name="value_changed" handler="on_hscale1_value_changed"/>
</widget>

and connected the Signal

glade_xml_signal_connect (xml, "on_hscale1_value_changed",G_CALLBACK (on_hscale1_value_changed)); 

But i never receive the Signal!
The rest of the application works fine, I use a lot of Signals and callbacks, i googled and tried and check, 
but without success.

Can someone give me a hint?


regards
  Arne

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]