| Class Index | Cross Index | Namespace Index |
Alignment Container
Contained in: Gtk
Derived from:
Gtk::Bin
Derived by:
none
#include <gtk--/alignment.h>
public function member index: |
||
| explicit | Alignment | (gfloat xalign=0.5, gfloat yalign=0.5, gfloat xscale=1.0, gfloat yscale=1.0); |
| gfloat | get_xalign | () const; |
| gfloat | get_xscale | () const; |
| gfloat | get_yalign | () const; |
| gfloat | get_yscale | () const; |
| GtkAlignment* | gtkobj | (); |
| const GtkAlignment* | gtkobj | () const; |
| static bool | isA | (Object* object); |
| void | set | (gfloat xalign=0.5, gfloat yalign=0.5, gfloat xscale=1.0, gfloat yscale=1.0); |
| virtual | ~Alignment | (); |
Sets both the alignment and scale of the window.See properties xalign and xscale for more detail.