]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.cxx
08006387ad8f334ba482745a150300a346f6c0aa
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / InterfaceVtkPanelWidgets.cxx
1 /*=========================================================================
2
3   Program:   wxMaracas
4   Module:    $RCSfile: InterfaceVtkPanelWidgets.cxx,v $
5   Language:  C++
6   Date:      $Date: 2009/05/14 13:54:34 $
7   Version:   $Revision: 1.2 $
8
9   Copyright: (c) 2002, 2003
10   License:
11   
12      This software is distributed WITHOUT ANY WARRANTY; without even 
13      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14      PURPOSE.  See the above copyright notice for more information.
15
16 =========================================================================*/
17 #include "InterfaceVtkPanelWidgets.h"
18
19
20 void InterfaceVtkPanelWidgets::CallBackOnMouseWheel( wxMouseEvent& event )
21 {
22 }
23
24 void InterfaceVtkPanelWidgets::CallBackOnLeftDClick( wxMouseEvent& event )
25 {
26 }
27
28