projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New SetModified method
[wxWidgets.git]
/
wxPython
/
src
/
_gdiobj.i
diff --git
a/wxPython/src/_gdiobj.i
b/wxPython/src/_gdiobj.i
index a334c9f2f18381c52328ffae7a2445aa6ce194b4..bdbde3c8df902ec35989b89ccfd8997cab801721 100644
(file)
--- a/
wxPython/src/_gdiobj.i
+++ b/
wxPython/src/_gdiobj.i
@@
-22,9
+22,6
@@
public:
wxGDIObject();
~wxGDIObject();
- bool GetVisible();
- void SetVisible( bool visible );
-
bool IsNull();
};