Urgent help on GValue

2002-10-04 Thread Matteo Frigerio
Hello, probally for many people this is a stupid question but i can't understand the way to get the cursor position in a selectable label (under gtk-2.0). I use the g_object_get_property(G_OBJECT(mylabel), "cursor_pos", &mygvalue); in the focus-in event but don't work. I think that don't work bec

Re: Urgent help on GValue

2002-10-04 Thread Olexiy Avramchenko
Matteo Frigerio wrote: >Hello, probally for many people this is a stupid >question but i can't understand the way to get the >cursor position in a selectable label (under gtk-2.0). >I use the g_object_get_property(G_OBJECT(mylabel), >"cursor_pos", &mygvalue); >in the focus-in event but don't work