xWindows v1.65 Class Hierarchy Diagram
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



Class                                                           Source file
-----                                                           -----------

wxLogClass                                                      base\wb_utils.cc

wxObject                                                        base\wb_obj.cc
  |
  |__ wbMenuItem                                                base\wb_mnuit.h
  |     |__ wxMenuItem                                          wx_mnuit.h
  |
  |__ wxbApp                                                    base\wb_main.cc
  |     |__ wxApp                                               wx_main.cc
  |
  |__ wxbBrush                                                  base\wb_gdi.cc
  |     |__ wxBrush                                             wx_gdi.cc
  |
  |__ wxbConnection                                             base\wb_ipc.cc
  |     |__ wxConnection                                        wx_ipc.cc
  |           |__ wxHelpConnection                              base\wb_help.cc
  |
  |__ wxbDC                                                     base\wb_dc.cc
  |     |
  |     |__ wxDC                                                wx_dc.cc
  |           |__ wxbCanvasDC                                   base\wb_dccan.cc
  |           |     |__ wxCanvasDC                              wx_dc.cc
  |           |           |__ wxbMemoryDC                       base\wb_dcmem.cc
  |           |           |     |__ wxMemoryDC                  wx_dc.cc
  |           |           |__ wxbPanelDC			wb_dcpan.cc		wb_dcpan.h
  |           |                 |__ wxPanelDC						wx_dcpan.h
  |           |__ wxbMetaFileDC                                 base\wb_mf.cc
  |           |     |__ wxMetaFileDC                            wx_mf.cc
  |           |
  |           |__ wxPostScriptDC                                base\wb_ps.cc
  |           |__ wxPrinterDC                                   wx_dc.cc
  |           |__ wxScreenDC
  |
  |__ wxbFont                                                   base\wb_gdi.cc
  |     |__ wxFont                                              wx_gdi.cc
  |
  |__ wxFontData						base\wb_cmdlg.h
  |
  |__ wxbIPCObject                                              base\wb_ipc.cc
  |     |__ wxbClient                                           base\wb_ipc.cc
  |     |     |__ wxClient                                      wx_ipc.cc
  |     |           |__ wxHelpInstance                          base\wb_help.cc
  |     |
  |     |__ wxbServer                                           base\wb_ipc.cc
  |     |     |__ wxServer                                      wx_ipc.cc
  |     |
  |     |__ wxIPCObject                                         wx_ipc.cc
  |
  |__ wxbMetaFile                                               base\wb_mf.cc
  |     |__ wxMetaFile                                          wx_mf.cc
  |
  |__ wxbPen                                                    base\wb_gdi.cc
  |     |__ wxPen                                               wx_gdi.cc
  |
  |__ wxbTimer                                                  base\wb_timer.cc
  |     |__ wxTimer                                             wx_timer.cc
  |
  |__ wxEvtHandler
  |	|__ wxbWindow                                                 base\wb_win.cc
  |     |     |__ wxWindow                                            wx_win.cc
  |     |           |__ wxbCanvas                                     base\wb_canvs.cc
  |     |           |     |__ wxCanvas                                wx_canvs.cc
  |     |           |...........|__ wxbPanel                          base\wb_panel.cc
  |     |           |           |     |__ wxPanel                     wx_panel.cc
  |     |           |           |           |__ wxbDialogBox          base\wb_dialg.cc
  |     |           |           |           |     |__ wxDialogBox     wx_dialg.cc
  |     |           |           |           |           |__ wxEnhDialogBox base\wx_enhdg.cc
  |     |           |           |           |           |__ wxMessageBoxDialog base\wx_dialog.cc
  |     |           |           |           |           |__ wxPrintDialog
  |     |           |           |           |           |__ wxGenericColourDialog
  |     |           |           |           |           |__ wxGenericFontDialog
  |     |           |           |           |
  |     |           |           |           |__ wxPreviewControlBar
  |     |           |           |           |
  |     |           |           |           |__ wxToolBar		basw\wx_tbar.h
  |     |           |           |           |     |__ wxButtonBar	base\wx_bbar.h
  |     |           |           |           
  |     |           |           |__ wxPreviewCanvas
  |     |           |
  |     |           |__ wxbFrame                                      base\wb_frame.cc
  |     |           |     |__ wxFrame                                 wx_frame.cc
  |     |           |     |__ wxPreviewFrame
  |     |           |
  |     |           |__ wxbItem                                       base\wb_item.cc
  |     |           |     |__ wxItem                                  wx_item.cc
  |     |           |           |__ wxbButton                         base\wb_item.cc
  |     |           |           |     |__ wxButton                    wx_button.cc
  |     |           |           |
  |     |           |           |__ wxbCheckBox                       base\wb_item.cc
  |     |           |           |     |__ wxCheckBox                  wx_check.cc
  |     |           |           |
  |     |           |           |__ wxbChoice                         base\wb_item.cc
  |     |           |           |     |__ wxChoice                    wx_choice.cc
  |     |           |           |
  |     |           |           |__ wxbGauge                          base\wb_item.cc
  |     |           |           |     |__ wxGauge                     wx_gauge.cc
  |     |           |           |
  |     |           |           |__ wxbGroupBox                       base\wb_item.cc
  |     |           |           |     |__ wxGroupBox                  wx_groupbox.cc
  |     |           |           |
  |     |           |           |__ wxbListBox                        base\wb_item.cc
  |     |           |           |     |__ wxListBox                   wx_listbox.cc
  |     |           |           |
  |     |           |           |__ wxbMenu                           base\wb_item.cc
  |     |           |           |     |__ wxMenu                      wx_menu.cc
  |     |           |           |
  |     |           |           |__ wxbMenuBar                        base\wb_item.cc
  |     |           |           |     |__ wxMenuBar                   wx_menu.cc
  |     |           |           |
  |     |           |           |__ wxbMessage                        base\wb_item.cc
  |     |           |           |     |__ wxMessage                   wx_message.cc
  |     |           |           |
  |     |           |           |__ wxbRadioBox                       base\wb_item.cc
  |     |           |           |     |__ wxRadioBox                  wx_radiobox.cc
  |     |           |           |
  |     |           |           |__ wxbScrollBar
  |     |           |           |     |__ wxScrollBar
  |     |           |           |
  |     |           |           |__ wxbSlider                         base\wb_item.cc
  |     |           |           |     |__ wxSlider                    wx_slider.cc
  |     |           |           |
  |     |           |           |__ wxbStaticItem
  |     |           |           |
  |     |           |           |__ wxbText                           base\wb_item.cc
  |     |           |           |     |__ wxText                      wx_text.cc     
  |     |           |           |           |__ wxbMultiText          base\wb_item.cc
  |     |           |           |                 |__ wxMultiText     wx_mtext.cc
  |     |           |           |
  |     |           |           |__ wxbVirtListBox    			       
  |     |           |                 |__ wxVirtListBox
  |     |           |
  |     |           |__ wxbTextWindow                                 base\wb_text.cc
  |     |                 |__ wxTextWindow                            wx_textwin.cc
  |     |			   
  |     |__ wxDocument	
  |     |             	
  | 	|__ wxView	
  |     |         	
  |	|__ wxDocManager
  |	
  |
  |__ wxBitmap                                                  wx_gdi.cc
  |     |__ wxCursor                                            wx_gdi.cc
  |     |__ wxIcon                                              wx_gdi.cc
  |			   
  |__ wxColour                                                  base\wb_gdi.cc
  |
  |__ wxColourData						os2\wb_cmdlg.h
  |
  |__ wxEvent                                                   base\wb_sysev.cc
  |     |__ wxCommandEvent                                      base\wb_stdev.cc
  |     |__ wxKeyEvent                                          base\wb_stdev.cc
  |     |__ wxMouseEvent                                        base\wb_stdev.cc
  |
  |__ wxForm                                                    base\wb_form.cc
  |
  |__ wxFormItem                                                base\wb_form.cc
  |
  |__ wxFormItemConstraint                                      base\wb_form.cc
  |
  |__ wxHashTable                                               base\wb_hash.cc
  |     |__ wxResourceTable                                     base\wb_res.cc
  |     |__ wxTypeTree                                          base\wb_types.cc
  |     |__ wxIndividualLayoutConstraint
  |
  |__ wxIntPoint                                                base\wb_gdi.cc
  |
  |__ wxItemResource                                            base\wb_res.cc
  |
  |__ wxLayoutConstraints
  |
  |__ wxList                                                    base\wb_list.cc
  |     |__ wxBrushList                                         base\wb_gdi.cc
  |     |__ wxColourDatabase                                    base\wb_gdi.cc
  |     |__ wxFontList                                          base\wb_gdi.cc
  |     |__ wxGDIList                                           base\wb_gdi.cc
  |     |__ wxPathList                                          base\wb_utils.cc
  |     |__ wxPenList                                           base\wb_gdi.cc
  |     |__ wxStringList                                        base\wb_list.cc
  |
  |__ wxNode                                                    base\wb_list.cc
  |
  |__ wxPoint                                                   base\wb_gdi.cc
  |
  |__ wxRealRange                                               base\wb_form.cc
  |           
  |__ wxRectangle
  |
  |__ wxSystemEventClassStruc                                   base\wx_sysev.h
  |
  |__ wxSystemEventNameStruc                                    base\wx_sysev.h
  |
  |__ wxTypeDef                                                 base\wx_types.h
  |
  |__ wxToolBarTool						base\wx_tbar.h


