• 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 refs:sample

17 from them, but sometimes it is not simple to just choose the right sample to
18 look at. This overview aims at describing what each sample does/demonstrates to
25 \helpref{minimal sample}{sampleminimal} which is the wxWidgets version of
27 most commented sample of all - looking at its source code is recommended.
43 Finally, it might be helpful to do a search in the entire sample directory if
44 you can't find the sample showing the control you are interested in by
48 \subsection{Minimal sample}\label{sampleminimal}
50 The minimal sample is what most people will know under the term Hello World,
56 \subsection{Animate sample}\label{sampleanimate}
58 The {\tt animate} sample shows how you can use \helpref{wxAnimationCtrl}{wxanimationctrl}
63 \subsection{Art provider sample}\label{sampleartprovider}
65 The {\tt artprov} sample shows how you can customize the look of standard
71 \subsection{Calendar sample}\label{samplecalendar}
78 \subsection{Checklist sample}\label{samplechecklist}
80 This sample demonstrates use of the \helpref{wxCheckListBox}{wxchecklistbox}
84 the parent class \helpref{wxListBox}{wxlistbox} so the sample tests that class
89 \subsection{Config sample}\label{sampleconfig}
91 This sample demonstrates the \helpref{wxConfig}{wxconfigbase} classes in a platform
99 \subsection{Controls sample}\label{samplecontrols}
101 The controls sample is the main test program for most simple controls used in
102 wxWidgets. The sample tests their basic functionality, events, placement,
105 from that, the sample uses a \helpref{wxNotebook}{wxnotebook} and tests most
132 \subsection{Database sample}\label{sampledb}
134 The database sample is a small test program showing how to use the ODBC
135 classes written by Remstar Intl. Obviously, this sample requires a
139 \subsection{DebugRpt sample}\label{sampledebugrpt}
141 This sample shows how to use \helpref{wxDebugReport}{wxdebugreport} class to
149 For the report processing part of the sample to work you should make available
154 \subsection{Dialogs sample}\label{sampledialogs}
156 This sample shows how to use the common dialogs available from wxWidgets. These
160 \subsection{Dialup sample}\label{sampledialup}
162 This sample shows the \helpref{wxDialUpManager}{wxdialupmanager}
174 \subsection{DnD sample}\label{samplednd}
176 This sample shows both clipboard and drag and drop in action. It is quite non
180 When you run the sample, its screen is split in several parts. On the top,
186 The middle of the sample window is taken by the log window which shows what is
200 application-specific data in this sample. A shape object supports its own
203 one sample instance to another (or the same). However, chances are that no
213 \subsection{Dynamic sample}\label{sampledynamic}
215 This sample is a very small sample that demonstrates use of the
223 See also the \helpref{event sample}{sampleevent}
226 \subsection{Event sample}\label{sampleevent}
228 The event sample demonstrates various features of the wxWidgets events. It
234 It replaces the old dynamic sample.
237 \subsection{Except(ions) sample}\label{sampleexcept}
239 This very simple sample shows how to use C++ exceptions in wxWidgets programs,
246 sample.
249 \subsection{Exec sample}\label{sampleexec}
251 The exec sample demonstrates the \helpref{wxExecute}{wxexecute} and
253 external programs and the sample shows how to do this synchronously (waiting
262 \subsection{Font sample}\label{samplefont}
264 The font sample demonstrates \helpref{wxFont}{wxfont},
271 \subsection{Grid sample}\label{samplegrid}
308 \subsection{Image sample}\label{sampleimage}
310 The image sample demonstrates use of the \helpref{wxImage}{wximage} class
312 TIFF, JPEG, BMP, PNM and PCX. The top of the sample shows two rectangles, one
327 \subsection{Internat(ionalization) sample}\label{sampleinternat}
329 The not very clearly named internat sample demonstrates the wxWidgets
335 More information about this sample can be found in the {\tt readme.txt} file in
339 \subsection{Layout sample}\label{samplelayout}
341 The layout sample demonstrates the two different layout systems offered
350 The menu in this sample offers two more tests, one showing how to use
356 \subsection{Listctrl sample}\label{samplelistctrl}
358 This sample shows the \helpref{wxListCtrl}{wxlistctrl} control. Different modes
362 The sample also provides some timings for adding/deleting/sorting a lot of
366 \subsection{Mediaplayer sample}\label{samplemediaplayer}
368 This sample demonstrates how to use all the features of
373 It replaces the old dynamic sample.
375 \subsection{Notebook sample}\label{samplenotebook}
385 \subsection{Render sample}\label{samplerender}
387 This sample shows how to replace the default wxWidgets
393 \subsection{Rotate sample}\label{samplerotate}
402 \subsection{Scroll subwindow sample}\label{samplescrollsub}
404 This sample demonstrates use of the \helpref{wxScrolledWindow}{wxscrolledwindow}
415 \subsection{Sockets sample}\label{samplesockets}
417 The sockets sample demonstrates how to use the communication facilities
419 applications in this sample: a server, which is implemented using a
431 (connection closed at the remote end) events. In the sample, the event
458 The sockets sample is work in progress. Some things to do:
468 \subsection{Sound sample}\label{samplesound}
470 The {\tt sound} sample shows how to use \helpref{wxSound}{wxsound} for simple
474 \subsection{Statbar sample}\label{samplestatbar}
476 This sample shows how to create and use wxStatusBar. Although most of the
485 \subsection{Text sample}\label{sampletext}
487 This sample demonstrates four features: firstly the use and many variants of
498 Thirdly, on platforms which support it, the sample will offer to copy text to the
503 Last not least: some of the text controls have tooltips and the sample also shows
507 \subsection{Thread sample}\label{samplethread}
509 This sample demonstrates use of threads in connection with GUI programs.
517 function and this sample makes use of this function.
523 used and tested in the sample as well.
528 \subsection{Toolbar sample}\label{sampletoolbar}
530 The toolbar sample shows the \helpref{wxToolBar}{wxtoolbar} class in action.
537 MyApp::InitToolbar in the sample.
547 pressed. On the platforms which support it, the sample also adds a combobox
551 If you toggle another toolbar in the sample (using {\tt Ctrl-A}) you will also
557 \subsection{Treectrl sample}\label{sampletreectrl}
559 This sample demonstrates using the \helpref{wxTreeCtrl}{wxtreectrl} class. Here
569 \subsection{Widgets sample}\label{samplewidgets}
571 The widgets sample is the main presentation program for most simple and advanced
573 The sample tests their basic functionality, events, placement, modification
578 \subsection{Wizard sample}\label{samplewizard}
580 This sample shows the so-called wizard dialog (implemented using
586 shown (notice that wxValidationPage in the sample has a different image from