X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdialogs.h;fp=src%2Fdialogs.h;h=3b76d9504460b2bd5992422a39b6fbf1edd480f3;hp=0bb051043e71e45e96e2d748ab7ddbc960a94362;hb=17f20398d8bb0e4b97b5884b999bbe8d58c5254f;hpb=4ab75eaf538f5b42cf86830e44eee70590cd8c9a diff --git a/src/dialogs.h b/src/dialogs.h index 0bb0510..3b76d95 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dialogs.h,v 1.26 2001/02/14 18:39:47 kevin Exp $ +** $Id: dialogs.h,v 1.27 2001/02/16 00:28:41 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -39,6 +39,15 @@ #include "projections.h" +class CTSimHelpButton : public wxButton +{ +public: + CTSimHelpButton (wxWindow* parent, int id) + : wxButton (parent, id, "Help") + {} +}; + + // CLASS StringValueAndTitleListBox // // A superclass of wxListBox that can handle string values and titles