Table of Contents

Class ProgressBarHandle

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

Constructors

ProgressBarHandle(nint, bool)

public ProgressBarHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ProgressBarHandle

Type Parameters

T