[Gtk-sharp-list] TreeView.ButtonPressEvent

John Luke jluke@users.sourceforge.net
Thu, 05 Feb 2004 14:01:43 -0500


On Thu, 2004-02-05 at 14:44, felipe maya wrote:
> Hello gtk# friends, I'm trying Gtk#-0.15 and Mono-0.30 on WINDOWS, all
> is rigth, but the menu popup on a TreeView don't show it. 
> 
> this is the source: 
> 
> void u(){ 
> treeview.ButtonPressEvent += new ButtonPressEventHandler(OTVBPE); 
> } 
> 
> static void OTVBPE(object o, ButtonPressEventArgs args){ 
> 
> } 
> 
> Is event rigth? 
> 

Please see 3.3 in the faq:
http://gtk-sharp.sourceforge.net/faq.html#3.3