Class Index Cross Index Namespace Index

Class Gtk::AspectFrame


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

#include <gtk--/aspectframe.h>


public function member index:

AspectFrame(const string& label, gfloat xalign, gfloat yalign, gfloat ratio=1.0, bool obey_child=false);
AspectFrame(gfloat xalign, gfloat yalign, gfloat ratio=1.0, bool obey_child=false);
GtkAspectFrame* gtkobj();
const GtkAspectFrame* gtkobj() const;
static bool isA(Object* object);
void set(gfloat xalign, gfloat yalign, gfloat ratio, gint obey_child);
virtual ~AspectFrame();
 

private function member index:

void construct(const char* label, gfloat xalign, gfloat yalign, gfloat ratio, bool obey_child);
 

Description:



Function Member Descriptions:

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

GtkAspectFrame* gtkobj();

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

static bool isA(Object* object);