Etk::Constants - Constants to use with Etk


Etk-Perl documentation  | view source Contained in the Etk-Perl distribution.

Index


NAME

Top

Etk::Constants - Constants to use with Etk

SYNOPSIS

Top

   use Etk::Constants qw/ButtonsOk ButtonsClose/;
   # 
   use Etk::Constants qw/:messagedialog/;
   # 
   use Etk::Constants qw/:all/;

DESCRIPTION

Top

This module contains constants to use while building Etk apps. The constants have numerical values which can be used instead.

EXPORT

Top

None by default.

EXPORTABLE

Top

   box combobox fillpolicy messagedialog progressbar scrolledview
   toplevelwidget tree textblock table colorpicker mouse toolbar
   button shadow image entry popupwindow window swallow slider all


Etk-Perl documentation  | view source Contained in the Etk-Perl distribution.