00001 //----------------------------------------------------------------------------------------
00002 // Name: wxwindows_classes.h
00003 // Purpose: wxWindows classes used in the program, so that they make a nicer class
00004 // hierarchy tree. Each class has a short note saying to refer to the
00005 // wxWindows documentation.
00006 // Author: Robert O'Connor
00007 // Modified by:
00008 // Created: 2002/07/18
00009 // Copyright: (c) Robert O'Connor ( rob@medicalmnemonics.com )
00010 // Licence: GPL
00011 // RCS-ID: $Id: docs_wxwindows_classes.h,v 1.1 2002/09/02 02:27:13 robertoconnor Exp $
00012 //----------------------------------------------------------------------------------------
00013
00014 //----------------------------------------------------------------------------------------
00015 // wxWindows classes (alphabetical)
00016 //----------------------------------------------------------------------------------------
00017
00019 class wxApp
00020 {
00021 };
00022
00023
00025 class wxArtProvider
00026 {
00027 };
00028
00029
00031 class wxCmdLineParser
00032 {
00033 };
00034
00035
00037 class wxDialog
00038 {
00039 };
00040
00041
00043 class wxFrame
00044 {
00045 };
00046
00047
00049 class wxImageList
00050 {
00051 };
00052
00053
00055 class wxHtmlHelpController
00056 {
00057 };
00058
00059
00061 class wxListBox
00062 {
00063 };
00064
00066 class wxListCtrl
00067 {
00068 };
00069
00070
00072 class wxProcess
00073 {
00074 };
00075
00076
00078 class wxSplashScreen
00079 {
00080 };
00081
00082
00084 class wxSplitterWindow
00085 {
00086 };
00087
00088
00090 class wxWizard
00091 {
00092 };
00093
00094
00096 class wxWizardPageSimple
00097 {
00098 };