NAME
Renard::Curie::Model::View::Grid - A view model for grid-based views
VERSION
version 0.004
EXTENDS
CONSUMES
ATTRIBUTES
view_options
A Renard::Curie::Model::ViewOptions that defines how the grid layout will be constructed.
Predicate: has_view_options
CLASS METHODS
FOREIGNBUILDARGS
classmethod FOREIGNBUILDARGS(@)
Initialises the Glib::Object super-class.
METHODS
has_view_options
A predicate for the view_options
attribute.
draw_page
See "draw_page" in Renard::Curie::Model::View::Role::Renderable.
get_size_request
See "get_size_request" in Renard::Curie::Model::View::Role::Renderable.
update_scroll_adjustment
method update_scroll_adjustment($hadjustment, $vadjustment)
A callback used to set the GtkAdjustment
objects for the associated view.
AUTHOR
Project Renard
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Project Renard.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.