Class DragIcon
public class DragIcon
- Inheritance
-
DragIcon
- Inherited Members
Methods
CreateWidgetForValue(ValueHandle)
Calls native function gtk_drag_icon_create_widget_for_value.
public static extern nint CreateWidgetForValue(ValueHandle value)
Parameters
value
ValueHandleTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: Full Nullable: True
GetChild(nint)
Calls native method gtk_drag_icon_get_child.
public static extern nint GetChild(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: None Nullable: True
GetForDrag(nint)
Calls native constructor gtk_drag_icon_get_for_drag.
public static extern nint GetForDrag(nint drag)
Parameters
drag
nintTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: None Nullable: False
GetGType()
Calls native function gtk_drag_icon_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
SetChild(nint, nint)
Calls native method gtk_drag_icon_set_child.
public static extern void SetChild(nint self, nint child)
Parameters
self
nintTransfer ownership: None Nullable: False
child
nintTransfer ownership: None Nullable: True
SetFromPaintable(nint, nint, int, int)
Calls native function gtk_drag_icon_set_from_paintable.
public static extern void SetFromPaintable(nint drag, nint paintable, int hotX, int hotY)