21 lines
347 B
C++
21 lines
347 B
C++
|
|
/*
|
||
|
|
* File: LGridComboRenderer.cpp
|
||
|
|
* Author: SET - nmset@netcourrier.com
|
||
|
|
* License : LGPL version 2.1
|
||
|
|
* Copyright SET, M. D. - © 2014
|
||
|
|
*
|
||
|
|
* Created on 13 juin 2014, 18:03
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "LGridComboRenderer.h"
|
||
|
|
|
||
|
|
LGridComboRenderer::LGridComboRenderer()
|
||
|
|
: wxGridCellAutoWrapStringRenderer()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
LGridComboRenderer::~LGridComboRenderer()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|