Table of Contents

Class StyleHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class StyleHandle : ObjectHandle, IDisposable
Inheritance
StyleHandle
Implements
Inherited Members

Constructors

StyleHandle(nint, bool)

public StyleHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

StyleHandle

Type Parameters

T