Re: Beginners guide

2018-04-28 Thread Emmanuele Bassi
On Sat, 28 Apr 2018 at 06:21, Stefan Salewski wrote: > On Fri, 2018-04-27 at 14:54 +0100, Emmanuele Bassi wrote: > > There are various wiki pages that you may be interested in; see the > > "How Do I" section: https://wiki.gnome.org/HowDoI/ > > I wonder that you do not

Re: Beginners guide

2018-04-27 Thread Stefan Salewski
On Fri, 2018-04-27 at 14:54 +0100, Emmanuele Bassi wrote: > There are various wiki pages that you may be interested in; see the > "How Do I" section: https://wiki.gnome.org/HowDoI/ I wonder that you do not recommend the page https://developer.gnome.org/gtk3/stable/ch01s04.html#id-1.2.3.12.5 Is

Re: Beginners guide

2018-04-27 Thread Paul Davis
On Fri, Apr 27, 2018 at 2:27 PM, Timothy Ward wrote: > Hi Emmanuele, > > I do agree with you but, From a beginners concept,The concept of > Gtk-application and the handling of applications arguments is confusing > coming from someone who is still learning from say - standard

Re: Beginners guide

2018-04-27 Thread Timothy Ward
ally doing in the code and why you need to use them. The beginners guide is a great start for this, thanks to the author, please do not stop. Regards On Fri, 2018-04-27 at 14:54 +0100, Emmanuele Bassi wrote: > Hi; > > thanks for your contributions: documentation is always welcome. > &g

Re: Beginners guide

2018-04-27 Thread Emmanuele Bassi
On 27 April 2018 at 14:06, Patrick wrote: > > I have been using 2.0 and dreading the switch. Your guide is helpful, > thanks for taking the time to do this-Pat > > Porting applications from 2.x to 3.x already has a whole section on the API reference — including

Re: Beginners guide

2018-04-27 Thread Emmanuele Bassi
Hi; thanks for your contributions: documentation is always welcome. On 24 April 2018 at 19:39, Jim Reilly wrote: > I have put together a guide to help beginners to get started using gtk+3.0 > in the hope that it might be useful. I do not have a web site through

Re: Beginners guide

2018-04-25 Thread Stefan Salewski
On Tue, 2018-04-24 at 19:39 +0100, Jim Reilly wrote: > I have put together a guide to help beginners >All GTK+3.0 programs contain the same basic instructions, and Well, maybe you should also mention the preferred GTK3 app style as I did in the second example in

Re: Beginners guide

2018-04-24 Thread Igor Chetverovod
Hello Jim, Thank you for book. I think this guide must include information about main context and main loop and how to split UI handling and other computations to several main loops running in several threads. Because one day beginner using in application single main loop will be faced with

Re: Beginners guide

2018-04-24 Thread Marshall Lake
Thanks for this. I can use all the help I can get. Date: Tue, 24 Apr 2018 19:39:06 +0100 From: Jim Reilly I have put together a guide to help beginners to get started using gtk+3.0 in the hope that it might be useful. I do not have a web site through which I

Re: Beginners guide

2018-04-24 Thread Leo Ufimtsev
On Tue, Apr 24, 2018 at 3:20 PM, Göran Hasse wrote: > Books don't have to be very thick to be called books. > > Make a small book on: https://en.wikibooks.org/wiki/Subject:Computing +1 > > > /gh > > Den 2018-04-24 kl. 19:39, skrev Jim Reilly: > > I have put together a

Re: Beginners guide

2018-04-24 Thread Göran Hasse
Books don't have to be very thick to be called books. Make a small book on: https://en.wikibooks.org/wiki/Subject:Computing /gh Den 2018-04-24 kl. 19:39, skrev Jim Reilly: > I have put together a guide to help beginners to get started using gtk+3.0 in > the hope that it might be useful. I do

Re: Beginners guide

2018-04-24 Thread Leo Ufimtsev
Hello Jim, This looks like a great guide! We will probably make use of this for our interns. Do you have the sources? Would you consider putting it into a git hub repo and be open to pull requests? On Tue, Apr 24, 2018 at 2:39 PM, Jim Reilly wrote: > I have