1 \chapter{Libraries list
}\label{librarieslist
}
2 \setheader{{\it CHAPTER
\thechapter}}{}{}{}{}{{\it CHAPTER
\thechapter}}%
3 \setfooter{\thepage}{}{}{}{}{\thepage}%
5 Starting from version
2.5.0 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 Classes for network access:
30 \item{ wxSocket classes (
\helpref{wxSocketClient
}{wxsocketclient
},
31 \helpref{wxSocketServer
}{wxsocketserver
} and related classes)
}
32 \item{ \helpref{wxSocketOutputStream
}{wxsocketoutputstream
} and
33 \helpref{wxSocketInputStream
}{wxsocketinputstream
} }
34 \item{ sockets-based IPC classes (
\helpref{wxTCPServer
}{wxddeserver
},
35 \helpref{wxTCPClient
}{wxddeclient
} and
36 \helpref{wxTCPConnection
}{wxddeconnection
})
}
37 \item{ \helpref{wxURL
}{wxurl
} }
38 \item{ wxInternetFSHandler (a
\helpref{wxFileSystem handler
}{fs
})
}
44 This library contains simple classes for parsing XML documents. Note that
45 their API
{\em will
} change in the future and backward
46 compatibility will not be preserved. Use of this library in your applications
47 is not recommended, it is only meant for use by XML resources system. Future
48 versions of wxWidgets will contain new XML handling classes with DOM-like API.
53 Basic GUI classes such as GDI classes or controls are in this library. All
54 wxWidgets GUI applications must link against this library, only console mode
57 {\large {\bf wxAdvanced
}}
59 Advanced or rarely used GUI classes:
61 \begin{itemize
}\itemsep=
0pt
63 \item{ \helpref{wxCalendarCtrl
}{wxcalendarctrl
} }
64 \item{ \helpref{wxDragImage
}{wxdragimage
} }
65 \item{ \helpref{wxGrid classes
}{gridoverview
} }
66 \item{ \helpref{wxJoystick
}{wxjoystick
} }
67 \item{ \helpref{wxLayoutAlgorithm
}{wxlayoutalgorithm
} }
68 \item{ \helpref{wxSplashScreen
}{wxsplashscreen
} }
69 \item{ \helpref{wxTaskBarIcon
}{wxtaskbaricon
} }
70 \item{ \helpref{wxSound
}{wxsound
} }
71 \item{ \helpref{wxWizard
}{wxwizard
} }
72 \item{ \helpref{wxSashLayoutWindow
}{wxsashlayoutwindow
} }
73 \item{ \helpref{wxSashWindow
}{wxsashwindow
} }
76 Requires wxCore and wxBase.
78 {\large {\bf wxMedia
}}
80 Advanced classes that are either low-level or deal with media.
82 \begin{itemize
}\itemsep=
0pt
83 \item{ \helpref{wxMediaCtrl
}{wxmediactrl
} }
86 Requires wxCore and wxBase.
90 This library contains
\helpref{wxGLCanvas
}{wxglcanvas
} class for integrating
91 OpenGL library with wxWidgets. Unlike all others, this library is
{\em not
}
92 part of the monolithic library, it is always built as separate library.
93 Requires wxCore and wxBase.
97 Simple HTML renderer and other
\helpref{HTML rendering classes
}{wxhtml
} are
98 contained in this library, as well as
99 \helpref{wxHtmlHelpController
}{wxhtmlhelpcontroller
},
100 \helpref{wxBestHelpController
}{wxhelpcontroller
} and
101 \helpref{wxHtmlListBox
}{wxhtmllistbox
}. Requires wxCore and wxBase.
103 {\large {\bf wxODBC
}}
105 \helpref{Database classes
}{odbcoverview
}. Requires wxBase.
107 {\large {\bf wxDbGrid
}}
109 \helpref{wxDbGridTableBase
}{wxdbgridtablebase
} class which combines
110 \helpref{wxGrid
}{wxgrid
} and
\helpref{wxDbTable
}{wxdbtable
}.
111 Requires wxODBC and wxAdvanced.
115 This library contains
\helpref{wxXmlResource
}{wxxmlresource
} class that
116 provides access to XML resource files in XRC format.
117 Requires wxXML, wxCore, wxAdvanced and wxHTML.