English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : User Interfaces
 Wx CPAN (Perl) Module 

Search

 

Categories

Wx::ActiveX   Wx::Locale  
Wx::App   Wx::MDI  
Wx::build   Wx::Menu  
Wx::Calendar   Wx::Metafile  
Wx::DateTime   Wx::Perl  
Wx::DialUpManager   Wx::Print  
Wx::DND   Wx::RadioBox  
Wx::DocView   Wx::Region  
Wx::DropSource   Wx::Sample  
Wx::Event   Wx::Socket  
Wx::FS   Wx::STC  
Wx::GLCanvas   Wx::Timer  
Wx::Grid   Wx::WidgetMaker  
Wx::Help   Wx::XRC  
Wx::Html  

Documents

Wx - interface to the wxWindows GUI toolkit (Displayed)
Wx::Api.pod (NAME) 
Wx::XSpp.pod (XSpp - XS for C++) 

Wx - interface to the wxWindows GUI toolkit


NAME

Wx - interface to the wxWindows GUI toolkit


SYNOPSIS

    use Wx;


DESCRIPTION

The Wx module is a wrapper for the wxWindows GUI toolkit.

This module comes with extensive documentation in HTML format; you can download it from http://wxperl.sourceforge.net/


Windows XP look

For standalone (packed using PAR, Perl2Exe, Perl2App, ...) applications to get Windows XP look, a file named App.exe.manifest (assuming the program is named App.exe) and containing the text below must be placed in the same directory as the executable file.

  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      <assemblyIdentity
          processorArchitecture="x86"
          version="5.1.0.0"
          type="win32"
          name="Controls"
      />
      <description>Super wxPerl Application</description>
      <dependency>
          <dependentAssembly>
              <assemblyIdentity
                  type="win32"
                  name="Microsoft.Windows.Common-Controls"        
                  version="6.0.0.0"
                  publicKeyToken="6595b64144ccf1df"
                  language="*"
                  processorArchitecture="x86"
          />
      </dependentAssembly>
      </dependency>
  </assembly>


AUTHOR

Mattia Barbon <mbarbon@dsi.unive.it>

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004