The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::MathImage::Gtk2::Ex::LayoutBits -- misc Gtk2::Layout helpers

SYNOPSIS

 use App::MathImage::Gtk2::Ex::LayoutBits;

FUNCTIONS

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.

As of Gtk 2.22 a plain move or child_set_property always does a queue_resize. This function checks if the child is already in the right place to avoid that when not needed.