Class CustomLayout
public class CustomLayout- Inheritance
- 
      
      CustomLayout
- Inherited Members
Methods
GetGType()
Calls native function gtk_custom_layout_get_type.
public static extern nuint GetGType()Returns
- nuint
- Transfer ownership: None Nullable: False 
New(CustomRequestModeFunc, CustomMeasureFunc, CustomAllocateFunc)
Calls native constructor gtk_custom_layout_new.
public static extern nint New(CustomRequestModeFunc requestMode, CustomMeasureFunc measure, CustomAllocateFunc allocate)Parameters
- requestModeCustomRequestModeFunc
- Transfer ownership: None Nullable: True 
- measureCustomMeasureFunc
- Transfer ownership: None Nullable: False 
- allocateCustomAllocateFunc
- Transfer ownership: None Nullable: False 
Returns
- nint
- Transfer ownership: Full Nullable: False