t_waldo_window.cpp

Go to the documentation of this file.
00001 /*****************************************************************************\
00002 *                                                                             *
00003 *  Name   : test_waldo                                                        *
00004 *  Author : Chris Koeritz                                                     *
00005 *                                                                             *
00006 *******************************************************************************
00007 * Copyright (c) 1997-$now By Author.  This program is free software; you can  *
00008 * redistribute it and/or modify it under the terms of the GNU General Public  *
00009 * License as published by the Free Software Foundation; either version 2 of   *
00010 * the License or (at your option) any later version.  This is online at:      *
00011 *     http://www.fsf.org/copyleft/gpl.html                                    *
00012 * Please send any updates to: fred@gruntose.com                               *
00013 \*****************************************************************************/
00014 
00015 #include "test_waldo.h"
00016 
00017 //in oncreate after window has been created.
00018  attachment.attach(*this);
00019 
00020 //in onclose before window is onclosed. 
00021  attachment.detach(*this);

Generated on Sat Oct 11 04:29:07 2008 for HOOPLE Libraries by  doxygen 1.5.1