• 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

8 %% Copyright:   (c) wxWidgets team
13 \section{wxWidgets samples}\label{samples}
15 Probably the best way to learn wxWidgets is by reading the source of some 50+
16 samples provided with it. Many aspects of wxWidgets programming can be learnt
21 features of wxWidgets are they supposed to test.
23 There are currently more than 50 different samples as part of wxWidgets and
24 this list is not complete. You should start your tour of wxWidgets with the
25 \helpref{minimal sample}{sampleminimal} which is the wxWidgets version of
26 "Hello, world!". It shows the basic structure of wxWidgets program and is the
30 and \helpref{controls}{samplecontrols} which show many of wxWidgets native and
45 name. Most classes contained in wxWidgets occur in at least one of the samples.
53 a good starting point for learning how to use wxWidgets.
66 wxWidgets dialogs by replacing default bitmaps/icons with your own versions.
102 wxWidgets. The sample tests their basic functionality, events, placement,
156 This sample shows how to use the common dialogs available from wxWidgets. These
197 using standard wxWidgets classes. The more advanced features are demonstrated
220 language that would work as a wrapper for wxWidgets or programs where
228 The event sample demonstrates various features of the wxWidgets events. It
239 This very simple sample shows how to use C++ exceptions in wxWidgets programs,
267 available (to wxWidgets) on the computer and shows all characters of the
291 handler (ships with wxWidgets) allows you to access HTML pages stored
329 The not very clearly named internat sample demonstrates the wxWidgets
342 by wxWidgets. When starting the program, you will see a frame with some
387 This sample shows how to replace the default wxWidgets
409 Additionally, this samples demonstrates how to optimize drawing operations in wxWidgets,
516 worker threads possible, wxWidgets offers the \helpref{wxPostEvent}{wxpostevent}
521 thread accesses them. For this, wxWidgets has the \helpref{wxMutexGuiEnter}{wxmutexguienter}
572 native controls and complex generic widgets provided by wxWidgets.