Changeset 182 for trunk/src/about.h
- Timestamp:
- 10/23/2008 07:58:28 AM (4 years ago)
- File:
-
- 1 moved
-
trunk/src/about.h (moved) (moved from trunk/src/About.h) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/about.h
r84 r182 1 // $Header: $2 1 /*************************************************************************** 3 * Copyright (C) 2006 by Guy Rutenberg *2 * Copyright (C) 2006-2008 by Guy Rutenberg * 4 3 * guyrutenberg@gmail.com * 5 4 * * … … 19 18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * 20 19 ***************************************************************************/ 21 // -*- C++ -*- generated by wxGlade 0.4.1cvs on Tue Feb 27 17:58:29 2007 from /home/guy/about.wgt 20 21 #ifndef OPENYAHTZEE_ABOUT_INC 22 #define OPENYAHTZEE_ABOUT_INC 22 23 23 24 #include <wx/wx.h> … … 25 26 #include "wxDynamicBitmap.h" 26 27 27 // begin wxGlade: ::dependencies28 28 #include <wx/notebook.h> 29 // end wxGlade30 29 31 32 #ifndef ABOUT_H 33 #define ABOUT_H 34 30 namespace about { 35 31 36 32 class AboutDialog: public wxDialog { 37 33 public: 38 // begin wxGlade: AboutDialog::ids 39 // end wxGlade 40 41 AboutDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE); 34 AboutDialog(wxWindow* parent); 42 35 43 36 private: 44 // begin wxGlade: AboutDialog::methods45 37 void set_properties(); 46 38 void do_layout(); 47 // end wxGlade48 39 49 40 protected: 50 // begin wxGlade: AboutDialog::attributes51 41 wxDynamicBitmap* bitmap_1; 52 42 wxStaticText* app_label; … … 63 53 wxNotebook* notebook_main; 64 54 wxButton* close_button; 65 // end wxGlade 66 }; // wxGlade: end class 55 }; 56 57 static const wxString OY_URL = wxT("http://www.openyahtzee.org/"); 58 59 } 67 60 68 61
Note: See TracChangeset
for help on using the changeset viewer.
