• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:wxWidgets

6 \section{What is wxWidgets?}\label{whatis}
8 wxWidgets is a C++ framework providing GUI (Graphical User
13 wxWidgets was originally developed at the Artificial Intelligence
20 For a selection of wxWidgets tutorials, please see the documentation page on the \urlref{wxWidgets web site}{http://www.wxwidgets.org}.
28 wxWidgets was developed to provide a cheap and flexible way to maximize
40 Since wxWidgets was started, several other free or almost-free
43 development team that wxWidgets has.
45 As open source software, wxWidgets has benefited from comments,
47 users. This gives wxWidgets a certain advantage over its
64 it addresses the wrong platform or audience. wxWidgets helps to
66 wxWidgets may not be suitable for every application (such as an
73 worthwhile to use wxWidgets even if they are developing on only
76 It is impossible to sum up the functionality of wxWidgets in a few paragraphs, but
137 \section{wxWidgets requirements}\label{requirements}
139 To make use of wxWidgets, you currently need one of the following setups.
173 \section{Availability and location of wxWidgets}\label{where}
175 \winhelponly{wxWidgets is available by anonymous FTP and World Wide Web
177 \winhelpignore{wxWidgets is available by anonymous FTP and World Wide Web
186 wxWidgets into the public domain, and to our patient partners.
188 We would particularly like to thank the following for their contributions to wxWidgets, and the many others who have been involved in
231 \chapter{Multi-platform development with wxWidgets}\label{multiplat}
235 This chapter describes the practical details of using wxWidgets. Please
242 used modules of wxWidgets.
275 Most ports of wxWidgets can create either a static library or a shared
276 library. wxWidgets can also be built in multilib and monolithic variants.
282 When using project files and makefiles directly to build wxWidgets,
289 When using the 'configure' script to configure wxWidgets (on Unix and other platforms where
292 for installing wxWidgets on Linux, a correct setup.h is shipped in the package and
297 On Microsoft Windows, wxWidgets has a different set of makefiles for each
302 for the wxWidgets library itself, samples, demos, and utilities.
310 to build the wxWidgets library itself, because makefiles
314 build the wxWidgets library from the build/msw directory
318 'configure' (found in the top-level of the wxWidgets source hierarchy),
328 wxWidgets application compilation under MS Windows requires at least one
340 which includes essential internal wxWidgets definitions. The resource script
354 \section{Allocating and deleting wxWidgets objects}\label{allocatingobjects}
362 that the wxWidgets delayed deletion can take effect. This waits until idle time
370 be cleaned up by wxWidgets, make sure you delete the array explicitly
371 before wxWidgets has a chance to do so on exit, since calling {\it delete} on
390 on Intel computers) or big endian (typically on some Unix workstations). wxWidgets
406 One of the purposes of wxWidgets is to reduce the need for conditional
419 wxWidgets does not use templates (except for some advanced features that
424 wxWidgets does not use C++ run-time type information since wxWidgets provides
440 It is recommended to adhere to this in all code using wxWidgets as
448 precompiled header for compiling both wxWidgets itself and any
449 wxWidgets applications. For Windows compilers, two dummy source files
457 wxWidgets, everything needs to be recompiled since everything includes {\tt "wx.h"}!)
499 \chapter{Utilities and libraries supplied with wxWidgets}\label{utilities}
503 In addition to the core wxWidgets library, a number of further
507 structure of the main wxWidgets hierarchy. See also the 'utils'
509 these tools and libraries is under the wxWidgets 'docs' hierarchy,
513 on the \urlref{wxWidgets Web site}{http://www.wxwidgets.org}.
517 Helpview is a program for displaying wxWidgets HTML
518 Help files. In many cases, you may wish to use the wxWidgets HTML
523 Supplied with wxWidgets is a utility called Tex2RTF for converting\rtfsp
525 Help RTF formats. Tex2RTF is used for the wxWidgets manuals and can be used independently
579 writing and debugging wxWidgets programs. If you have any good tips,
586 Although I haven't done this myself within wxWidgets, it is good
589 These can be compiled out of a non-debugging version of wxWidgets
613 Alternatively, you could use alternative .wrc (wxWidgets resource files) on different
617 \subsection{Use wxWidgets resource files}\label{useresources}
619 Use .xrc (wxWidgets resource files) where possible, because they can be easily changed
667 \subsection{Use the wxWidgets debugging facilities}\label{usedebuggingfacilities}
670 memory leaks and corrupt memory: in fact in debugging mode, wxWidgets will
671 automatically check for memory leaks at the end of the program if wxWidgets is suitably