Re: [gtk-list] Signals, connecting




> I'm currently trying to find a signal from a spin button that I can use to
> determine when the arrows have been clicked (and/or the value changed be
> hand) so I can update the screen.
> 
> However if there is a general listing of all signals and what widgets they
> apply to somewhere, it would be very useful to know about.
> 
> thanks
> 
Hello,

I think I normally use the value_changed signal of the underlying
Adjustment object, this should work...

otherwise, the sources, mostly the *.h files are the best documentation
for gtk...

good luck,

   Oliver



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