Table of Contents

Class CustomLayout

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class CustomLayout : LayoutManager, IDisposable, GTypeProvider, InstanceFactory
Inheritance
CustomLayout
Implements
Inherited Members

Constructors

CustomLayout(params ConstructArgument[])

public CustomLayout(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CustomLayout(CustomLayoutHandle)

public CustomLayout(CustomLayoutHandle handle)

Parameters

handle CustomLayoutHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(CustomRequestModeFunc?, CustomMeasureFunc, CustomAllocateFunc)

public static CustomLayout New(CustomRequestModeFunc? requestMode, CustomMeasureFunc measure, CustomAllocateFunc allocate)

Parameters

requestMode CustomRequestModeFunc
measure CustomMeasureFunc
allocate CustomAllocateFunc

Returns

CustomLayout