Gapp 0.47.2
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Gapp, Gapp::Actions::Basic, Gapp::Actions::Form
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Carp::Clan
- Sub::Name
- Try::Tiny
- namespace::clean
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Gapp-0.47.2/lib/Gapp/Action.pm -- Around line 188: You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp/Button.pm -- Around line 74: You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp/Container.pm -- Around line 155: You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp/FileChooserDialog.pm -- Around line 100: '=item' outside of any '=over' Gapp-0.47.2/lib/Gapp/Form/Stash.pm -- Around line 140: You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp/Meta/Widget/Native/Role/HasMnemonic.pm -- Around line 84: Expected text after =item, not a bullet Gapp-0.47.2/lib/Gapp/Object.pm -- Around line 439: '=item' outside of any '=over' Around line 523: You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp/SpinButton.pm -- Around line 152: You forgot a '=back' before '=head1' You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp/StatusIcon.pm -- Around line 42: '=item' outside of any '=over' Around line 48: You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp/TableMap.pm -- Around line 434: Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252 Gapp-0.47.2/lib/Gapp/TreeView.pm -- Around line 166: =back without =over Gapp-0.47.2/lib/Gapp/TreeViewColumn.pm -- Around line 178: You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp/Util.pm -- Around line 144: Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252 Gapp-0.47.2/lib/Gapp/Widget.pm -- Around line 178: '=item' outside of any '=over' Around line 231: You forgot a '=back' before '=head1' Gapp-0.47.2/lib/Gapp.pm -- Around line 159: Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Gapp, Gapp::Actions::Basic, Gapp::Actions::Form
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.47
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
Modules
Name | Abstract | Version | View |
---|---|---|---|
Gapp | Post-modern Gtk+ applications | 0.47 | metacpan |
Gapp::Action | Action object | metacpan | |
Gapp::Action::Registry | Registry of L<Gapp::Action> objects | metacpan | |
Gapp::Action::Undefined | An undefined action | metacpan | |
Gapp::ActionGroup | ActionGroup Widget | metacpan | |
Gapp::Actions | Create Actions for Gapp Applications | metacpan | |
Gapp::Actions::Base | metacpan | ||
Gapp::Actions::Basic | metacpan | ||
Gapp::Actions::Form | metacpan | ||
Gapp::Actions::Util | metacpan | ||
Gapp::Assistant | Assistant Widget | metacpan | |
Gapp::Bin | Bin widget | metacpan | |
Gapp::Box | Box widget | metacpan | |
Gapp::Button | Button Widget | metacpan | |
Gapp::ButtonBox | ButtonBox widget | metacpan | |
Gapp::CellRenderer | Cell Renderer Widget | metacpan | |
Gapp::CheckButton | CheckButton Widget | metacpan | |
Gapp::CheckMenuItem | metacpan | ||
Gapp::ComboBox | ComboBox Widget | metacpan | |
Gapp::Container | Container Widget | metacpan | |
Gapp::DateEntry | DateEntry Widget | metacpan | |
Gapp::Dialog | Dialog Widget | metacpan | |
Gapp::Entry | Entry Widget | metacpan | |
Gapp::EventBox | EventBox Widget | metacpan | |
Gapp::FileChooserDialog | FileChooserDialog Widget | metacpan | |
Gapp::FileFilter | FileFilter Widget | metacpan | |
Gapp::Form::Context | Form context object | metacpan | |
Gapp::Form::Context::Node | Context node object | metacpan | |
Gapp::Form::Stash | Form stash object | metacpan | |
Gapp::FormButtons | FormButtons widget | metacpan | |
Gapp::Frame | Frame widget | metacpan | |
Gapp::HBox | HBox Widget | metacpan | |
Gapp::HButtonBox | ButtonBox widget | metacpan | |
Gapp::HPaned | HPaned Widget | metacpan | |
Gapp::Image | Image Widget | metacpan | |
Gapp::ImageMenuItem | ImageMenuItem Widget | metacpan | |
Gapp::Label | Label Widget | metacpan | |
Gapp::Layout | Define how widgets are displayed | metacpan | |
Gapp::Layout::Default | metacpan | ||
Gapp::Layout::Object | metacpan | ||
Gapp::ListStore | ListStore object | metacpan | |
Gapp::Menu | Menu Widget | metacpan | |
Gapp::MenuBar | MenuBar Widget | metacpan | |
Gapp::MenuItem | MenuItem Widget | metacpan | |
Gapp::MenuShell | MenuShell Widget | metacpan | |
Gapp::MenuToolButton | MenuToolButton Widget | metacpan | |
Gapp::Meta::Attribute::Trait::DefaultWidget | metacpan | ||
Gapp::Meta::Widget::Native::Role::CanDefault | Role for widgets that can be the default | metacpan | |
Gapp::Meta::Widget::Native::Role::FormElement | metacpan | ||
Gapp::Meta::Widget::Native::Role::FormField | metacpan | ||
Gapp::Meta::Widget::Native::Role::HasAction | action attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Role::HasIcon | icon attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Role::HasIconSize | icon_size attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Role::HasImage | image attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Role::HasLabel | label attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Role::HasMenu | menu attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Role::HasMnemonic | mnemonic attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Role::HasName | name attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Role::HasStockId | stock_id attribute for widgets | metacpan | |
Gapp::Meta::Widget::Native::Trait::AssistantPage | metacpan | ||
Gapp::Meta::Widget::Native::Trait::Form | Form trait for widgets | metacpan | |
Gapp::Meta::Widget::Native::Trait::FromUIManager | metacpan | ||
Gapp::Meta::Widget::Native::Trait::ListFormField | metacpan | ||
Gapp::Meta::Widget::Native::Trait::NotebookPage | metacpan | ||
Gapp::Meta::Widget::Native::Trait::ToggleListFormField | metacpan | ||
Gapp::Model::List | metacpan | ||
Gapp::Model::SimpleList | A Simple List | metacpan | |
Gapp::Moose | Gapp widgets for your Moose classes | 0.01 | metacpan |
Gapp::Moose::Meta::Attribute::Trait::GappActionGroup | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappAssistant | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappBox | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappButton | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappComboBox | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappDateEntry | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappDialog | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappEventBox | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappFileChooserDialog | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappFileFilter | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappFrame | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappHBox | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappHButtonBox | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappHPaned | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappImage | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappLabel | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappListStore | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappMenu | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappMenuBar | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappMenuToolButton | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappNotebook | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappRadioToolButton | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappScrolledWindow | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappSpinButton | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappStatusIcon | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappStatusbar | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappTable | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappTextBuffer | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappTextTagTable | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappTextView | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappTimeEntry | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappToggleToolButton | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappToolButton | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappToolItemGroup | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappToolPalette | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappToolbar | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappTreeView | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappUIManager | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappVBox | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappVButtonBox | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappVPaned | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappViewport | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappWidget | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::GappWindow | metacpan | ||
Gapp::Moose::Meta::Attribute::Trait::TearoffMenuItem | metacpan | ||
Gapp::Moose::Role | Gapp widgets for your roles | 0.01 | metacpan |
Gapp::Notebook | Box widget | metacpan | |
Gapp::Object | TextTagTable widget | metacpan | |
Gapp::Paned | Box widget | metacpan | |
Gapp::ProgressBar | ProgressBar widget | metacpan | |
Gapp::RadioButton | RadioButton Widget | metacpan | |
Gapp::RadioMenuItem | metacpan | ||
Gapp::RadioToolButton | metacpan | ||
Gapp::ScrolledWindow | metacpan | ||
Gapp::SeparatorMenuItem | SeparatorMenuItem Widget | metacpan | |
Gapp::SeparatorToolItem | SeparatorToolItem Widget | metacpan | |
Gapp::SpinButton | RadioButton Widget | metacpan | |
Gapp::StatusIcon | StatusIcon Widget | metacpan | |
Gapp::Statusbar | metacpan | ||
Gapp::Table | Table Widget | metacpan | |
Gapp::TableCell | TableCell Widget | metacpan | |
Gapp::TableMap | Create ASCII Table Layouts | metacpan | |
Gapp::TearoffMenuItem | metacpan | ||
Gapp::TextBuffer | TextBuffer widget | metacpan | |
Gapp::TextTag | TextTag widget | metacpan | |
Gapp::TextTagTable | metacpan | ||
Gapp::TextView | TextView Widget | metacpan | |
Gapp::TimeEntry | TimeEntry Widget | metacpan | |
Gapp::ToggleButton | ToggleButton Widget | metacpan | |
Gapp::ToggleToolButton | ToggleToolButton Widget | metacpan | |
Gapp::ToolButton | ToolButton Widget | metacpan | |
Gapp::ToolItem | ToolItem Widget | metacpan | |
Gapp::ToolItemGroup | ToolItemGroup widget | metacpan | |
Gapp::ToolPalette | ToolPalette widget | metacpan | |
Gapp::Toolbar | Window Widget | metacpan | |
Gapp::TreeStore | TreeStore object | metacpan | |
Gapp::TreeView | TreeView Widget | metacpan | |
Gapp::TreeViewColumn | TreeViewColumn Widget | metacpan | |
Gapp::Types | metacpan | ||
Gapp::UIManager | UIManager object | metacpan | |
Gapp::Util | Utility functions for Gapp | metacpan | |
Gapp::VBox | VBox Widget | metacpan | |
Gapp::VButtonBox | ButtonBox widget | metacpan | |
Gapp::VPaned | VPaned Widget | metacpan | |
Gapp::Viewport | Viewport widget | metacpan | |
Gapp::Widget | The base class for all Gapp widgets | metacpan | |
Gapp::Window | Window Widget | metacpan |
Provides
Name | File | View |
---|---|---|
Gapp::Meta::Attribute::Trait::GappDefault | lib/Gapp/Moose/Meta/Attribute/Trait/GappDefault.pm | metacpan |
Gapp::Meta::Widget::Custom::Trait::AssistantPage | lib/Gapp/Meta/Widget/Native/Trait/AssistantPage.pm | metacpan |
Gapp::Meta::Widget::Custom::Trait::Form | lib/Gapp/Meta/Widget/Native/Trait/Form.pm | metacpan |
Gapp::Meta::Widget::Custom::Trait::FormField | lib/Gapp/Meta/Widget/Native/Role/FormField.pm | metacpan |
Gapp::Meta::Widget::Custom::Trait::FromUIManager | lib/Gapp/Meta/Widget/Native/Trait/FromUIManager.pm | metacpan |
Gapp::Meta::Widget::Custom::Trait::NotebookPage | lib/Gapp/Meta/Widget/Native/Trait/NotebookPage.pm | metacpan |
Gapp::Meta::Widget::Custom::Trait::TreeViewListFormField | lib/Gapp/Meta/Widget/Native/Trait/ListFormField.pm | metacpan |
Gapp::Meta::Widget::Custom::Trait::TreeViewToggleListFormField | lib/Gapp/Meta/Widget/Native/Trait/ToggleListFormField.pm | metacpan |
Gapp::Moose::Meta::Attribute::Trait::CheckMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappCheckMenuItem.pm | metacpan |
Gapp::Moose::Meta::Attribute::Trait::ImageMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappImageMenuItem.pm | metacpan |
Gapp::Moose::Meta::Attribute::Trait::MenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappMenuItem.pm | metacpan |
Gapp::Moose::Meta::Attribute::Trait::RadioMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappRadioMenuItem.pm | metacpan |
Gapp::Moose::Meta::Attribute::Trait::SeparatorMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappSeparatorMenuItem.pm | metacpan |
Gapp::Moose::Meta::Attribute::Trait::SeparatorToolItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappSeparatorToolItem.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::CheckMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappCheckMenuItem.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::DefaultWidget | lib/Gapp/Meta/Attribute/Trait/DefaultWidget.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappActionGroup | lib/Gapp/Moose/Meta/Attribute/Trait/GappActionGroup.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappAssistant | lib/Gapp/Moose/Meta/Attribute/Trait/GappAssistant.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappBox | lib/Gapp/Moose/Meta/Attribute/Trait/GappBox.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappButton | lib/Gapp/Moose/Meta/Attribute/Trait/GappButton.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappComboBox | lib/Gapp/Moose/Meta/Attribute/Trait/GappComboBox.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappDateEntry | lib/Gapp/Moose/Meta/Attribute/Trait/GappDateEntry.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappDefault | lib/Gapp/Moose/Meta/Attribute/Trait/GappDefault.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappDialog | lib/Gapp/Moose/Meta/Attribute/Trait/GappDialog.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappEventBox | lib/Gapp/Moose/Meta/Attribute/Trait/GappEventBox.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappFileChooserDialog | lib/Gapp/Moose/Meta/Attribute/Trait/GappFileChooserDialog.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappFileFilter | lib/Gapp/Moose/Meta/Attribute/Trait/GappFileFilter.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappFrame | lib/Gapp/Moose/Meta/Attribute/Trait/GappFrame.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappHBox | lib/Gapp/Moose/Meta/Attribute/Trait/GappHBox.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappHButtonBox | lib/Gapp/Moose/Meta/Attribute/Trait/GappHButtonBox.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappHPaned | lib/Gapp/Moose/Meta/Attribute/Trait/GappHPaned.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappImage | lib/Gapp/Moose/Meta/Attribute/Trait/GappImage.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappImageMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappImageMenuItem.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappLabel | lib/Gapp/Moose/Meta/Attribute/Trait/GappLabel.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappListStore | lib/Gapp/Moose/Meta/Attribute/Trait/GappListStore.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappMenu | lib/Gapp/Moose/Meta/Attribute/Trait/GappMenu.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappMenuBar | lib/Gapp/Moose/Meta/Attribute/Trait/GappMenuBar.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappMenuItem.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappMenuToolButton | lib/Gapp/Moose/Meta/Attribute/Trait/GappMenuToolButton.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappNotebook | lib/Gapp/Moose/Meta/Attribute/Trait/GappNotebook.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappRadioToolButton | lib/Gapp/Moose/Meta/Attribute/Trait/GappRadioToolButton.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappScrolledWindow | lib/Gapp/Moose/Meta/Attribute/Trait/GappScrolledWindow.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappSeparatorMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappSeparatorMenuItem.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappSeparatorToolItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappSeparatorToolItem.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappSpinButton | lib/Gapp/Moose/Meta/Attribute/Trait/GappSpinButton.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappStatusIcon | lib/Gapp/Moose/Meta/Attribute/Trait/GappStatusIcon.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappStatusbar | lib/Gapp/Moose/Meta/Attribute/Trait/GappStatusbar.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappTable | lib/Gapp/Moose/Meta/Attribute/Trait/GappTable.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappTearoffMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappTearoffMenuItem.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappTextBuffer | lib/Gapp/Moose/Meta/Attribute/Trait/GappTextBuffer.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappTextTagTable | lib/Gapp/Moose/Meta/Attribute/Trait/GappTextTagTable.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappTextView | lib/Gapp/Moose/Meta/Attribute/Trait/GappTextView.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappTimeEntry | lib/Gapp/Moose/Meta/Attribute/Trait/GappTimeEntry.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappToggleToolButton | lib/Gapp/Moose/Meta/Attribute/Trait/GappToggleToolButton.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappToolButton | lib/Gapp/Moose/Meta/Attribute/Trait/GappToolButton.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappToolItemGroup | lib/Gapp/Moose/Meta/Attribute/Trait/GappToolItemGroup.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappToolPalette | lib/Gapp/Moose/Meta/Attribute/Trait/GappToolPalette.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappToolbar | lib/Gapp/Moose/Meta/Attribute/Trait/GappToolbar.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappTreeView | lib/Gapp/Moose/Meta/Attribute/Trait/GappTreeView.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappUIManager | lib/Gapp/Moose/Meta/Attribute/Trait/GappUIManager.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappVBox | lib/Gapp/Moose/Meta/Attribute/Trait/GappVBox.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappVButtonBox | lib/Gapp/Moose/Meta/Attribute/Trait/GappVButtonBox.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappVPaned | lib/Gapp/Moose/Meta/Attribute/Trait/GappVPaned.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappViewport | lib/Gapp/Moose/Meta/Attribute/Trait/GappViewport.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappWidget | lib/Gapp/Moose/Meta/Attribute/Trait/GappWidget.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::GappWindow | lib/Gapp/Moose/Meta/Attribute/Trait/GappWindow.pm | metacpan |
Moose::Meta::Attribute::Custom::Trait::RadioMenuItem | lib/Gapp/Moose/Meta/Attribute/Trait/GappRadioMenuItem.pm | metacpan |