index
gtk-- homepage



Description:
Gtk_Frame

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



Properties:

NameTypeGetSetDescription
label string      
shadow_type gint16      
label_width gint16      
label_height gint16      
label_xalign gfloat      
label_yalign gfloat    



Public member index:


Gtk_Frame();
Gtk_Frame(const _gtk_string &label);
Gtk_Frame(GtkFrame *castitem);
void set_label();
void set_label(const _gtk_string &str);
const string get_label()const;
void set_label_align(gfloat xalign=0 . 0,gfloat yalign=0 . 5);
gfloat get_label_xalign()const;
gfloat get_label_yalign()const;
GtkShadowType set_shadow_type(GtkShadowType type);
GtkShadowType get_shadow_type()const;
GtkFrame *gtkobj();
const GtkFrame *gtkobj()const;
static bool isGtkFrame(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
Private member index:


GtkType get_type();

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)