Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

Tk::Xrm (3)

Name

Tk::Xrm - X Resource/Defaults/Options routines that obey the rules.

Synopsis

use Tk;
use Tk::Xrm;

Description

User Contributed Perl Documentation                                     Xrm(3)



NAME
       Tk::Xrm - X Resource/Defaults/Options routines that obey the rules.

SYNOPSIS
          use Tk;
          use Tk::Xrm;

DESCRIPTION
       Using this modules causes Tk's Option code to be replaced by versions
       which use routines from <X11/Xresource.h> - i.e. same ones every other
       X toolkit uses.

       Result is that "matching" of name/Class with the options database
       follows the same rules as other X toolkits. This makes it more
       predictable, and makes it easier to have a single ~/.Xdefaults file
       which gives sensible results for both Tk and (say) Motif applications.

BUGS
       Currently optionAdd(key => value?, priority?) ignores optional priority
       completely and just does XrmPutStringResource().  Perhaps it should be
       more subtle and do XrmMergeDatabases() or XrmCombineDatabase().

       This version is a little slower than Tk's re-invention but there is
       more optimization that can be done.


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


       +---------------+----------------------------+
       |ATTRIBUTE TYPE |      ATTRIBUTE VALUE       |
       +---------------+----------------------------+
       |Availability   | library/perl-5/perl-tk-532 |
       +---------------+----------------------------+
       |Stability      | Volatile                   |
       +---------------+----------------------------+

SEE ALSO
       Tk::option

KEYWORDS
       database, option, priority, retrieve



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.036.tar.gz.

       Further information about this software can be found on the open source
       community website at http://search.cpan.org/~srezic/Tk.



perl v5.32.0                      2013-11-15                            Xrm(3)