Class WindowHandle
public class WindowHandle
- Inheritance
-
WindowHandle
- Inherited Members
Methods
GetChild(IntPtr)
Calls native method gtk_window_handle_get_child.
public static extern IntPtr GetChild(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
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 IntPtr New()
Returns
- IntPtr
Transfer ownership: None Nullable: False
SetChild(IntPtr, IntPtr)
Calls native method gtk_window_handle_set_child.
public static extern void SetChild(IntPtr self, IntPtr child)