Re: moving egg_screen_* into libgnomeui
Havoc Pennington <[email protected]> 17 Sep 2002 11:05:27 -0400
| Newsgroups | gmane.comp.gnome.lib.devel |
|---|---|
| Message-ID | <[email protected]> |
Murray Cumming <[email protected]> writes: > GTK/GNOME tries to be Object Orientated, but it doesn't seem very O-O > for a separate library to start adding methods to a class that's defined > in a dependent library. Well, more importantly, these things are in no way methods for GdkScreen; they just take a GdkScreen as an argument (and somewhat artificially make it the first argument). Havoc