wxGridSizeEvent Class Reference

#include <wx/grid.h>

Inheritance diagram for wxGridSizeEvent:

wxNotifyEvent wxCommandEvent wxEvent wxObject

List of all members.


Detailed Description

This event class contains information about a row/column resize event.

Library:  wxAdvanced

Category:  group_class_FIXME

Public Member Functions

bool AltDown ()
bool ControlDown ()
wxPoint GetPosition ()
int GetRowOrCol ()
bool MetaDown ()
bool ShiftDown ()
 wxGridSizeEvent ()
 wxGridSizeEvent (int id, wxEventType type, wxObject *obj, int rowOrCol=-1, int x=-1, int y=-1, bool control=false, bool shift=false, bool alt=false, bool meta=false)

Constructor & Destructor Documentation

wxGridSizeEvent::wxGridSizeEvent (  ) 

wxGridSizeEvent::wxGridSizeEvent ( int  id,
wxEventType  type,
wxObject obj,
int  rowOrCol = -1,
int  x = -1,
int  y = -1,
bool  control = false,
bool  shift = false,
bool  alt = false,
bool  meta = false 
)


Member Function Documentation

bool wxGridSizeEvent::AltDown (  ) 

Returns true if the Alt key was down at the time of the event.

bool wxGridSizeEvent::ControlDown (  ) 

Returns true if the Control key was down at the time of the event.

wxPoint wxGridSizeEvent::GetPosition (  ) 

Position in pixels at which the event occurred.

int wxGridSizeEvent::GetRowOrCol (  ) 

Row or column at that was resized.

bool wxGridSizeEvent::MetaDown (  ) 

Returns true if the Meta key was down at the time of the event.

bool wxGridSizeEvent::ShiftDown (  ) 

Returns true if the Shift key was down at the time of the event.



wxWidgets logo

[ top ]