Class Index Cross Index Namespace Index

Class Gtk::Fixed


Contained in: Gtk
Derived from: Gtk::Container
Derived by: none

#include <gtk--/fixed.h>


public function member index:

Fixed();
GtkFixed* gtkobj();
const GtkFixed* gtkobj() const;
static bool isA(Object* object);
void move(Widget& widget, gint16 x, gint16 y);
void put(Widget& widget, gint16 x, gint16 y);
virtual ~Fixed();
 

Description:



Function Member Descriptions:

Gtk::Fixed::gtkobj - Returns the underlaying gtk+ object.

GtkFixed* gtkobj();

Gtk::Fixed::isA - Returns true if object is this type.

static bool isA(Object* object);