Displaying 2 results from an estimated 2 matches for "getdefaultattribut".
Did you mean:
getdefaultattributes
2006 Sep 02
1
OK, I was wrong...
You -do- have to still declare something virtual in the derived class
for SWIG to wrap it properly. Let''s not apply any of my patches yet
until I rework them.
Roy
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from
wxWindow.h. In order to make things right I had to make sure it was
also declared in all the places where wxWindows also changes it. Also,
in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I
haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see
if it also applies to other installs. You should check. In a couple
places AcceptFocus is #ifdef''ed to only affect Windows, for the same
reason. I don''t -t...