il = wx.ImageList(32, 32)
bmp = img.bookmark_new.GetBitmap()
idx1 = il.Add(bmp)
self.notebook_1.AssignImageList(il)
self.notebook_1.SetPageImage(6, idx1)
Для примера можно wx.ID_EXIT
И, где, вообще, перечень всех этих доступных wx.ID?
il = wx.ImageList(32, 32)
bmp = img.bookmark_new.GetBitmap()
idx1 = il.Add(bmp)
self.notebook_1.AssignImageList(il)
self.notebook_1.SetPageImage(6, idx1)