Class Bin
public class Bin
- Inheritance
-
Bin
- Inherited Members
Methods
GetChild(nint)
Calls native method adw_bin_get_child.
public static extern nint GetChild(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: None Nullable: True
GetGType()
Calls native function adw_bin_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New()
Calls native constructor adw_bin_new.
public static extern nint New()
Returns
- nint
Transfer ownership: None Nullable: False
SetChild(nint, nint)
Calls native method adw_bin_set_child.
public static extern void SetChild(nint self, nint child)