Table of Contents

Class CellRendererProgressHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class CellRendererProgressHandle : CellRendererHandle, IDisposable
Inheritance
CellRendererProgressHandle
Implements
Inherited Members

Constructors

CellRendererProgressHandle(nint, bool)

public CellRendererProgressHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static CellRendererProgressHandle For<T>(ConstructArgument[] constructArguments) where T : CellRendererProgress, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

CellRendererProgressHandle

Type Parameters

T