]> git.saurik.com Git - wxWidgets.git/commit - include/wx/dataview.h
Change SetValue( wxVariant &value ) to
authorRobert Roebling <robert@roebling.de>
Tue, 24 Apr 2007 09:36:48 +0000 (09:36 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 24 Apr 2007 09:36:48 +0000 (09:36 +0000)
commit2fa73716ca5cf002bdd570a86da5d1cb09d7e3b0
treea8dd7a70ac66217e3c39cc6d6aa0678a5fb31e13
parent2d9152d5d67dd675dbeab681b716d168402324f0
   Change SetValue( wxVariant &value ) to
          SetValue( const wxVariant &value )
    (already documented)
   Delete in-place editing control through
    pending list, not in event handler.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dataview.h
samples/dataview/dataview.cpp
src/common/datavcmn.cpp
src/gtk/dataview.cpp