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
boolconstructArguments
ConstructArgument[]
CustomLayout(IntPtr, bool)
protected CustomLayout(IntPtr ptr, bool ownedRef)
Parameters
Methods
GetGType()
public static Type GetGType()
Returns
New(CustomRequestModeFunc?, CustomMeasureFunc, CustomAllocateFunc)
public static CustomLayout New(CustomRequestModeFunc? requestMode, CustomMeasureFunc measure, CustomAllocateFunc allocate)
Parameters
requestMode
CustomRequestModeFuncmeasure
CustomMeasureFuncallocate
CustomAllocateFunc