Table of Contents

Class ColorDialogButton

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

Methods

GetDialog(IntPtr)

Calls native method gtk_color_dialog_button_get_dialog. Version: 4.10

[Version("4.10")]
public static extern IntPtr GetDialog(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetGType()

Calls native function gtk_color_dialog_button_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetRgba(IntPtr)

Calls native method gtk_color_dialog_button_get_rgba. Version: 4.10

[Version("4.10")]
public static extern RGBAUnownedHandle GetRgba(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

RGBAUnownedHandle

Transfer ownership: None Nullable: False

New(IntPtr)

Calls native constructor gtk_color_dialog_button_new. Version: 4.10

[Version("4.10")]
public static extern IntPtr New(IntPtr dialog)

Parameters

dialog IntPtr

Transfer ownership: Full Nullable: True

Returns

IntPtr

Transfer ownership: None Nullable: False

SetDialog(IntPtr, IntPtr)

Calls native method gtk_color_dialog_button_set_dialog. Version: 4.10

[Version("4.10")]
public static extern void SetDialog(IntPtr self, IntPtr dialog)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

dialog IntPtr

Transfer ownership: None Nullable: False

SetRgba(IntPtr, RGBAHandle)

Calls native method gtk_color_dialog_button_set_rgba. Version: 4.10

[Version("4.10")]
public static extern void SetRgba(IntPtr self, RGBAHandle color)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

color RGBAHandle

Transfer ownership: None Nullable: False