[Wgui-cvs] wgui/includes wg_frame.h,1.18,1.19
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2005-01-05 21:09:42
|
Update of /cvsroot/wgui/wgui/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25490/includes Modified Files: wg_frame.h Log Message: Work on the message box. Index: wg_frame.h =================================================================== RCS file: /cvsroot/wgui/wgui/includes/wg_frame.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** wg_frame.h 27 Dec 2004 04:59:36 -0000 1.18 --- wg_frame.h 5 Jan 2005 21:09:32 -0000 1.19 *************** *** 77,80 **** --- 77,83 ---- CMenu* GetMenu(void) { return m_pMenu; } + //! Closes the frame and causes it to delete itself + void CloseFrame(void); + // CWindow overrides |