repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
x11
/
py-wxWidgets
/
patches
/
patch-aa
blob
bd694a2bff5bb4492aa5aa6357e6e18a34a25ba4
1
$NetBSD$
2
3
--- src/_event.i.orig 2009-08-06 08:09:32.000000000 +0200
4
+++ src/_event.i
5
@@ -1873,7 +1873,6 @@ public:
6
7
void SetShow(bool show);
8
bool GetShow() const;
9
- bool IsShown() const;
10
11
%property(Show, GetShow, SetShow, doc="See `GetShow` and `SetShow`");
12
};