App-Codit

 view release on metacpan or  search on metacpan

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

Sets and returns the wrap option of the currently selected document.

=item B<-doc_wrap> I<hookable> in L<App::Codit::Ext::CoditMDI>

Sets and returns the wrap option of the currently selected document.

=item B<-documentinterface> in L<Tk::AppWindow::Ext::Selector>

Default value 'MDI'. Sets the extension name for the
multiple docoment interface that B<Selector> communicates with.

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

Default value '#FF0000' (red).

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

Specifies the list of extensions to be loaded.

 my $app = Tk::AppWindow->new(
    -extensions => [ 
       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'.



( run in 1.578 second using v1.01-cache-2.11-cpan-2398b32b56e )