Displaying 1 result from an estimated 1 matches for "get_item_rect".
2007 Sep 03
1
API survey results & update
...of the email.
We hope to have a 1.9.1 release incorporating these in the next week or 
two. 1.9.1 will also add StyledTextCtrl (Scintilla) support, as well as 
BitmapComboBox and RendererNative. Lastly it has some useful bugfixes to 
methods - eg TreeCtrl#on_compare_items; Choice#append; 
ListCtrl#get_item_rect
cheers
alex
1) All widgets and frames can be created using keyword args. This is 
really handy, for example, if you mainly use Sizers to manage layouts, 
and so rarely need to set an explicit size or position for a window. So, 
for a multiline TextCtrl, before, this was necessary
Wx::TextCtrl.ne...