Table of Contents

Class DragIcon

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class DragIcon
Inheritance
DragIcon
Inherited Members

Methods

CreateWidgetForValue(ValueHandle)

Calls native function gtk_drag_icon_create_widget_for_value.

public static extern IntPtr CreateWidgetForValue(ValueHandle value)

Parameters

value ValueHandle

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: True

GetChild(IntPtr)

Calls native method gtk_drag_icon_get_child.

public static extern IntPtr GetChild(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetForDrag(IntPtr)

Calls native function gtk_drag_icon_get_for_drag.

public static extern IntPtr GetForDrag(IntPtr drag)

Parameters

drag IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

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(IntPtr, IntPtr)

Calls native method gtk_drag_icon_set_child.

public static extern void SetChild(IntPtr self, IntPtr child)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

child IntPtr

Transfer ownership: None Nullable: True

SetFromPaintable(IntPtr, IntPtr, int, int)

Calls native function gtk_drag_icon_set_from_paintable.

public static extern void SetFromPaintable(IntPtr drag, IntPtr paintable, int hotX, int hotY)

Parameters

drag IntPtr

Transfer ownership: None Nullable: False

paintable IntPtr

Transfer ownership: None Nullable: False

hotX int

Transfer ownership: None Nullable: False

hotY int

Transfer ownership: None Nullable: False