ruby-****@lists*****
ruby-****@lists*****
2003年 4月 8日 (火) 10:34:49 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = ------------------------- ------------------------- = class Gtk::Viewport == super class * Gtk::Bin == class methods --- Gtk::Viewport.new(hadjustment, vadjustment) Creates a new Gtk::Viewport with the given adjustments. * hadjustment : horizontal adjustment.Gtk::Adjustment * vadjustment : vertical adjustment. Gtk::Adjustment * Returns : a new Gtk::Viewport. == public instance methods --- hadjustment Returns the horizontal adjustment of the viewport. * Returns: the horizontal adjustment of viewport. --- hadjustment=(adjustment) Sets the horizontal adjustment of the viewport. * adjustment: a Gtk::Adjustment. * Returns: adjustment --- set_hadjustment(adjustment) Sets the horizontal adjustment of the viewport. * adjustment : a Gtk::Adjustment. * Returns: self --- vadjustment Returns the vertical adjustment of the viewport. * Returns: the vertical adjustment of viewport. --- vadjustment=(adjustment) Sets the vertical adjustment of the viewport. * adjustment: a Gtk::Adjustment. * Returns: adjustment --- set_vadjustment(adjustment) Same as vadjustment=. * adjustment : a Gtk::Adjustment. * Returns: self --- shadow_type Gets the shadow type of the Gtk::Viewport. See Gtk::Viewport#shadow_type=. * viewport: a Gtk::Viewport * Returns: the shadow type --- shadow_type=(type) Sets the shadow type(GtkShadowType) of the viewport. * type: the new shadow type. * Returns: type --- set_shadow_type Same as shadow_type=. * Returns: self == signals --- set-scroll-adjustments: self, adj1, adj2 * self: Gtk::Viewport * adj1: Gtk::Adjustment * adj2: Gtk::Adjustment - ((<Masao>))