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