Re: 2. Re: General tips about GTK+ programming

2009-04-14 Thread Grzegorz KuczyƄski
I'm not a specialist, but ... I thing a good idea is the separate GUI code and functionaly code. Then I can easy move my functionaly code in another GUI toolkit and CLI. I mean two independent part for have interface to share data one another. GTK+ us only gets data for user and represent.

Re: 2. Re: General tips about GTK+ programming

2009-03-05 Thread Ali Abdallah
/3/5 dhk Ali Abdallah wrote: -- Message: 1 Date: Tue, 3 Mar 2009 09:39:51 -0300 From: Tomaz Canabrava Subject: Re: General tips about GTK+ programming To: Vlad Volodin Cc: gtk-app-devel-list@gnome.org Message-ID: <7ebbb4b50903030439k5e4bc73asff21305eefd84...@mail.gmail.com> Content-T

Re: 2. Re: General tips about GTK+ programming

2009-03-05 Thread Vlad Volodin
; Hope this helps. > > Regards, > Dov > > > 2009/3/5 dhk > >> Ali Abdallah wrote: >> > >> >> >> >> >> >> ------------------ >> >> >> >> Message: 1 >> >> Date: Tue, 3 Mar 2009 09:39:51 -0300 >> >> From: Tomaz Canabrava >&

Re: 2. Re: General tips about GTK+ programming

2009-03-05 Thread Dov Grobgeld
t;> Message: 1 > >> Date: Tue, 3 Mar 2009 09:39:51 -0300 > >> From: Tomaz Canabrava > >> Subject: Re: General tips about GTK+ programming > >> To: Vlad Volodin > >> Cc: gtk-app-devel-list@gnome.org > >> Message-ID: > >> <7ebbb4b50

Re: 2. Re: General tips about GTK+ programming

2009-03-05 Thread dhk
Ali Abdallah wrote: > >> >> >> -- >> >> Message: 1 >> Date: Tue, 3 Mar 2009 09:39:51 -0300 >> From: Tomaz Canabrava >> Subject: Re: General tips about GTK+ programming >&

2. Re: General tips about GTK+ programming

2009-03-04 Thread Ali Abdallah
-- Message: 1 Date: Tue, 3 Mar 2009 09:39:51 -0300 From: Tomaz Canabrava Subject: Re: General tips about GTK+ programming To: Vlad Volodin Cc: gtk-app-devel-list@gnome.org Message-ID

Re: General tips about GTK+ programming

2009-03-03 Thread Vlad Volodin
Hi Tomaz, I have to rewrite my game, using some general technique, in other words I'm a bit tied with this. So, I have to rewrite my code to GTK, and also I want to learn how to program with it :) Vlad Volodin 2009/3/3 Tomaz Canabrava : > from what I'v been into, it's better to write object orient

Re: General tips about GTK+ programming

2009-03-03 Thread Tomaz Canabrava
from what I'v been into, it's better to write object oriented software using object oriented programming languages. I know some in this list dislikes c++ , but it's more sane than use pointers and simulations of classes. you will not learn how to program better by converting your gtkmm code to gtk,

General tips about GTK+ programming

2009-03-03 Thread Vlad Volodin
Hello, everybody I'm a new programming in GTK+ (especially under C). Before, I've used GTKmm with C++ style, and everything was clear till now. I've read many GTK sources, made by people, and found, that there isn't any general rule of GUI program creation. Let me explain, what I want. In GTKmm,