[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? ___

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

2012-08-14 Thread Tal Hadad
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 works. It's a newbie questions but I need to ask it somebody who cant me help. How can

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

2012-08-14 Thread Tal Hadad
} 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 really nice, but I have a few tasks already and can't find, how to solve it. For eample: I need to make

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

2012-08-14 Thread Horace Abenga
.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 really nice, but I have a few tasks already and can't find

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 really nice, but I