]> git.saurik.com Git - wxWidgets.git/commit
wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_NO_TOOLBAR_DIVIDER
authorJulian Smart <julian@anthemion.co.uk>
Fri, 11 Sep 2009 11:49:03 +0000 (11:49 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 11 Sep 2009 11:49:03 +0000 (11:49 +0000)
commit521f1d8371b4f010e8d8c55b55720eb11ff052e6
tree48b3fd53997b4f942fe7ffcc17d6d6ccae028b81
parent8a05a8d7d04b2e86da7c3288d77c1f395a0e6ef5
wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_NO_TOOLBAR_DIVIDER
and wxPG_EX_TOOLBAR_SEPARATOR styles for finer control over borders.
Borders around property grid are now native for consistency.
Some strange VC6 compiler errors fixed, plus size assertion in
sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/propgrid/propgrid.h
interface/wx/propgrid/propgrid.h
samples/propgrid/propgrid.cpp
src/propgrid/manager.cpp
src/propgrid/property.cpp
src/propgrid/propgrid.cpp