Table of Contents

Class CustomLayout

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

Constructors

CustomLayout(bool, params ConstructArgument[])

protected CustomLayout(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

CustomLayout(IntPtr, bool)

protected CustomLayout(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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