-
Sorry about the wrong patch format.
I was using the docpatcher found here http://wiki.wxwidgets.org/docpatcher/index.cgi
Maybe there is some tunning to perform on this side to produce unified diff.
As I am writting this, I realise that your are the one to mail in case of problems or suggestions.
2008-01-12 15:18:30 UTC in wxWidgets
-
The
wxRect& wxRect::Intersect(const wxRect& rect);
and
wxRect wxRect::Intersect(const wxRect& rect) const;
functions are undocumented.
They are used internally by
bool wxRect::Intersects(const wxRect& rect) const;.
2008-01-10 11:04:20 UTC in wxWidgets
-
This is the updated bakefile as stated in the following mail:
http://www.mail-archive.com/wxcode-users@lists.sourceforge.net/msg00360.html
Contains wxchart.bkl and Bakefile.bkgen files.
note that you need to move the resource file from $(WXCODE)\wxchart\build\msw\wxchart.rc
to
$(WXCODE)\wxchart\samples\wxchart.rc
This seems to be a more logical place to put the resource file...
2007-07-18 09:24:14 UTC in wxCode - wxWidgets components
-
As Robin Dunn says in http://www.nabble.com/Pushing-the-same-event-handler-More-than-once-t2220546.html
Correct a little imprecision in wording.
You need a different event handler object for each PushEventHandler()
2007-05-31 09:14:34 UTC in wxWidgets