App::MathImage::Gtk2::Ex::LayoutBits -- misc Gtk2::Layout helpers
use App::MathImage::Gtk2::Ex::LayoutBits;
App::MathImage::Gtk2::Ex::LayoutBits::move_maybe ($layout, $child, $x, $y)
Do a $layout->move if $child is not already at the given $x,$y position.
$layout->move
$child
$x,$y
Avoiding a move if already in the right position saves a queue_resize, as of Gtk 2.22.
queue_resize
To install App::MathImage, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::MathImage
CPAN shell
perl -MCPAN -e shell install App::MathImage
For more information on module installation, please visit the detailed CPAN module installation guide.