Skip to content

Commit 430a6c2

Browse files
committed
Add wx.Choice, wx.adv.CommandLinkButton
1 parent a5125bb commit 430a6c2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

etg/_adv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
INCLUDES = [
2828
#'aboutdlg',
2929
#'helpext',
30-
#'commandlinkbutton',
30+
'commandlinkbutton',
3131
#'dateevt',
3232
#'datectrl',
3333
#'calctrl',

etg/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
'stattext',
134134
'statbox',
135135
'statusbar',
136-
#'choice',
136+
'choice',
137137
'anybutton',
138138
'button',
139139
'bmpbuttn',
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)