On 5/21/10, Paul D. Buck <[email protected]> wrote:
> Sadly 2.8.11 seems to be the "stable" version.  2.9.1 which is referenced in
> the documents is "Testing" which I think means that it is in the same phase
> as is 6.10.56 ... not yet sure it is really ready for use.
>
> And the line: "Please notice that this function makes sense for report view
> only and currently is only implemented in wxMSW port. " (See:
> http://docs.wxwidgets.org/trunk/classwx_list_ctrl.html#f7087589e40618f25b35d7d5b7b24c1b)
> "bool wxListCtrl::SetColumnsOrder     (       const wxArrayInt &      orders  
>  )      const"
>
> If the decision is made to go with 2.9.1 it would not be that big of an
> issue I think to only have the feature on the windows side.  Annoying to be
> sure, but, tolerable until it was cross-platform.

SetColumnsOrder is to change the column order from inside the
application code; it's not necessary in this case. Merely upgrading
wxWidgets (without changing anything else in the manager code) would
give drag-and-drop columns. In fact, what wx is still missing is a way
to turn this feature *off* :P

-- 
Nicolas
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to