java-gnome version 4.0.19

org.gnome.gtk
Class VScrollbar

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.freedesktop.bindings.Proxy
          extended by org.gnome.glib.Object
              extended by org.gnome.gtk.Object
                  extended by org.gnome.gtk.Widget
                      extended by org.gnome.gtk.Range
                          extended by org.gnome.gtk.Scrollbar
                              extended by org.gnome.gtk.VScrollbar

public class VScrollbar
extends Scrollbar

A vertical Scrollbar. These are just constituent parts of ScrolledWindows; you rarely if ever will need to talk to this Widget directly, but if you need access to it call ScrolledWindow's getVScrollbar().

Since:
4.0.8

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gnome.gtk.Range
Range.ValueChanged
 
Nested classes/interfaces inherited from class org.gnome.gtk.Widget
Widget.ButtonPressEvent, Widget.ButtonReleaseEvent, Widget.EnterNotifyEvent, Widget.ExposeEvent, Widget.FocusInEvent, Widget.FocusOutEvent, Widget.Hide, Widget.KeyPressEvent, Widget.KeyReleaseEvent, Widget.LeaveNotifyEvent, Widget.MapEvent, Widget.MotionNotifyEvent, Widget.PopupMenu, Widget.ScrollEvent, Widget.UnmapEvent, Widget.VisibilityNotifyEvent
 
Nested classes/interfaces inherited from class org.gnome.gtk.Object
Object.Destroy
 
Constructor Summary
VScrollbar(Adjustment adj)
          Create a new VScrollbar.
 
Method Summary
 
Methods inherited from class org.gnome.gtk.Range
connect, getInverted, getValue, setInverted, setValue
 
Methods inherited from class org.gnome.gtk.Widget
activate, addEvents, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, getAllocation, getCanDefault, getCanFocus, getHasFocus, getName, getParent, getRequisition, getSensitive, getToplevel, getWindow, grabAdd, grabDefault, grabFocus, grabRemove, hide, isSensitive, modifyBackground, modifyBase, modifyFont, modifyText, queueDraw, queueDrawArea, realize, setCanDefault, setCanFocus, setColormap, setEvents, setName, setSensitive, setSizeRequest, setTooltipMarkup, setTooltipText, show, showAll
 
Methods inherited from class org.gnome.gtk.Object
connect, destroy
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VScrollbar

public VScrollbar(Adjustment adj)
Create a new VScrollbar. Ordinarily you pass in the Adjustment object you plan to control this Scrollbar with, but if you pass null one will be created.

Since:
4.0.17


java-gnome