App-Codit

 view release on metacpan or  search on metacpan

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

       qw/Art ConfigFolder Daemons 
       Help Keyboard MDI MenuBar
       Panels Plugins SDI Selector
       Settings SideBars StatusBar
       ToolBar/
    ],
 );

The following order matters for the buildup of menus and bars.
Only available at create time.

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

Default value is "All files|*"

=item B<-helpfile> in L<Tk::AppWindow::Ext::Help>

Point to your help file. Can be a weblink.
If it is a I<.pod> file it will launch a dialog box with
a I<PodText> widget.

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

Specifies the default location in the main menu of the history menu.
Default value is File::Open recent. See also L<Tk::AppWindow::Ext::MenuBar>.

=item B<-iconpath> in L<Tk::AppWindow::Ext::Art>

Specify a list of folders where your icon libraries are located.
Only available at create time.

=item B<-iconsize> in L<Tk::AppWindow::Ext::Art>

Default is 16.

=item B<-icontheme> in L<Tk::AppWindow::Ext::Art>

Default is Oxygen.

=item B<-keyboardboardbindings> in L<Tk::AppWindow::Ext::Keyboard>

Default value is an empty list.

Specify a paired list of keyboard bindings.

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

Foreground color for links. Default value '#3030DF'.

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

Callback to log messages.

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

Callback to log errors.

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

Specifies the image file to be used as logo for your application.
Default value is Tk::findINC('Tk/AppWindow/aw_logo.png').

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

Callback to log warnings.

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

Default value [].

Configure your menu here. See the section B<CONFIGURING MENUS> below.

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

Default value is 12.

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

Default value 16

Maximum size of the document tab in the document bar.

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

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



( run in 0.881 second using v1.01-cache-2.11-cpan-df04353d9ac )