Home
Authors History
Donations Cats
News
News FVWM Logo
Logo Competition
Features
Features
Download
Download
Icons and Sounds
Screenshots
Desktop Screenshots Menu Screenshots
Window Decor Screenshots Vectorbuttons
Documentation
Documentation Man pages
FAQ Developer Info
Mailing Lists
Mailing Lists
Links
Links
Customize
 
 Official FVWM Home Page plain theme

FVWM - Perl library - FVWM::Tracker::GlobalConfig


FVWM::Tracker::GlobalConfig

Section: FVWM Perl library (3)
Updated: 2005-08-24
Source: FVWM/Tracker/GlobalConfig.pm
This page contents - Return to main index
 

DESCRIPTION

This is a subclass of FVWM::Tracker that enables to read the global FVWM configuration.

    "value updated"
 

SYNOPSYS

Using FVWM::Module $module object:

    my $configTracker = $module->track("GlobalConfig");
    my $configHash = $configTracker->data;
    my $xineramaInfo = $configHash->{'ImagePath'};

or:

    my $configTracker = $module->track("GlobalConfig");
    my $xineramaInfo = $configTracker->data('XineramaConfig');
    my $desktop2Name = $configTracker->data('DesktopName 2');
 

OVERRIDDEN METHODS

data [key]
Returns either hash ref of all global configuration values, or one value if key is given.
dump [key]
Works similarly to data, but returns debug lines for one or all global configuration values.
 

AUTHOR

Mikhael Goikhman <migo@homemail.com>.  

SEE ALSO

For more information, see FVWM::Module and FVWM::Tracker.


 

Index

DESCRIPTION
SYNOPSYS
OVERRIDDEN METHODS
AUTHOR
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 00:51:32 GMT, August 27, 2005

Last modified on April 26, 2010