--- 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
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
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
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
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-
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
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
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
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
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
10 matches
Mail list logo