index
gtk-- homepage



Description:
Gtk_Misc

#include <gtk--/misc.h>
Base classes: Gtk_Widget
Derived by: Gtk_Arrow Gtk_Image Gtk_Label Gtk_Pixmap

Misc Widget Abstract.
This is an abstract for a set of utility widgets that lack a physical window. They do have alignment and padding within their defined space.

Without a window, widgets of this type cannot capture events. To capture events place in Gtk_EventBox.



Properties:


Public member index:


static GtkType get_type();
GtkMisc *gtkobj();
const GtkMisc *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_Misc();
void set_alignment(gfloat xalign,gfloat yalign);
Set the xalign and yalign of this widget.

void set_padding(gint xpad,gint ypad);
Set the xpad and ypad of this widget.

gint get_xpad()const;
gint get_ypad()const;
gfloat get_xalign()const;
gfloat get_yalign()const;
Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_Misc(GtkMisc *castitem);
Gtk_Misc();
Private member index:


Gtk_Misc(const Gtk_Misc &);
Gtk_Misc &operator =(const Gtk_Misc &);

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)