Table of Contents

Class ScrolledWindowHandle

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

Constructors

ScrolledWindowHandle(nint, bool)

public ScrolledWindowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ScrolledWindowHandle

Type Parameters

T