Function
GtkCustomAllocateFunc
Declaration
void
(* GtkCustomAllocateFunc) (
  GtkWidget* widget,
  int width,
  int height,
  int baseline
)
Parameters
- widget
- 
            Type: GtkWidgetThe widget to allocate. The data is owned by the caller of the function. 
- width
- 
            Type: intThe new width of the widget. 
- height
- 
            Type: intThe new height of the widget. 
- baseline
- 
            Type: intThe new baseline of the widget, or -1.