Transform to CMake project.
This commit is contained in:
25
LGridComboRenderer.h
Normal file
25
LGridComboRenderer.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* File: LGridComboRenderer.h
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : LGPL version 2.1
|
||||
* Copyright SET, M. D. - © 2014
|
||||
*
|
||||
* Created on 13 juin 2014, 18:03
|
||||
*/
|
||||
|
||||
#ifndef LGRIDCOMBORENDERER_H
|
||||
#define LGRIDCOMBORENDERER_H
|
||||
|
||||
#include "wx/grid.h"
|
||||
|
||||
class LGridComboRenderer : public wxGridCellAutoWrapStringRenderer
|
||||
{
|
||||
public:
|
||||
LGridComboRenderer();
|
||||
virtual ~LGridComboRenderer();
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif /* LGRIDCOMBORENDERER_H */
|
||||
|
||||
Reference in New Issue
Block a user