|
From: Dave R. <dav...@ma...> - 2002-04-24 09:49:19
|
I would like to perform some custom painting on a sub-classed window. I've derived a class called MyNotebook, inheriting from Wx::Notebook. I can define an OnPaint handler with EVT_PAINT(), but how do I "invoke" the event, so that the notebook's paint handler is called, before I start to draw on top of that? thanks, /dave |