Re: GTK Coding Conventions

2005-04-16 Thread Rick Sutphin
Roger, Thanks for the link. I have started reading through your tutorial, and would like say nice job, and thanks for making it available for everyone to benefit from : ). Thanks Again, Rick Roger Leigh wrote: Rick Sutphin <[EMAIL PROTECTED]> writes: Thanks for the response. I apprecia

Re: GTK Coding Conventions

2005-04-16 Thread Rick Sutphin
Vladislav, I would like to learn gtkmm as well. I have gone through the first couple of examples, but my knowledge of C++ and object oriented programming is limited. Thanks, Rick Vladislav Grinchenko wrote: On Wed, 2005-04-13 at 07:12, Rick Sutphin wrote: Thanks for the response. I

Re: GTK Coding Conventions

2005-04-13 Thread Rick Sutphin
use until I am up to speed on GObject. Thanks, Rick Keith Sharp wrote: On Tue, 2005-04-12 at 21:31 -0400, Rick Sutphin wrote: Hello, I am a noob to GTK+ programming, and GUI programming in general. I have worked through the example, and done a few simple programs of my own. I would like to

Re: GTK Coding Conventions

2005-04-13 Thread Rick Sutphin
Hi Stefan, Thanks for the response. I am currently trying to work my way through the GObject turorial; it is somewhat beyond my current coding ability. Is there other ways of coding that would let me write more modular programs that are not as complex as GObject? Thanks, Rick Stefan Kost wrote:

GTK Coding Conventions

2005-04-12 Thread Rick Sutphin
Hello, I am a noob to GTK+ programming, and GUI programming in general. I have worked through the example, and done a few simple programs of my own. I would like to improve my programs. Particularly I would like to do away with , or at least reduce, the mumber of global variables. I would also like