Changeset 182 for trunk/src/about.h


Ignore:
Timestamp:
10/23/2008 07:58:28 AM (4 years ago)
Author:
guyru
Message:

about dialog rewrite - part 1

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/about.h

    r84 r182  
    1 // $Header: $ 
    21/*************************************************************************** 
    3  *   Copyright (C) 2006 by Guy Rutenberg   * 
     2 *   Copyright (C) 2006-2008 by Guy Rutenberg   * 
    43 *   guyrutenberg@gmail.com   * 
    54 *                                                                         * 
     
    1918 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             * 
    2019 ***************************************************************************/ 
    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 
    2223 
    2324#include <wx/wx.h> 
     
    2526#include "wxDynamicBitmap.h" 
    2627 
    27 // begin wxGlade: ::dependencies 
    2828#include <wx/notebook.h> 
    29 // end wxGlade 
    3029 
    31  
    32 #ifndef ABOUT_H 
    33 #define ABOUT_H 
    34  
     30namespace about { 
    3531 
    3632class AboutDialog: public wxDialog { 
    3733public: 
    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); 
    4235 
    4336private: 
    44     // begin wxGlade: AboutDialog::methods 
    4537    void set_properties(); 
    4638    void do_layout(); 
    47     // end wxGlade 
    4839 
    4940protected: 
    50     // begin wxGlade: AboutDialog::attributes 
    5141    wxDynamicBitmap* bitmap_1; 
    5242    wxStaticText* app_label; 
     
    6353    wxNotebook* notebook_main; 
    6454    wxButton* close_button; 
    65     // end wxGlade 
    66 }; // wxGlade: end class 
     55}; 
     56 
     57static const wxString OY_URL = wxT("http://www.openyahtzee.org/"); 
     58 
     59} 
    6760 
    6861 
Note: See TracChangeset for help on using the changeset viewer.