Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

BackButton.cpp

00001 //Licence: LGPL 00002 //Copyright: Visti Andresen 00003 00004 #include "BackButton.h" 00005 00006 BackButton::BackButton(const string &label, const string &name, Font *font) 00007 : Button(label, name, font) 00008 { 00009 } 00010 00011 BackButton::~BackButton() 00012 { 00013 } 00014 00015

Generated on Wed Sep 1 14:46:56 2004 by doxygen 1.3.7