Class ColorDialogButton
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
IntPtrTransfer 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
IntPtrTransfer 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
IntPtrTransfer 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
IntPtrTransfer ownership: None Nullable: False
dialog
IntPtrTransfer 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
IntPtrTransfer ownership: None Nullable: False
color
RGBAHandleTransfer ownership: None Nullable: False