Main Page | Namespace List | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

gripper.h File Reference

#include <wx/gdi.h>
#include "wx/export.h"

Include dependency graph for gripper.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EVT_GRIP_DBLCLICK(fn)
#define EVT_GRIP_LEFTDOWN(fn)
#define EVT_GRIP_LEFTUP(fn)
#define EVT_GRIP_MOTION(fn)

Functions

 DECLARE_EXPORTED_EVENT_TYPE (WXDLLIMPEXP_DI, wxEVT_GRIP_DBLCLICK, wxEVT_FIRST+1230) DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_DI
wxEVT_FIRST DECLARE_EXPORTED_EVENT_TYPE (WXDLLIMPEXP_DI, wxEVT_GRIP_LEFTUP, wxEVT_FIRST+1232) DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_DI

Variables

 wxEVT_GRIP_LEFTDOWN
wxEVT_FIRST wxEVT_GRIP_MOTION


Define Documentation

#define EVT_GRIP_DBLCLICK fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( wxEVT_GRIP_DBLCLICK, -1, -1, \
  (wxObjectEventFunction) (wxEventFunction) & fn, NULL ),

Definition at line 83 of file gripper.h.

#define EVT_GRIP_LEFTDOWN fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( wxEVT_GRIP_LEFTDOWN, -1, -1, \
  (wxObjectEventFunction) (wxEventFunction) & fn, NULL ),

Definition at line 86 of file gripper.h.

#define EVT_GRIP_LEFTUP fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( wxEVT_GRIP_LEFTUP, -1, -1, \
  (wxObjectEventFunction) (wxEventFunction) & fn, NULL ),

Definition at line 89 of file gripper.h.

#define EVT_GRIP_MOTION fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( wxEVT_GRIP_MOTION, -1, -1, \
  (wxObjectEventFunction) (wxEventFunction) & fn, NULL ),

Definition at line 92 of file gripper.h.


Function Documentation

wxEVT_FIRST DECLARE_EXPORTED_EVENT_TYPE WXDLLIMPEXP_DI  ,
wxEVT_GRIP_LEFTUP  ,
wxEVT_FIRST+  1232
 

DECLARE_EXPORTED_EVENT_TYPE WXDLLIMPEXP_DI  ,
wxEVT_GRIP_DBLCLICK  ,
wxEVT_FIRST+  1230
 


Variable Documentation

wxEVT_GRIP_LEFTDOWN
 

Definition at line 76 of file gripper.h.

Referenced by wxGripWindow::OnLeftDown().

wxEVT_FIRST wxEVT_GRIP_MOTION
 

Definition at line 78 of file gripper.h.

Referenced by wxGripWindow::OnMotion().


Generated on Sat May 14 14:54:39 2005 for wxDockIt by  doxygen 1.4.2