Table of Contents

Class SeparatorHandle

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

Constructors

SeparatorHandle(nint, bool)

public SeparatorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SeparatorHandle

Type Parameters

T