Virtual Method
GtkLayoutManagerallocate
Declaration [src]
void
allocate (
  GtkLayoutManager* manager,
  GtkWidget* widget,
  int width,
  int height,
  int baseline
)
Description [src]
Assigns the given width, height, and baseline to
a widget, and computes the position and sizes of the children of
the widget using the layout management policy of manager.
Parameters
| widget | GtkWidget | 
| The  | |
| The data is owned by the caller of the function. | |
| width | int | 
| The new width of the  | |
| height | int | 
| The new height of the  | |
| baseline | int | 
| The baseline position of the  |