Derek Simkowiak <[EMAIL PROTECTED]> writes: > Is it simply that functions which a sub-class would want to > inherit (or override) should be member functions? > Yes. In C++ terms, all the functions are member functions; the functions in the class struct are virtual member functions. So you put things in the class struct when you would declare them "virtual" in C++. Havoc -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] Determining a custom widget's member funct... Derek Simkowiak
- [gtk-list] Model/View/Controller? Havoc Pennington
- [gtk-list] Model/View/Controller? Derek Simkowiak
- [gtk-list] Re: Model/View/Controller? Havoc Pennington
- [gtk-list] Re: Model/View/Controller? Rick L. Vinyard, Jr.
