00001 /*========================================================================= 00002 00003 Program: wxMaracas 00004 Module: $RCSfile: InterfaceVtkPanelWidgets.cxx,v $ 00005 Language: C++ 00006 Date: $Date: 2009/05/14 13:54:34 $ 00007 Version: $Revision: 1.2 $ 00008 00009 Copyright: (c) 2002, 2003 00010 License: 00011 00012 This software is distributed WITHOUT ANY WARRANTY; without even 00013 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00014 PURPOSE. See the above copyright notice for more information. 00015 00016 =========================================================================*/ 00017 #include "InterfaceVtkPanelWidgets.h" 00018 00019 00020 void InterfaceVtkPanelWidgets::CallBackOnMouseWheel( wxMouseEvent& event ) 00021 { 00022 } 00023 00024 void InterfaceVtkPanelWidgets::CallBackOnLeftDClick( wxMouseEvent& event ) 00025 { 00026 } 00027 00028