DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkFixed

Info Catalog (gtk.info) GtkFileSelection (gtk.info) Widgets (gtk.info) GtkFrame
 
 The fixed widget
 ================
 
 Description
 -----------
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_fixed_get_type (void)
      Returns the `GtkFixed' type identifier.
 
  - Function: GtkWidget* gtk_fixed_new (void)
      Create a new `GtkFixed' object returning the new widget as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: void gtk_fixed_put_new (GtkFixed *FIXED, GtkWidget
           *WIDGET, gint16 X, gint16 Y)
 
  - Function: void gtk_fixed_move (GtkFixed *FIXED, GtkWidget *WIDGET,
           gint16 X, gint16 Y)
 
  - Function: GtkFixed* GTK_FIXED (gpointer OBJ)
      Cast a generic pointer to `GtkFixed*'.  Standard Macros, for
      more info.
 
  - Function: GtkFixedClass* GTK_FIXED_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkFixedClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_FIXED (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkFixed' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkFileSelection (gtk.info) Widgets (gtk.info) GtkFrame
automatically generated byinfo2html