Class CompletionCell
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
IntPtrTransfer 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
IntPtrTransfer 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
IntPtrTransfer ownership: None Nullable: False
gicon
IntPtrTransfer 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
IntPtrTransfer ownership: None Nullable: False
iconName
NonNullableUtf8StringHandleTransfer 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
IntPtrTransfer ownership: None Nullable: False
markup
NonNullableUtf8StringHandleTransfer 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
IntPtrTransfer ownership: None Nullable: False
paintable
IntPtrTransfer 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
IntPtrTransfer ownership: None Nullable: False
text
NullableUtf8StringHandleTransfer 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
IntPtrTransfer ownership: None Nullable: False
text
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False
attrs
AttrListHandleTransfer 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)