Go to main content

man pages section 1: User Commands

Exit Print View

Updated: July 2017
 
 

wxrc (1)

Name

wxrc - compile binary xml resource files

Synopsis

wxrc [resource_filename]


wxrc [resource_filename] [options]...

Description


wxrc(1)                          User Commands                         wxrc(1)



NAME
       wxrc - compile binary xml resource files

SYNOPSIS
       wxrc [resource_filename]


       wxrc [resource_filename] [options]...


DESCRIPTION
       The  wxrc  utility  compiles binary xml resource files. It takes one or
       more file parameters (the input XRC files).

OPTIONS
       The following options are supported:

       -h

       --help Show a help message.


       -v

       --verbose
              Show verbose logging information


       -c

       --cpp-code
              Write C++ source rather than a XRS file


       -e

       --extra-cpp-code
              If used together with -c, generates C++ header  file  containing
              class  definitions  for the windows defined by the XRC file (see
              special subsection)


       -u

       --uncompressed
              Do not compress XML files (C++ only)


       -g

       --gettext
              Output underscore-wrapped strings that  poEdit  or  gettext  can
              scan. Outputs to stdout, of a file -o is used.


       -n

       --function
              <name>: Specify C++ function name (use with -c)


       -o

       --output
              <filename>:  Specify  the  output file, such as resource .xrs or
              resource .cpp.


       -l

       --list-of-handlers
              <filename>: Output a list of necessary handlers to this file


EXAMPLES
       Example 1 Compiling resource .xrc file

         example$ wxrc reource.xrc
         example$ wxrc -o reource.xrs



       Example 2 Compiling resource .cpp file

         example$ wxrc -v -c -o resource.cpp




ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:


       +---------------+----------------------------+
       |ATTRIBUTE TYPE |      ATTRIBUTE VALUE       |
       +---------------+----------------------------+
       |Availability   | library/graphics/wxwidgets |
       +---------------+----------------------------+
       |Stability      | Volatile                   |
       +---------------+----------------------------+
SEE ALSO
       wx-config(1)



NOTES
       This    software    was    built    from    source     available     at
       https://java.net/projects/solaris-userland.    The  original  community
       source was downloaded  from   http://prdownloads.sourceforge.net/wxwin-
       dows/wxGTK-2.8.12.tar.gz

       Further information about this software can be found on the open source
       community website at http://www.wxwidgets.org/.



SunOS 5.11                        5 Aug 2008                           wxrc(1)