Table of Contents

Class Spinner

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class Spinner
Inheritance
Spinner
Inherited Members

Methods

GetGType()

Calls native function gtk_spinner_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetSpinning(IntPtr)

Calls native method gtk_spinner_get_spinning.

public static extern bool GetSpinning(IntPtr spinner)

Parameters

spinner IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

New()

Calls native constructor gtk_spinner_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: None Nullable: False

SetSpinning(IntPtr, bool)

Calls native method gtk_spinner_set_spinning.

public static extern void SetSpinning(IntPtr spinner, bool spinning)

Parameters

spinner IntPtr

Transfer ownership: None Nullable: False

spinning bool

Transfer ownership: None Nullable: False

Start(IntPtr)

Calls native method gtk_spinner_start.

public static extern void Start(IntPtr spinner)

Parameters

spinner IntPtr

Transfer ownership: None Nullable: False

Stop(IntPtr)

Calls native method gtk_spinner_stop.

public static extern void Stop(IntPtr spinner)

Parameters

spinner IntPtr

Transfer ownership: None Nullable: False