Re: [Vala] How can I get information about vala & gtk?

2012-08-14 Thread Tal Hadad
utton parameter, usually called "e" in Vala: > http://valadoc.org/#!api=gdk-3.0/Gdk.EventButton > It contains all information you need, including what type of click it was. > This is an example method for this event: > bool signal_handler_event(Widget widget, Gdk.EventButton e) >

[Vala] How can I get information about vala & gtk?

2012-08-14 Thread Horace Abenga
t was. > This is an example method for this event: > bool signal_handler_event(Widget widget, Gdk.EventButton e) > { > if (e.type==EventButton.2BUTTON_PRESS) { > // Something > } > > return FALSE; > }Yours > Tal > > > Date: Tue, 14 Aug 2012 16:59:19 +0600 &g

Re: [Vala] How can I get information about vala & gtk?

2012-08-14 Thread Tal Hadad
Gdk.EventButton e) { if (e.type==EventButton.2BUTTON_PRESS) { // Something } return FALSE; }Yours Tal > Date: Tue, 14 Aug 2012 16:59:19 +0600 > Subject: Re: [Vala] How can I get information about vala & gtk? > From: shoot...@gmail.com > To: tal...@hotmail.com > > Thanks, it's

Re: [Vala] How can I get information about vala & gtk?

2012-08-14 Thread Tal Hadad
@gmail.com > To: vala-list@gnome.org > Subject: [Vala] How can I get information about vala & gtk? > > Hi all, > I'm extremely new in vala, I've wrote almost all documentation about > vala, sqlite and gtk etc, but still have many questions how gtk+ and > vala wor

[Vala] How can I get information about vala & gtk?

2012-08-14 Thread Александер Пономарёв
Hi all, I'm extremely new in vala, I've wrote almost all documentation about vala, sqlite and gtk etc, but still have many questions how gtk+ and vala works. It's a newbie questions but I need to ask it somebody who cant me help. How can I get it? ___ va