Index

C++ Code Documentation

gtk::widget0::Alignment

Derived from: gtk::widget0::Bin

File: WIDGET/gtk/widget0/Alignment.H

public:
  • Alignment( float xalign, float yalign, float xscale, float yscale ) : Bin( gtk_alignment_new( xalign, yalign, xscale, yscale ) );
  • void set( float xalign, float yalign, float xscale, float yscale );
protected:
  • Alignment( GtkWidget *x ) : Bin(x);
private:


gtk::widget0::Alignment GANG