Table of Contents

Class NotebookPageHandle

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

Constructors

NotebookPageHandle(nint, bool)

public NotebookPageHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

NotebookPageHandle

Type Parameters

T