Re: custom TreeModel

2006-05-20 Thread Tamer Mowafy
--- Jonathon Jongsma <[EMAIL PROTECTED]> wrote: > On 5/19/06, Tamer Mowafy [EMAIL PROTECTED] wrote: > > Second you may consider declaring your template > > parameters like this: > > > > template < class T, template < class U, class = > > allocator > class TContainer> > > > > this makes your class

Gtkmm-forge digest, Vol 1 #1132 - 1 msg

2006-05-20 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach th

Re: custom TreeModel

2006-05-20 Thread Jonathon Jongsma
On 5/19/06, Tamer Mowafy <[EMAIL PROTECTED]> wrote: first if the basic idea was to keep only one copy of data around, you may think of using a reference to the wrapped container. >private: > T m_container; can be: T& m_container; this will allow two-way updates to be automatically sensed on bot

Re: Gtkmm and C++ book

2006-05-20 Thread Michael Ekstrand
On Sat, May 20, 2006 at 12:11:16PM -0300, Arthur Maciel wrote: > By the questions I make here, I believe it is possible to notice I'm > not a proficient programmer. I've read the Gtkmm book online and > comprehended most of the content, but even though, I would like to > know (and this is kind of o

Re: Gtkmm and C++ book

2006-05-20 Thread Arthur Maciel
Thank you, again, Paul, Murray, Jonathon and Dodji. I'll look for these books and chose some. I really want to be quite efficient on C++ and GTKmm to be able to build some systems. Your opinion is worthy for me. Best wishes, Arthur 2006/5/20, Murray Cumming <[EMAIL PROTECTED]>: On Sat, 2006-05-

Re: Gtkmm and C++ book

2006-05-20 Thread Dodji Seketeli
hello, if you recommend any good C++ book that points to object orientation and could serve as a C++ reference, too. I've read a C++ book (Brazilian one), but it is superficial on many points, and I'm reading Design Patterns (Gamma) now. Do you have any other suggestions? If you are looking f

Re: Gtkmm and C++ book

2006-05-20 Thread Jonathon Jongsma
On 5/20/06, Arthur Maciel <[EMAIL PROTECTED]> wrote: I appreciate the answer about my previous topic (interface designer). By the questions I make here, I believe it is possible to notice I'm not a proficient programmer. I've read the Gtkmm book online and comprehended most of the content, but e

Re: Gtkmm and C++ book

2006-05-20 Thread Murray Cumming
On Sat, 2006-05-20 at 12:11 -0300, Arthur Maciel wrote: > I appreciate the answer about my previous topic (interface designer). > > By the questions I make here, I believe it is possible to notice I'm > not a proficient programmer. I've read the Gtkmm book online and > comprehended most of the con

Gtkmm and C++ book

2006-05-20 Thread Arthur Maciel
I appreciate the answer about my previous topic (interface designer). By the questions I make here, I believe it is possible to notice I'm not a proficient programmer. I've read the Gtkmm book online and comprehended most of the content, but even though, I would like to know (and this is kind of

Re: Use of any interface designer - is it worthy?

2006-05-20 Thread dodji Seketeli
Yeah, I agree The one question I have about glade / libglade is whether it handles UIManager widgets well. Well, what I have seen so far is that glade/libglade (at least glade-2) doesn't handle UIManager at all. Does anybody have any experience with glade and UIManager? I use glade-2/libg