A question about "event" signal of GtkTextTag



Hi, all.
 
I connected "event" signal to GtkTextTag widget and examined the results, which were
somewhat odd for me.
The 'GDK_MOTION_NOTIFY' type event handler was called back only after
'GDK_BUTTON_PRESS' or 'GDK_BUTTON_RELEASE' type event handler was.
That is, to catch a 'GDK_MOTION_NOTIFY' type event, I should press button on the tag first.
How can I change my code to get the 'GDK_MOTION_NOTIFY' event every time it happens
on GtkTextTag widgets? Is it possible?
 
Thanks in advance.
Dongho.


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