]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.h
use wxChar correctly in wxString docs; mark wx1 compatibility functions
[wxWidgets.git] / samples / dialogs / dialogs.h
index 23fa45fc0cf81b9f0b3f01a5309ea0683d5a545c..12a64d9a63fdc5d939858435c43e21490ab1ccac 100644 (file)
@@ -247,6 +247,8 @@ public:
 #if wxUSE_ABOUTDLG
     void ShowSimpleAboutDialog(wxCommandEvent& event);
     void ShowFancyAboutDialog(wxCommandEvent& event);
+    void ShowFullAboutDialog(wxCommandEvent& event);
+    void ShowCustomAboutDialog(wxCommandEvent& event);
 #endif // wxUSE_ABOUTDLG
 
 #if wxUSE_BUSYINFO
@@ -337,6 +339,8 @@ enum
     DIALOGS_PROGRESS,
     DIALOGS_ABOUTDLG_SIMPLE,
     DIALOGS_ABOUTDLG_FANCY,
+    DIALOGS_ABOUTDLG_FULL,
+    DIALOGS_ABOUTDLG_CUSTOM,
     DIALOGS_BUSYINFO,
     DIALOGS_FIND,
     DIALOGS_REPLACE,