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.
/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
; 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
>&
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
Ali Abdallah wrote:
>
>>
>>
>> --
>>
>> Message: 1
>> Date: Tue, 3 Mar 2009 09:39:51 -0300
>> From: Tomaz Canabrava
>> Subject: Re: General tips about GTK+ programming
>&
--
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
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
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,
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,