Re: About popup menu...



>How can I know which row of user select by right_button click on gtk_clist?

     gtk_clist_get_selection_info ();

it will tell you the row+column based on the x,y coordinates for the
event. call this from the button_press_event handler.

--p




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