Skip to content

Commit e165d7c

Browse files
committed
Add wx.ArtProvider, wx.RadioButton, wx.StaticLine
1 parent 7a78350 commit e165d7c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

etg/_core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
'notebook',
143143
'splitter',
144144
#'collpane',
145-
#'statline',
145+
'statline',
146146
'textcompleter',
147147
'textentry',
148148
'textctrl',
@@ -155,7 +155,7 @@
155155
'headerctrl',
156156
'srchctrl',
157157
#'radiobox',
158-
#'radiobut',
158+
'radiobut',
159159
#'slider',
160160
#'spinbutt',
161161
'spinctrl',
@@ -207,7 +207,7 @@
207207
#'cshelp',
208208
'settings',
209209
'sysopt',
210-
#'artprov',
210+
'artprov',
211211
'dragimag',
212212
#'printfw',
213213
#'printdlg',
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)