Table of Contents

Class CompletionCell

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class CompletionCell
Inheritance
CompletionCell
Inherited Members

Methods

GetColumn(IntPtr)

Calls native method gtk_source_completion_cell_get_column.

public static extern CompletionColumn GetColumn(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

CompletionColumn

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_source_completion_cell_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetWidget(IntPtr)

Calls native method gtk_source_completion_cell_get_widget.

public static extern IntPtr GetWidget(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

SetGicon(IntPtr, IntPtr)

Calls native method gtk_source_completion_cell_set_gicon.

public static extern void SetGicon(IntPtr self, IntPtr gicon)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

gicon IntPtr

Transfer ownership: None Nullable: False

SetIconName(IntPtr, NonNullableUtf8StringHandle)

Calls native method gtk_source_completion_cell_set_icon_name.

public static extern void SetIconName(IntPtr self, NonNullableUtf8StringHandle iconName)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

iconName NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

SetMarkup(IntPtr, NonNullableUtf8StringHandle)

Calls native method gtk_source_completion_cell_set_markup.

public static extern void SetMarkup(IntPtr self, NonNullableUtf8StringHandle markup)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

markup NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

SetPaintable(IntPtr, IntPtr)

Calls native method gtk_source_completion_cell_set_paintable.

public static extern void SetPaintable(IntPtr self, IntPtr paintable)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

paintable IntPtr

Transfer ownership: None Nullable: False

SetText(IntPtr, NullableUtf8StringHandle)

Calls native method gtk_source_completion_cell_set_text.

public static extern void SetText(IntPtr self, NullableUtf8StringHandle text)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

text NullableUtf8StringHandle

Transfer ownership: None Nullable: True

SetTextWithAttributes(IntPtr, NonNullableUtf8StringHandle, AttrListHandle)

Calls native method gtk_source_completion_cell_set_text_with_attributes.

public static extern void SetTextWithAttributes(IntPtr self, NonNullableUtf8StringHandle text, AttrListHandle attrs)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

text NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

attrs AttrListHandle

Transfer ownership: None Nullable: False

SetWidget(IntPtr, IntPtr)

Calls native method gtk_source_completion_cell_set_widget.

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

Parameters

self IntPtr

Transfer ownership: None Nullable: False

child IntPtr

Transfer ownership: None Nullable: False