Re: overwriting classes
- From: Russell Shaw <rjshaw netspace net au>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: overwriting classes
- Date: Wed, 16 Jun 2004 23:35:58 +1000
joel krähemann wrote:
I'm to writing my own objects. They overwrite class
functions from parent objects and call the overwritten
functions later. But these functions aren't in the
header's. Is there something like an extended
gtk+-2.4.2 where these functions are in the headers or
do I have to put them my self in there. If so do I
need to recompile gtk?
If the functions aren't in the headers, then they're
declared static in the source which means they're
inaccessible. You'll need to recompile.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]