Unique classes of Windows port:
-------------------------------

wxObject
  |__ wxWnd                                                     wx_privt.h
        |__ wxFrameWnd                                          wx_privt.h
        |__ wxMDIChildWnd                                       wx_privt.h
        |__ wxMDIFrameWnd                                       wx_privt.h
        |__ wxSubWnd                                            wx_privt.h
              |__ wxCanvasWnd                                   wx_privt.h
              |__ wxPanelWnd                                    wx_privt.h
              |__ wxDialogWnd                                   wx_privt.h



Unique classes of OS/2 port:
----------------------------

wxObject
  |__ wxWnd                                                     wx_privt.h
  |    |__wxFrameWnd                                    	wx_privt.h
  |    |     |__ wxMDIChild                                    	wx_privt.h
  |    |     |__ wxMDIFrame                                    	wx_privt.h
  |    |
  |    |__ wxStatusWnd                                         	wx_privt.h
  |    |__ wxSubWnd                                            	wx_privt.h
  |          |__ wxCanvasWnd                                   	wx_privt.h
  |          |__ wxDialogWnd					wx_dialg.cc
  |          |__ wxPanelWnd					wx_panel.cc
  |
  |__ wxBasicColors
  |
  |__ wxBitmap
  |    |__ wxCursor
  |    |__ wxIcon
  |
  |__ wxColourmap                                               wx_gdi.cc   
  |
  |__ wxPrintData
  |
  |__ wxPrintPreview
  |
  |__ wxPrinter
  |
  |__ wxPrintout


wxStaticItem
  |__ wxStaticBitmap
  |__ wxStaticBox
  |__ wxStaticSeparator

wxbChild
  |__  wxChild


Unique classes of X port:
------------------------
wxObject
  |__ wxBasicColors
  |
  |__ wxBitmap
  |    |__ wxCursor
  |    |__ wxIcon
  |
  |__ wxList
  |______|__ XFontPool
  |
  |__ wxFontInfo


wxStaticItem
  |__ wxStaticBitmap
  |__ wxStaticBox
  |__ wxStaticSeparator

