|
NAMEGtk2::ImageView::Zoom - Functions for dealing with zoom factorsDESCRIPTIONGtkImageView uses a discrete amount of zoom factors for determining which zoom to set. Using these functions, it is possible to retrieve information and manipulate a zoom factor.METHODSdouble = Gtk2::ImageView::Zoom->clamp_zoom ($zoom)
Returns the zoom factor clamped to the minumum and maximum allowed values. double = Gtk2::ImageView::Zoom->get_max_zoomReturns the maximum allowed zoom factor.double = Gtk2::ImageView::Zoom->get_min_zoomReturns the minimum allowed zoom factor.double = Gtk2::ImageView::Zoom->get_zoom_in ($zoom)
Returns the zoom factor that is one step larger than the supplied zoom factor. double = Gtk2::ImageView::Zoom->get_zoom_out ($zoom)
Returns the zoom factor that is one step smaller than the supplied zoom factor. SEE ALSOGtk2::ImageViewCOPYRIGHTCopyright (C) 2007 by Jeffrey Ratcliffe.This software is licensed under the GPL-3; see Gtk2::ImageView for a full notice.
Visit the GSP FreeBSD Man Page Interface. |