index
gtk-- homepage



Description:
Gtk_Frame

#include <gtk--/frame.h>
Base classes: Gtk_Bin
Derived by: Gtk_AspectFrame



Properties:


Public member index:


static GtkType get_type();
GtkFrame *gtkobj();
const GtkFrame *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_Frame();
Gtk_Frame(const gtkmm_string &label);
Gtk_Frame();
void set_label(const gtkmm_string &str);
string get_label()const;
void set_label_align(gfloat xalign=0 . 0,gfloat yalign=0 . 5);
float get_xalign()const;
Returns the current horizontal label position.

float get_yalign()const;
Returns the current vertical label position.

void set_shadow_type(GtkShadowType type);
GtkShadowType get_shadow_type()const;
Returns the current shadow type of a frame.

Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_Frame(GtkFrame *castitem);
Private member index:


Gtk_Frame(const Gtk_Frame &);
Gtk_Frame &operator =(const Gtk_Frame &);

Public member details:


get_xalign
float Gtk_Frame::get_xalign()const;

Returns the current horizontal label position.
Range from 0 (left) to 1.0 (right).


get_yalign
float Gtk_Frame::get_yalign()const;

Returns the current vertical label position.
Range from 0 (top) to 1.0 (bottom).


Protected member details:



Private member details:



Examples:





(pages generated by PERCEPS -script.)