DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info.gz) GtkAspectFrame

Info Catalog (gtk.info.gz) GtkArrow (gtk.info.gz) Widgets (gtk.info.gz) GtkBin
 
 The aspect frame widget
 =======================
 
 Description
 -----------
 
    Ensure that the child window has a specified aspect ratio or, if
 obey_child, has the same aspect ratio as its requested size.  Derived
 from  GtkFrame).
 
 Options
 -------
 
  - User Option: label
 
  - User Option: xalign
 
  - User Option: yalign
 
  - User Option: ratio
 
  - User Option: obey_child
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_aspect_frame_get_type (void)
      Returns the `GtkAspectFrame' type identifier.
 
  - Function: GtkWidget* gtk_aspect_frame_new (gchar *LABEL, gfloat
           XALIGN, gfloat YALIGN, gfloat RATIO, gint OBEY_CHILD)
      Create a new `GtkAspectFrame' object and initialize it with the
      values LABEL, XALIGN, YALIGN, RATIO and OBEY_CHILD.  The new
      widget is returned as a pointer to a `GtkWidget' object.  `NULL'
      is returned on failure.
 
  - Function: void gtk_aspect_frame_set (GtkAspectFrame *ASPECT_FRAME,
           gfloat XALIGN, gfloat YALIGN, gfloat RATIO, gint OBEY_CHILD)
 
  - Function: GtkAspectFrame* GTK_ASPECT_FRAME (gpointer OBJ)
      Cast a generic pointer to `GtkAspectFrame*'.  Standard
      Macros, for more info.
 
  - Function: GtkAspectFrameClass* GTK_ASPECT_FRAME_CLASS (gpointer
           CLASS)
      Cast a generic pointer to `GtkAspectFrameClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_ASPECT_FRAME (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkAspectFrame'
      object.  Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkArrow (gtk.info.gz) Widgets (gtk.info.gz) GtkBin
automatically generated byinfo2html