PDA

View Full Version : Gtkmm lists signals



Moezzie
December 8th, 2007, 02:55 PM
Hey!

Im right now trying to write a little note application that lets the user select a note, witch he/she has written, from a list. The note is displayed in a textfield when it is selected from the list.
The list im using is gtkmm's "listviewtext".

Now, ive searched all around the internet and i just cant seem to find out what signal listviewtext emits when one of it items is selected.

It seems like the gtkmm reference doesn't keep track of signals. So does anybody of you have an idea where to find some information on this?

Thanks