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

RE: catch signal



>I have defined a window with hierarchy : window->vbox->eventbox->hpaned.
>In hpaned there are some GtkCLists, some GtkTexts and some GtkEntrys.
>Signal "button_press_event" is conected to the eventbox.
>But the signal is emited only if I click on the text. Why it isn't 
>emited when cursor is above the entry and clist?
  Because this is button _PRESS_ signal, imho. It isn't
  generated if your cursor is above something - you should
  click (i.e. press) those something to generate this type of
  signal.

---
 Dmitry Ponomaryov





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