Class NoSelection
public class NoSelection
- Inheritance
-
NoSelection
- Inherited Members
Methods
GetGType()
Calls native function gtk_no_selection_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetModel(IntPtr)
Calls native method gtk_no_selection_get_model.
public static extern IntPtr GetModel(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: True
New(IntPtr)
Calls native constructor gtk_no_selection_new.
public static extern IntPtr New(IntPtr model)
Parameters
model
IntPtrTransfer ownership: Full Nullable: True
Returns
- IntPtr
Transfer ownership: Full Nullable: False
SetModel(IntPtr, IntPtr)
Calls native method gtk_no_selection_set_model.
public static extern void SetModel(IntPtr self, IntPtr model)