CustomMeasureFunc

typealias CustomMeasureFunc = (widget: Widget, orientation: Orientation, forSize: Int) -> Unit

A function to be used by GtkCustomLayout to measure a widget.

  • param widget the widget to be measured

  • param orientation the direction to be measured

  • param forSize the size to be measured for