• 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:can

63 cannot be guaranteed. Code can very quickly become obsolete if
70 rendering; and it can of course be extended as needs dictate.
181 You can also buy a CD-ROM using the form on the Web site.
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.
286 others can be set to minimize the size of the library. Please see the setup.h file
311 can be more powerful and less manual intervention is required.
347 The icon can then be referenced by name when creating a frame icon. See
362 that the wxWidgets delayed deletion can take effect. This waits until idle time
374 wxColour can be created statically: it is not automatically cleaned
396 where wxInt32 stands for a 32-bit signed integer type etc. You can also check
407 compilation in source code, which can be messy and confusing to follow.
446 precompiled headers. This can save a great deal of compiling time. The
521 You can find it in {\tt samples/html/helpview}.
525 Help RTF formats. Tex2RTF is used for the wxWidgets manuals and can be used independently
528 You can find it under {\tt utils/tex2rtf}.
533 Helpgen can be found in {\tt utils/HelpGen}.
537 'skin' window. This program can be found in {\tt utils/emulator}.
540 XML-based resource specifications that can be generated by tools
542 You can find this in {\tt src/xrc}, {\tt include/wx/xrc}, {\tt samples/xrc}.
546 The objects can be moved around and interacted with.
547 You can find this in {\tt contrib/src/ogl}, {\tt contrib/include/wx/ogl}, and {\tt contrib/samples/ogl}.
550 You can find this in {\tt contrib/src/fl}, {\tt contrib/include/wx/fl}, and {\tt contrib/samples/fl}.
554 You can find this in {\tt contrib/src/gizmos}, {\tt contrib/include/wx/gizmos}, and {\tt contrib/samples/gizmos}.
558 You can find this in {\tt contrib/src/net} and {\tt contrib/include/wx/net}.
560 Animate allows you to load animated GIFs and play them on a window. The library can be extended
562 You can find this in {\tt contrib/src/animate}, {\tt contrib/include/wx/animate}, and {\tt contrib/samples/animate}.
565 You can find this in {\tt contrib/src/mmedia}, {\tt contrib/include/wx/mmedia}, and {\tt contrib/samples/mmedia}.
568 You can find this in {\tt contrib/src/stc}, {\tt contrib/include/wx/stc}, and {\tt contrib/samples/stc}.
571 You can find this in {\tt contrib/src/plot}, {\tt contrib/include/wx/plot}, and {\tt contrib/samples/plot}.
589 These can be compiled out of a non-debugging version of wxWidgets
591 it can alert you to problems later on.
595 Using wxString can be much safer and more convenient than using wxChar *.
597 wxString wherever possible. You can reduce the possibility of memory
609 Don't use absolute panel item positioning if you can avoid it. Different GUIs have
611 can be complex to program.
619 Use .xrc (wxWidgets resource files) where possible, because they can be easily changed
633 can take an apparently inordinate amount of time to solve. In the end,
646 With luck, you can add a small amount of code that causes the program
649 deallocation, this can still give totally spurious results!
660 There is a variety of logging functions that you can use in your program:
669 You can use wxDebugContext to check for