Форум сайта python.su
Есть вот что:
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)
Отредактировано (Март 23, 2011 19:28:36)
Офлайн