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