class Inti::Gtk::Requisition

Name

class Inti::Gtk::Requisition -- 

Synopsis

class Inti::Gtk::Requisition is declared in the header inti/gtk/widget.h.

Superclasses. none

Subclasses. none

Class members

Public Constructors.
Requisition ()
Requisition (int width, int height)

Public Methods.
int width () const
int height () const
void set_width (int w)
void set_height (int h)
void set (int width, int height)
bool operator== (const Requisition & rhs) const
bool operator!= (const Requisition & rhs) const
GtkRequisition * gtk_requisition () const

Public Functions.
Requisition * wrap (GtkRequisition * src)

Description

Public Constructors

method Inti::Gtk::Requisition::Requisition

Requisition ()

method Inti::Gtk::Requisition::Requisition

Requisition (int width, int height)

width 
height 

Public Methods

method Inti::Gtk::Requisition::width

int width () const

method Inti::Gtk::Requisition::height

int height () const

method Inti::Gtk::Requisition::set_width

void set_width (int w)

w 

method Inti::Gtk::Requisition::set_height

void set_height (int h)

h 

method Inti::Gtk::Requisition::set

void set (int width, int height)

width 
height 

method Inti::Gtk::Requisition::operator==

bool operator== (const Requisition & rhs) const

rhs 

method Inti::Gtk::Requisition::operator!=

bool operator!= (const Requisition & rhs) const

rhs 

method Inti::Gtk::Requisition::gtk_requisition

GtkRequisition * gtk_requisition () const

Public Functions

function Inti::Gtk::Requisition::wrap

Requisition * wrap (GtkRequisition * src)

src