Menu

#12 wxLuaListCtrl with virtual functions

closed-fixed
None
5
2020-09-06
2013-12-20
No

This patch implements wxLuaListCtrl with virtual functions needed to use wxLC_VIRTUAL. It compiles and works for me, and I based the code off of existing hand-bound classes, but it should be looked at by a maintainer to make sure everything is in the right place.

It would be interesting if the wxListCtrl constructor returned this class when passed the wxLC_VIRTUAL style to make usage more transparent.

1 Attachments

Discussion

  • John Labenski

    John Labenski - 2014-02-06
    • status: open --> accepted
    • assigned_to: John Labenski
     
  • John Labenski

    John Labenski - 2014-02-06

    Thanks, patch applied with a few modifications. I decided against returning the wxLuaListCtrl for the wxLC_VIRTUAL style to be less surprising at the expense of convenience, but I did document it.

     
  • Pavel Kulchenko

    Pavel Kulchenko - 2020-09-06
    • status: accepted --> closed-fixed
     

Log in to post a comment.