Class TextHandle
public class TextHandle : WidgetHandle, IDisposable
- Inheritance
-
TextHandle
- Implements
- Inherited Members
Constructors
TextHandle(nint, bool)
public TextHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static TextHandle For<T>(ConstructArgument[] constructArguments) where T : Text, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T