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->moveif$childis not already at the given$x,$yposition.As of Gtk 2.22 a plain
moveorchild_set_propertyalways does aqueue_resize. This function checks if the child is already in the right place to avoid that when not needed.