Re: GtkTreeViewColumn and right-click



            
        ***  Re: GtkTreeViewColumn and right-click  ***
 
 On Monday October 20 2003 09:23 CEST, Wojciech Koziej wrote:
Hi,
How to get the right-click mouse event on GtkTreeViewColumn
button.
Why only "clicked" event is supported.
I'll be happy if you help me.
 
 you can do this to access the button widget of column:
 
 g_signal_connect(G_OBJECT(your_treeViewColumn->button),
                "clicked",
                G_CALLBACK(your_cb),
                NULL);
 
 And then you can write a callback like this is be done for
 any other GtkButton.
 
 Mathew
 



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