Re: GtkTreeViewColumn and right-click
- From: Matthias Mann <matman matman24 org>
 
- To: gtk-app-devel-list gnome org
 
- Subject: Re: GtkTreeViewColumn and right-click
 
- Date: Mon, 20 Oct 2003 10:33:00 +0200
 
            
        ***  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]