Details
struct GtkFixed
The GtkFixed struct contains the following fields.
(These fields should be considered read-only. They should never be set by
an application.)
struct GtkFixedChild
struct GtkFixedChild
{
GtkWidget *widget;
gint16 x;
gint16 y;
}; |
The GtkFixedChild struct contains the following fields.
(These fields should be considered read-only. They should never be set by
an application.)
gtk_fixed_put ()
Adds a widget to a GtkFixed container at the given position.
gtk_fixed_move ()
Moves a child of a GtkFixed container to the given position.