Hello friends!
I have make transition from 2.6 to 2.8. One of the innovation of new wxPython is python alike properties! But for some case I don't realise how to use them, or exactly how to transite to them from 2.6 branch.
Here a task list:
1. SetStatusText("welcome") to StatusText = "welcome" No errors, but won't show the message inside StatusBar?
2. Is there property for wx.SystemSettings.GetFont(wx.SYS_SYSTEM_FONT)?
3. Is there property for SetSizerAndFit(sizer) and SetSizer(sizer)?
4. wx.Button's SetToolTipString("ToolTip") to ToolTipString = "ToolTip" No errors, but won't show the tooltip for this button?
5. Is there property for wx.Buttons' SetDefault()?
6. Is there property for wx.TextCtrl's SetFocus()?
7. Is there property for wx.SpinCtrl's SetRange(1,1000)?
8. Is there property for wx.ListCtrl's + mixins:
SetImageList(self.imagelist, wx.IMAGE_LIST_SMALL);
SetColumnWidth(0, 150);
SetStringItem(index, 1, item);
SetItemData(index, idx);
SetItemState(index, wx.LIST_STATE_SELECTED, wx.LIST_STATE_SELECTED);
GetItemData(self.currentItem);
Thanks for help!
···
--
Basil Shubin
Freelance Software Developer
http://bashu.wordpress.com