src/eventhandler.cpp

Go to the documentation of this file.
00001 /*
00002 * Copyright (c) 2006 by Kirill Kolodyazhniy.
00003 * See the file "license.terms" for information on usage and redistribution
00004 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
00005 */
00006 
00007 #include "stdinc.h"
00008 #include "icon.h"
00009 #include "eventhandler.h"
00010 #include "widgets.h"
00011 #include "menu.h"
00012 #include "widget.h"
00013 #include "exception.h"
00014 namespace MWidgets
00015 {
00016         /*******************************************************************************/
00017         void BaseEventHandler::Call(Widget*)
00018         {
00019     };
00020         /*******************************************************************************/
00021         void BaseEventHandler::Call(Widget* ,int ,int ,DWORD )
00022         {
00023     };
00024         /*******************************************************************************/
00025         void BaseEventHandler::Call(Widget* ,int ,int ,int ,int )
00026         {
00027     }
00028         /*******************************************************************************/
00029 };

Generated on Thu Oct 26 13:47:45 2006 for MWidgets by  doxygen 1.4.7