Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenhistory.h
Go to the documentation of this file.
00001 /* 00002 * PROJECT: PAINT for ReactOS 00003 * LICENSE: LGPL 00004 * FILE: history.h 00005 * PURPOSE: Undo and redo functionality 00006 * PROGRAMMERS: Benedikt Freisen 00007 */ 00008 00009 void newReversible(void); 00010 00011 void undo(void); 00012 00013 void redo(void); 00014 00015 void resetToU1(void); 00016 00017 void clearHistory(void); 00018 00019 void insertReversible(HBITMAP hbm); 00020 00021 void cropReversible(int width, int height, int xOffset, int yOffset); Generated on Sun May 27 2012 04:17:04 for ReactOS by
1.7.6.1
|