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:
16 Please note that arrows indicate the "depends from" relation and that
17 all blue boxes depend from wxBase library (i.e. they are non-GUI libraries), and
18 all green boxes depend from wxCore library (i.e. they are GUI libraries).
22 Every wxWidgets application must link against this library. It contains
23 mandatory classes that any wxWidgets code depends on (e.g.
24 \helpref{wxString
}{wxstring
}) and portability classes that abstract
25 differences between platforms. wxBase can be used to develop console mode
26 applications, it does not require any GUI libraries or running X Window System
31 Basic GUI classes such as GDI classes or controls are in this library. All
32 wxWidgets GUI applications must link against this library, only console mode
39 This contains the Advanced User Interface docking library.
41 Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
45 Classes for network access:
48 \item{ wxSocket classes (
\helpref{wxSocketClient
}{wxsocketclient
},
49 \helpref{wxSocketServer
}{wxsocketserver
} and related classes)
}
50 \item{ \helpref{wxSocketOutputStream
}{wxsocketoutputstream
} and
51 \helpref{wxSocketInputStream
}{wxsocketinputstream
} }
52 \item{ sockets-based IPC classes (
\helpref{wxTCPServer
}{wxddeserver
},
53 \helpref{wxTCPClient
}{wxddeclient
} and
54 \helpref{wxTCPConnection
}{wxddeconnection
})
}
55 \item{ \helpref{wxURL
}{wxurl
} }
56 \item{ wxInternetFSHandler (a
\helpref{wxFileSystem handler
}{fs
})
}
61 {\large {\bf wxRichText
}}
63 This contains generic rich text control functionality.
65 Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
69 This library contains simple classes for parsing XML documents.
73 {\large {\bf wxAdvanced
}}
75 Advanced or rarely used GUI classes:
77 \begin{itemize
}\itemsep=
0pt
78 \item{ \helpref{wxBufferedDC
}{wxbuffereddc
} }
79 \item{ \helpref{wxCalendarCtrl
}{wxcalendarctrl
} }
80 \item{ \helpref{wxGrid classes
}{gridoverview
} }
81 \item{ \helpref{wxJoystick
}{wxjoystick
} }
82 \item{ \helpref{wxLayoutAlgorithm
}{wxlayoutalgorithm
} }
83 \item{ \helpref{wxSplashScreen
}{wxsplashscreen
} }
84 \item{ \helpref{wxTaskBarIcon
}{wxtaskbaricon
} }
85 \item{ \helpref{wxSound
}{wxsound
} }
86 \item{ \helpref{wxWizard
}{wxwizard
} }
87 \item{ \helpref{wxSashLayoutWindow
}{wxsashlayoutwindow
} }
88 \item{ \helpref{wxSashWindow
}{wxsashwindow
} }
92 Requires wxCore and wxBase.
94 {\large {\bf wxMedia
}}
96 Miscellaneous classes related to multimedia. Currently this library only
97 contains
\helpref{wxMediaCtrl
}{wxmediactrl
} but more classes will be added in
100 Requires wxCore and wxBase.
104 This library contains
\helpref{wxGLCanvas
}{wxglcanvas
} class for integrating
105 OpenGL library with wxWidgets. Unlike all others, this library is
{\em not
}
106 part of the monolithic library, it is always built as separate library.
108 Requires wxCore and wxBase.
110 {\large {\bf wxHTML
}}
112 Simple HTML renderer and other
\helpref{HTML rendering classes
}{wxhtml
} are
113 contained in this library, as well as
114 \helpref{wxHtmlHelpController
}{wxhtmlhelpcontroller
},
115 \helpref{wxBestHelpController
}{wxhelpcontroller
} and
116 \helpref{wxHtmlListBox
}{wxhtmllistbox
}.
118 Requires wxCore and wxBase.
122 This is the library containing extra classes for quality assurance. Currently
123 it only contains
\helpref{wxDebugReport
}{wxdebugreport
} and related classes,
124 but more will be added to it in the future.
126 Requires wxXML, wxCore, wxBase.
130 This library contains
\helpref{wxXmlResource
}{wxxmlresource
} class that
131 provides access to XML resource files in XRC format
133 Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
137 STC (Styled Text Control) is a wrapper around Scintilla, a syntax-highlighting text editor.
139 Requires wxCore, wxBase.