Skip to content

Commit 805ed7d

Browse files
committed
Add wx.Popup, wx.RadioBox, wx.SashWindow and wx.SashLayoutWindow
1 parent f84f92c commit 805ed7d

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

etg/_adv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
#'editlbox',
4242
#'notifmsg',
4343
'splash',
44-
#'sashwin',
45-
#'laywin',
44+
'sashwin',
45+
'laywin',
4646
#'odcombo',
4747
#'bmpcbox',
4848
#'richtooltip',

etg/_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
'headercol',
155155
'headerctrl',
156156
'srchctrl',
157-
#'radiobox',
157+
'radiobox',
158158
'radiobut',
159159
#'slider',
160160
#'spinbutt',
@@ -186,7 +186,7 @@
186186
'msgdlg',
187187
#'richmsgdlg',
188188
#'progdlg',
189-
#'popupwin',
189+
'popupwin',
190190
#'tipwin',
191191
#'colordlg',
192192
#'choicdlg',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)