Table of Contents

Class ClampScrollable

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class ClampScrollable
Inheritance
ClampScrollable
Inherited Members

Methods

GetChild(IntPtr)

Calls native method adw_clamp_scrollable_get_child.

public static extern IntPtr GetChild(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetGType()

Calls native function adw_clamp_scrollable_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetMaximumSize(IntPtr)

Calls native method adw_clamp_scrollable_get_maximum_size.

public static extern int GetMaximumSize(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

int

Transfer ownership: None Nullable: False

GetTighteningThreshold(IntPtr)

Calls native method adw_clamp_scrollable_get_tightening_threshold.

public static extern int GetTighteningThreshold(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

int

Transfer ownership: None Nullable: False

GetUnit(IntPtr)

Calls native method adw_clamp_scrollable_get_unit. Version: 1.4

[Version("1.4")]
public static extern LengthUnit GetUnit(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

LengthUnit

Transfer ownership: None Nullable: False

New()

Calls native constructor adw_clamp_scrollable_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: None Nullable: False

SetChild(IntPtr, IntPtr)

Calls native method adw_clamp_scrollable_set_child.

public static extern void SetChild(IntPtr self, IntPtr child)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

child IntPtr

Transfer ownership: None Nullable: True

SetMaximumSize(IntPtr, int)

Calls native method adw_clamp_scrollable_set_maximum_size.

public static extern void SetMaximumSize(IntPtr self, int maximumSize)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

maximumSize int

Transfer ownership: None Nullable: False

SetTighteningThreshold(IntPtr, int)

Calls native method adw_clamp_scrollable_set_tightening_threshold.

public static extern void SetTighteningThreshold(IntPtr self, int tighteningThreshold)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

tighteningThreshold int

Transfer ownership: None Nullable: False

SetUnit(IntPtr, LengthUnit)

Calls native method adw_clamp_scrollable_set_unit. Version: 1.4

[Version("1.4")]
public static extern void SetUnit(IntPtr self, LengthUnit unit)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

unit LengthUnit

Transfer ownership: None Nullable: False