Table of Contents

Class CellRendererAccelHandle

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

Constructors

CellRendererAccelHandle(nint, bool)

public CellRendererAccelHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CellRendererAccelHandle

Type Parameters

T