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.

Avoiding a move if already in the right position saves a queue_resize, as of Gtk 2.22.