Changeset 183 for trunk/src/about.h


Ignore:
Timestamp:
10/23/2008 09:56:21 AM (4 years ago)
Author:
guyru
Message:

about dialog rewrite - part 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/about.h

    r182 r183  
    2424#include <wx/wx.h> 
    2525#include <wx/image.h> 
    26 #include "wxDynamicBitmap.h" 
    2726 
    2827#include <wx/notebook.h> 
     
    3231class AboutDialog: public wxDialog { 
    3332public: 
    34     AboutDialog(wxWindow* parent); 
     33        AboutDialog(wxWindow* parent); 
    3534 
    3635private: 
    37     void set_properties(); 
    38     void do_layout(); 
    39  
    40 protected: 
    41     wxDynamicBitmap* bitmap_1; 
    42     wxStaticText* app_label; 
    43     wxStaticText* label_desc; 
    44     wxStaticText* label_copyright; 
    45     wxStaticText* label_1; 
    46     wxPanel* notebook_main_pane_about; 
    47     wxStaticText* label_7; 
    48     wxScrolledWindow* notebook_main_pane_authors; 
    49     wxStaticText* label_6; 
    50     wxScrolledWindow* notebook_main_pane_thanks; 
    51     wxStaticText* label_15; 
    52     wxScrolledWindow* notebook_main_pane_license; 
    53     wxNotebook* notebook_main; 
    54     wxButton* close_button; 
     36        void addControlsAndLayout(); 
     37        void notebookAboutTab(wxNotebook *notebook); 
     38        void notebookAuthorTab(wxNotebook *notebook); 
     39        void notebookThanksTab(wxNotebook *notebook); 
     40        void notebookLicenseTab(wxNotebook *notebook); 
    5541}; 
    5642 
Note: See TracChangeset for help on using the changeset viewer.