projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
use size_t for the total size of data instead of wxFileSize_t (msg catalogs can't...
[wxWidgets.git]
/
wxPython
/
contrib
/
glcanvas
/
_glcanvas_rename.i
1
// A bunch of %rename directives generated by BuildRenamers in config.py
2
// in order to remove the wx prefix from all global scope names.
3
4
#ifndef BUILDING_RENAMERS
5
6
%rename(GLContext) wxGLContext;
7
%rename(GLCanvas) wxGLCanvas;
8
9
#endif