Class WindowHandle
public class WindowHandle : WidgetHandle, IDisposable
- Inheritance
-
WindowHandle
- Implements
- Derived
- Inherited Members
Constructors
WindowHandle(nint, bool)
public WindowHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static WindowHandle For<T>(ConstructArgument[] constructArguments) where T : Window, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T
GetChild(nint)
Calls native method gtk_window_handle_get_child.
public static extern nint GetChild(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: None Nullable: True
GetGType()
Calls native function gtk_window_handle_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New()
Calls native constructor gtk_window_handle_new.
public static extern nint New()
Returns
- nint
Transfer ownership: None Nullable: False
SetChild(nint, nint)
Calls native method gtk_window_handle_set_child.
public static extern void SetChild(nint self, nint child)