class Inti::Gtk::Viewport

Name

class Inti::Gtk::Viewport -- 

Synopsis

class Inti::Gtk::Viewport is declared in the header inti/gtk/viewport.h.

Superclasses. Bin, Scrollable

Subclasses. none

Class members

Public Constructors.
Viewport ()
Viewport (Adjustment * hadj, Adjustment * vadj)

Public Virtual Methods.
virtual void set_scroll_adjustments (Adjustment * horizontal, Adjustment * vertical)
virtual void set_scroll_hadjustment (Adjustment * hadj)
virtual void set_scroll_vadjustment (Adjustment * vadj)
virtual Adjustment * scroll_hadjustment () const
virtual Adjustment * scroll_vadjustment () const

Public Methods.
GtkViewport * gtk_viewport () const
void set_shadow_type (Gtk::ShadowType type)
ShadowType shadow_type () const

Protected Constructors.
Viewport (GtkViewport * src, GtkViewportClass * orig)

Protected Destructor.
virtual  ~Viewport ()

Description

Public Constructors

method Inti::Gtk::Viewport::Viewport

Viewport ()

method Inti::Gtk::Viewport::Viewport

Viewport (Adjustment * hadj, Adjustment * vadj)

hadj 
vadj 

Public Virtual Methods

method Inti::Gtk::Viewport::set_scroll_adjustments

virtual void set_scroll_adjustments (Adjustment * horizontal, Adjustment * vertical)

horizontal 
vertical 

method Inti::Gtk::Viewport::set_scroll_hadjustment

virtual void set_scroll_hadjustment (Adjustment * hadj)

hadj 

method Inti::Gtk::Viewport::set_scroll_vadjustment

virtual void set_scroll_vadjustment (Adjustment * vadj)

vadj 

method Inti::Gtk::Viewport::scroll_hadjustment

virtual Adjustment * scroll_hadjustment () const

method Inti::Gtk::Viewport::scroll_vadjustment

virtual Adjustment * scroll_vadjustment () const

Public Methods

method Inti::Gtk::Viewport::gtk_viewport

GtkViewport * gtk_viewport () const

method Inti::Gtk::Viewport::set_shadow_type

void set_shadow_type (Gtk::ShadowType type)

type 

method Inti::Gtk::Viewport::shadow_type

ShadowType shadow_type () const

Protected Constructors

method Inti::Gtk::Viewport::Viewport

Viewport (GtkViewport * src, GtkViewportClass * orig)

src 
orig 

Protected Destructor

method Inti::Gtk::Viewport::~Viewport

virtual  ~Viewport ()