Re: GGV 1.1.96



Hi Sergey,

On Tue, 2002-07-02 at 01:04, Sergey V. Udaltsov wrote:
> First I tried to have my own "epv" and use BONOBO_X_TYPE_FUNC_FULL
> (memcopying epv from the parent class). Then I removed epv  and used
> BONONO_X_TYPE_FUNC - but no difference. Functions are not overridden.
> About the way I use my object:

	This is for Gnome 1.4 yes ? sigh, you should use BONOBO_X_TYPE_FUNC
(AFAIR), and override the parent's epv methods where appropriate. ie.

	BonoboUIContainerClass *pklass = (BonoboUIContainerClass *)myKlass;
	pklass->epv.fooMethod = myOverriddenFooMethod;

	HTH,

		Michael.

-- 
 mmeeks gnu org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]