mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-18 14:40:07 +01:00
7 lines
116 B
Python
7 lines
116 B
Python
|
|
if wx.Platform == '__WXGTK__':
|
|
bmp = wx.ArtProvider.GetBitmap("gtk-cdrom", wx.ART_MENU)
|
|
|
|
|
|
|