Table of Contents

Class NotebookHandle

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

Constructors

NotebookHandle(nint, bool)

public NotebookHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

NotebookHandle

Type Parameters

T