Class LeafletPage
public class LeafletPage
- Inheritance
-
LeafletPage
- Inherited Members
Methods
GetChild(IntPtr)
Calls native method adw_leaflet_page_get_child.
public static extern IntPtr GetChild(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: False
GetGType()
Calls native function adw_leaflet_page_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetName(IntPtr)
Calls native method adw_leaflet_page_get_name.
public static extern NullableUtf8StringUnownedHandle GetName(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: True
GetNavigatable(IntPtr)
Calls native method adw_leaflet_page_get_navigatable.
public static extern bool GetNavigatable(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
SetName(IntPtr, NullableUtf8StringHandle)
Calls native method adw_leaflet_page_set_name.
public static extern void SetName(IntPtr self, NullableUtf8StringHandle name)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
name
NullableUtf8StringHandleTransfer ownership: None Nullable: True
SetNavigatable(IntPtr, bool)
Calls native method adw_leaflet_page_set_navigatable.
public static extern void SetNavigatable(IntPtr self, bool navigatable)