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
orchild_set_property
always does aqueue_resize
. This function checks if the child is already in the right place to avoid that when not needed.