App-Codit

 view release on metacpan or  search on metacpan

lib/App/Codit/ConfigVariables.pod  view on Meta::CPAN


Default value 3

Space between the colums in a menu item.

=item B<-menuiconsize> in L<Tk::AppWindow::Ext::MenuBar>

Default value 16

=item B<-modifiedmonitorinterval> in L<Tk::AppWindow::Ext::MDI>

Default value 25. This means every 25 cycles of the B<Daemons> extension. Specifies the interval for
monitoring the modified status of documents. 

=item B<-namespace> in L<Tk::AppWindow>

Specifies an additional name space for extensions and plugins.
If you set it, for example, to 'Foo::Bar', then your extensions
may also live in 'Foo::Bar::Ext' and your plugins may live 
in 'Foo::Bar::Plugins'.

Only available at create time.

=item B<-noplugins> in L<Tk::AppWindow::Ext::Plugins>

Boolean flag, no plugins will be loaded at startup.  The list of plugins in the config file will
be ignored if this option is set. Default value 0.

=item B<-panelgeometry> I<hookable> in L<Tk::AppWindow::Ext::Panels>

Specifies the geometry manager used for the panel layout. Possible
values are 'pack' and 'grid'. Default value 'pack'.

=item B<-panellayout> I<hookable> in L<Tk::AppWindow::Ext::Panels>

Specify the structure of your layout. 

The keys used below are all home to the geometry manager used. Plus a
few more. These are:

=over 4

=item B<-canhide>

Specify if a panel is capable of hiding and showing. By default 0.

=item B<-adjuster>

If specified the panel is adjustable. The value is transferred to the
B<-side> option of the adjuster.

=back

Default value:

 [
    CENTER => {
       -in => 'MAIN',
       -side => 'top',
       -fill => 'both',
       -expand => 1,
    },
    WORK => {
       -in => 'CENTER',
       -side => 'left',
       -fill => 'both',
       -expand => 1,
    },
    TOP => {
       -in => 'MAIN',
       -side => 'top',
       -before => 'CENTER',
       -fill => 'x',
       -canhide => 1,
    },
    BOTTOM => {
       -in => 'MAIN',
       -after => 'CENTER',
       -side => 'top',
       -fill => 'x',
       -canhide => 1,
    },
    LEFT => {
       -in => 'CENTER',
       -before => 'WORK',
       -side => 'left',
       -fill => 'y',
       -canhide => 1,
       -adjuster => 'left',
    },
    RIGHT => {
       -in => 'CENTER',
       -after => 'WORK',
       -side => 'left',
       -fill => 'y',
       -canhide => 1,
       -adjuster => 'right',
    },
 ]

=item B<-plugins> in L<Tk::AppWindow::Ext::Plugins>

List of plugins that will be loaded at startup. The list of plugins in the config file will
be ignored if this option is set.

=item B<-rawiconpath> I<hookable> in L<Tk::AppWindow::Ext::Art>

List of folders where you store your raw icons. Defaults to an empty list.

=item B<-readonly> in L<Tk::AppWindow::Ext::MDI>

Default value 0. If set to 1 MDI will operate in read only mode.

=item B<-savegeometry> in L<Tk::AppWindow>

Default value 0. Saves the geometry on quit and loads it on start. Only works
if the extension B<ConfigFolder> is loaded.

=item B<-settingsfile> I<hookable> in L<Tk::AppWindow::Ext::Settings>

Name of the settings file. Default is I<settingsrc>.

=item B<-sidebariconsize> I<hookable> in L<Tk::AppWindow::Ext::SideBars>

Default value 32.

=item B<-statusbarpanel> in L<Tk::AppWindow::Ext::StatusBar>



( run in 0.664 second using v1.01-cache-2.11-cpan-5b529ec07f3 )