VR-Vantage 3.0 API Documentation
Home
Modules
Namespaces
Classes
Files
Libraries
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
sensorFx
include
ciGridEx.h
Go to the documentation of this file.
1
#ifndef _EZGRID_H_INCLUDED_
2
#define _EZGRID_H_INCLUDED_
3
4
#include "wx/grid.h"
5
6
class
ciGridEx
:
public
wxGrid
7
{
8
public
:
9
ciGridEx::ciGridEx
(wxWindow *parent,
10
wxWindowID
id
,
const
wxPoint& pos = wxDefaultPosition,
11
const
wxSize&
size
= wxDefaultSize,
long
style = wxWANTS_CHARS,
12
const
wxString&
name
= wxPanelNameStr);
13
~ciGridEx
();
14
protected
:
15
DECLARE_EVENT_TABLE()
16
void
OnCellLeftClick
( wxGridEvent& );
17
};
18
19
#endif // _EZGRID_H_INCLUDED_
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)