Name
GtkFixed -- a container which supports fixed sizes and positions of its children.
Description
The GtkFixed widget is a container which can place child widgets at fixed
positions and with fixed sizes, given in pixels.
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.