]> git.saurik.com Git - wxWidgets.git/commit - samples/grid/griddemo.h
Add wxGrid::Render() for drawing the grid to any wxDC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 May 2012 13:00:19 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 May 2012 13:00:19 +0000 (13:00 +0000)
commit779e28da630ef9fba6441fb0bab01cd538a7e7bb
treeddb074aebefe0b751128a8ebf22eecd5fa2ea466
parentb55d57aa2499200346dc15eaf9a65f519b0206fd
Add wxGrid::Render() for drawing the grid to any wxDC.

In particular, this allows to print the grid contents easily.

Closes #14294.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/grid.h
interface/wx/grid.h
samples/grid/griddemo.cpp
samples/grid/griddemo.h
src/generic/grid.cpp