1 \chapter{Libraries list
}\label{librarieslist
}
2 \setheader{{\it CHAPTER
\thechapter}}{}{}{}{}{{\it CHAPTER
\thechapter}}%
3 \setfooter{\thepage}{}{}{}{}{\thepage}%
5 wxWidgets can be built either as a single large
6 library (this is called the
{\it monolithic build
}) or as several smaller
7 libraries (
{\it multilib build
}). Multilib build is the default.
9 wxWidgets library is divided into libraries briefly described below. This
10 diagram show dependencies between them:
18 Every wxWidgets application must link against this library. It contains
19 mandatory classes that any wxWidgets code depends on (e.g.
20 \helpref{wxString
}{wxstring
}) and portability classes that abstract
21 differences between platforms. wxBase can be used to develop console mode
22 applications, it does not require any GUI libraries or running X Window System
27 Basic GUI classes such as GDI classes or controls are in this library. All
28 wxWidgets GUI applications must link against this library, only console mode
33 This contains the Advanced User Interface docking library.
35 Requires wxHTML, wxAdvanced, wxCore, wxBase, wxXML.
39 Classes for network access:
42 \item{ wxSocket classes (
\helpref{wxSocketClient
}{wxsocketclient
},
43 \helpref{wxSocketServer
}{wxsocketserver
} and related classes)
}
44 \item{ \helpref{wxSocketOutputStream
}{wxsocketoutputstream
} and
45 \helpref{wxSocketInputStream
}{wxsocketinputstream
} }
46 \item{ sockets-based IPC classes (
\helpref{wxTCPServer
}{wxddeserver
},
47 \helpref{wxTCPClient
}{wxddeclient
} and
48 \helpref{wxTCPConnection
}{wxddeconnection
})
}
49 \item{ \helpref{wxURL
}{wxurl
} }
50 \item{ wxInternetFSHandler (a
\helpref{wxFileSystem handler
}{fs
})
}
55 {\large {\bf wxRichText
}}
57 This contains generic rich text control functionality.
59 Requires wxAdvanced, wxHTML, wxCore, wxXML, wxBase.
63 This library contains simple classes for parsing XML documents.
67 {\large {\bf wxAdvanced
}}
69 Advanced or rarely used GUI classes:
71 \begin{itemize
}\itemsep=
0pt
72 \item{ \helpref{wxBufferedDC
}{wxbuffereddc
} }
73 \item{ \helpref{wxCalendarCtrl
}{wxcalendarctrl
} }
74 \item{ \helpref{wxGrid classes
}{gridoverview
} }
75 \item{ \helpref{wxJoystick
}{wxjoystick
} }
76 \item{ \helpref{wxLayoutAlgorithm
}{wxlayoutalgorithm
} }
77 \item{ \helpref{wxSplashScreen
}{wxsplashscreen
} }
78 \item{ \helpref{wxTaskBarIcon
}{wxtaskbaricon
} }
79 \item{ \helpref{wxSound
}{wxsound
} }
80 \item{ \helpref{wxWizard
}{wxwizard
} }
81 \item{ \helpref{wxSashLayoutWindow
}{wxsashlayoutwindow
} }
82 \item{ \helpref{wxSashWindow
}{wxsashwindow
} }
86 Requires wxCore and wxBase.
88 {\large {\bf wxMedia
}}
90 Miscellaneous classes related to multimedia. Currently this library only
91 contains
\helpref{wxMediaCtrl
}{wxmediactrl
} but more classes will be added in
94 Requires wxCore and wxBase.
98 This library contains
\helpref{wxGLCanvas
}{wxglcanvas
} class for integrating
99 OpenGL library with wxWidgets. Unlike all others, this library is
{\em not
}
100 part of the monolithic library, it is always built as separate library.
102 Requires wxCore and wxBase.
104 {\large {\bf wxHTML
}}
106 Simple HTML renderer and other
\helpref{HTML rendering classes
}{wxhtml
} are
107 contained in this library, as well as
108 \helpref{wxHtmlHelpController
}{wxhtmlhelpcontroller
},
109 \helpref{wxBestHelpController
}{wxhelpcontroller
} and
110 \helpref{wxHtmlListBox
}{wxhtmllistbox
}.
112 Requires wxCore and wxBase.
114 {\large {\bf wxODBC
}}
116 \helpref{Database classes
}{odbcoverview
}. Requires wxBase.
120 This is the library containing extra classes for quality assurance. Currently
121 it only contains
\helpref{wxDebugReport
}{wxdebugreport
} and related classes,
122 but more will be added to it in the future.
124 Requires wxCore, wxBase and wxXML.
126 {\large {\bf wxDbGrid
}}
128 \helpref{wxDbGridTableBase
}{wxdbgridtablebase
} class which combines
129 \helpref{wxGrid
}{wxgrid
} and
\helpref{wxDbTable
}{wxdbtable
}.
131 Requires wxODBC and wxAdvanced.
135 This library contains
\helpref{wxXmlResource
}{wxxmlresource
} class that
136 provides access to XML resource files in XRC format
138 Requires wxXML, wxCore, wxAdvanced and wxHTML.
142 STC (Styled Text Control) is a wrapper around Scintilla, a syntax-highlighting text editor.
144 Requires wxCore, wxBase.