[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
extending Gdk::Region
- From: Christopher Harvey <chris basementcode com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: extending Gdk::Region
- Date: Wed, 06 May 2009 13:42:29 -0400
I want to extend Gdk::Region. I noticed it didn't have a virtual
destructor. I REALLY need to be able to extend it, otherwise I'll end up
with random functions floating around all over the place.
Basically I want to create a region class that can build itself from
complex input, then be used as a normal region.
Can we make this class extendable? It seems like a nice feature for a
widget library especially.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]