Sandbox

From WxWiki
Jump to navigation Jump to search

Syntax Highlighting

some source, wxObject, is here.

Code Box Example

Just indent:

foo wxObject bar

bar
baz

or use pre tags:

env = Environment()
czx
# Adds the necessary flags for compiling and linking wxWidgets projects
env.ParseConfig( 'wx-config --cxxflaasdgs --libs' )
x
# Include this line if you want to use an OpenGL widget
env.ParseConfig( 'wx-config --gl-libs' )

# Then, simply use SCons like normal
env.Program('name_of_executable', ['source1.cc', 'source2.cc', 'source3.cc'] )

Lists

  • Operating Systems
    1. Windows
      • XP
      • 2000
      • NT
      • 98
      • 95
    2. Unix
      • Solaris
      • FreeBSD
      • OpenBSD
    3. Linux
      • Fedora Core
      • Debian
      • SUSE
      • Mandrake
      • Gentoo