Index

C++ Code Documentation

gtk::widget0::AspectFrame

Derived from: gtk::widget0::Frame

File: WIDGET/gtk/widget0/AspectFrame.H

public:
  • AspectFrame( char const *label, float xalign, float yalign, float ratio, bool obey_child ) : Frame( gtk_aspect_frame_new( label, xalign, yalign, ratio, obey_child ) );
  • void set( float xalign, float yalign, float ratio, bool obey_child );
protected:
  • AspectFrame( GtkWidget *x ) : Frame(x);
private:


gtk::widget0::AspectFrame GANG