Class ActionRow
public class ActionRow
- Inheritance
-
ActionRow
- Inherited Members
Methods
Activate(IntPtr)
Calls native method adw_action_row_activate.
public static extern void Activate(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
AddPrefix(IntPtr, IntPtr)
Calls native method adw_action_row_add_prefix.
public static extern void AddPrefix(IntPtr self, IntPtr widget)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
widget
IntPtrTransfer ownership: None Nullable: False
AddSuffix(IntPtr, IntPtr)
Calls native method adw_action_row_add_suffix.
public static extern void AddSuffix(IntPtr self, IntPtr widget)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
widget
IntPtrTransfer ownership: None Nullable: False
GetActivatableWidget(IntPtr)
Calls native method adw_action_row_get_activatable_widget.
public static extern IntPtr GetActivatableWidget(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: True
GetGType()
Calls native function adw_action_row_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetIconName(IntPtr)
Calls native method adw_action_row_get_icon_name.
public static extern NullableUtf8StringUnownedHandle GetIconName(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: True
GetSubtitle(IntPtr)
Calls native method adw_action_row_get_subtitle.
public static extern NullableUtf8StringUnownedHandle GetSubtitle(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: True
GetSubtitleLines(IntPtr)
Calls native method adw_action_row_get_subtitle_lines.
public static extern int GetSubtitleLines(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- int
Transfer ownership: None Nullable: False
GetSubtitleSelectable(IntPtr)
Calls native method adw_action_row_get_subtitle_selectable. Version: 1.3
[Version("1.3")]
public static extern bool GetSubtitleSelectable(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetTitleLines(IntPtr)
Calls native method adw_action_row_get_title_lines.
public static extern int GetTitleLines(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- int
Transfer ownership: None Nullable: False
New()
Calls native constructor adw_action_row_new.
public static extern IntPtr New()
Returns
- IntPtr
Transfer ownership: None Nullable: False
Remove(IntPtr, IntPtr)
Calls native method adw_action_row_remove.
public static extern void Remove(IntPtr self, IntPtr widget)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
widget
IntPtrTransfer ownership: None Nullable: False
SetActivatableWidget(IntPtr, IntPtr)
Calls native method adw_action_row_set_activatable_widget.
public static extern void SetActivatableWidget(IntPtr self, IntPtr widget)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
widget
IntPtrTransfer ownership: None Nullable: True
SetIconName(IntPtr, NullableUtf8StringHandle)
Calls native method adw_action_row_set_icon_name.
public static extern void SetIconName(IntPtr self, NullableUtf8StringHandle iconName)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
iconName
NullableUtf8StringHandleTransfer ownership: None Nullable: True
SetSubtitle(IntPtr, NonNullableUtf8StringHandle)
Calls native method adw_action_row_set_subtitle.
public static extern void SetSubtitle(IntPtr self, NonNullableUtf8StringHandle subtitle)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
subtitle
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False
SetSubtitleLines(IntPtr, int)
Calls native method adw_action_row_set_subtitle_lines.
public static extern void SetSubtitleLines(IntPtr self, int subtitleLines)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
subtitleLines
intTransfer ownership: None Nullable: False
SetSubtitleSelectable(IntPtr, bool)
Calls native method adw_action_row_set_subtitle_selectable. Version: 1.3
[Version("1.3")]
public static extern void SetSubtitleSelectable(IntPtr self, bool subtitleSelectable)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
subtitleSelectable
boolTransfer ownership: None Nullable: False
SetTitleLines(IntPtr, int)
Calls native method adw_action_row_set_title_lines.
public static extern void SetTitleLines(IntPtr self, int titleLines)