CustomAllocateFunc


Description:

[ CCode ( has_target = false ) ]
public delegate void CustomAllocateFunc (Widget widget, int width, int height, int baseline)

A function to be used by `GtkCustomLayout` to allocate a widget.

Parameters:

widget

the widget to allocate

width

the new width of the widget

height

the new height of the widget

baseline

the new baseline of the widget, or -1


Namespace: Gtk
Package: gtk4