Class Orientable
public class Orientable
- Inheritance
-
Orientable
- Inherited Members
Methods
GetGType()
Calls native function gtk_orientable_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetOrientation(IntPtr)
Calls native method gtk_orientable_get_orientation.
public static extern Orientation GetOrientation(IntPtr orientable)
Parameters
orientable
IntPtrTransfer ownership: None Nullable: False
Returns
- Orientation
Transfer ownership: None Nullable: False
SetOrientation(IntPtr, Orientation)
Calls native method gtk_orientable_set_orientation.
public static extern void SetOrientation(IntPtr orientable, Orientation orientation)
Parameters
orientable
IntPtrTransfer ownership: None Nullable: False
orientation
OrientationTransfer ownership: None Nullable: False