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