Table of Contents

Class Orientable

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
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 IntPtr

Transfer 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 IntPtr

Transfer ownership: None Nullable: False

orientation Orientation

Transfer ownership: None Nullable: False