Displaying 3 results from an estimated 3 matches for "sort_items".
Did you mean:
  cart_items
  
2007 Oct 17
1
what''s a ListCtrlCompare ?
Hello all,
The doc for Wx::ListCtrl#sort_items says the method takes
a ListCtrlCompare. I''ve searched high and low, and I can''t
find any description of such an object.
Is there sample code somewhere in which an LC_REPORT style
ListCtrl offers sorting by column? That''s really all I''m
trying to do, and if I co...
2007 Dec 30
1
ReOrdering Wx::TreeCtrl Items
Given the following hash:
#...
     @project_list = {
       ''Contract0'' => nil,
       ''Contract1'' => {
                      ''Project1'' => nil,
                      ''Project2'' => nil,
                      ''Project3'' => {
                                     ''task1'' =>
2008 Jan 17
1
wxSockets
Hello guys,
Alright Alex.....  I need a few tips on where to start.  I know that I''m
going to need to rewrite the wxSocket header files, in order to incorperate
them into wxRuby.  But some advice on stuff such as
wxSocketClient::new/connect, where it takes a wxIPAddress, and so forth.  I
know they are pretty friviolous structures for holding information about
Addresses in which to make