Re: [gtk-list] CList




On Thu, 18 Mar 1999, jeff utton wrote:
> In gtk 1.0 I could open an RMM by clicking in a clist with the right 
> mouse button and catching the siganl select_row. Then if it was the 
> third button that caused the signal, open a popup menu, but with gtk 1.2 
> the right mouse button doesn't cause the signal to happen.  So how do I 
> open a popup menu from the right mouse menu when clicking on a clist?
> 

Just connect to button_press_event. :-)

There is a function in gtkclist.h which converts click coordinates to a
row number.

Havoc




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