Class TabPage
public class TabPage
- Inheritance
-
TabPage
- Inherited Members
Methods
GetChild(IntPtr)
Calls native method adw_tab_page_get_child.
public static extern IntPtr GetChild(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: False
GetGType()
Calls native function adw_tab_page_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetIcon(IntPtr)
Calls native method adw_tab_page_get_icon.
public static extern IntPtr GetIcon(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: True
GetIndicatorActivatable(IntPtr)
Calls native method adw_tab_page_get_indicator_activatable.
public static extern bool GetIndicatorActivatable(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetIndicatorIcon(IntPtr)
Calls native method adw_tab_page_get_indicator_icon.
public static extern IntPtr GetIndicatorIcon(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: True
GetIndicatorTooltip(IntPtr)
Calls native method adw_tab_page_get_indicator_tooltip. Version: 1.2
[Version("1.2")]
public static extern NonNullableUtf8StringUnownedHandle GetIndicatorTooltip(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NonNullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: False
GetKeyword(IntPtr)
Calls native method adw_tab_page_get_keyword. Version: 1.3
[Version("1.3")]
public static extern NullableUtf8StringUnownedHandle GetKeyword(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: True
GetLiveThumbnail(IntPtr)
Calls native method adw_tab_page_get_live_thumbnail. Version: 1.3
[Version("1.3")]
public static extern bool GetLiveThumbnail(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetLoading(IntPtr)
Calls native method adw_tab_page_get_loading.
public static extern bool GetLoading(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetNeedsAttention(IntPtr)
Calls native method adw_tab_page_get_needs_attention.
public static extern bool GetNeedsAttention(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetParent(IntPtr)
Calls native method adw_tab_page_get_parent.
public static extern IntPtr GetParent(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: True
GetPinned(IntPtr)
Calls native method adw_tab_page_get_pinned.
public static extern bool GetPinned(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetSelected(IntPtr)
Calls native method adw_tab_page_get_selected.
public static extern bool GetSelected(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetThumbnailXalign(IntPtr)
Calls native method adw_tab_page_get_thumbnail_xalign. Version: 1.3
[Version("1.3")]
public static extern float GetThumbnailXalign(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- float
Transfer ownership: None Nullable: False
GetThumbnailYalign(IntPtr)
Calls native method adw_tab_page_get_thumbnail_yalign. Version: 1.3
[Version("1.3")]
public static extern float GetThumbnailYalign(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- float
Transfer ownership: None Nullable: False
GetTitle(IntPtr)
Calls native method adw_tab_page_get_title.
public static extern NonNullableUtf8StringUnownedHandle GetTitle(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NonNullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: False
GetTooltip(IntPtr)
Calls native method adw_tab_page_get_tooltip.
public static extern NullableUtf8StringUnownedHandle GetTooltip(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: True
InvalidateThumbnail(IntPtr)
Calls native method adw_tab_page_invalidate_thumbnail. Version: 1.3
[Version("1.3")]
public static extern void InvalidateThumbnail(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
SetIcon(IntPtr, IntPtr)
Calls native method adw_tab_page_set_icon.
public static extern void SetIcon(IntPtr self, IntPtr icon)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
icon
IntPtrTransfer ownership: None Nullable: True
SetIndicatorActivatable(IntPtr, bool)
Calls native method adw_tab_page_set_indicator_activatable.
public static extern void SetIndicatorActivatable(IntPtr self, bool activatable)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
activatable
boolTransfer ownership: None Nullable: False
SetIndicatorIcon(IntPtr, IntPtr)
Calls native method adw_tab_page_set_indicator_icon.
public static extern void SetIndicatorIcon(IntPtr self, IntPtr indicatorIcon)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
indicatorIcon
IntPtrTransfer ownership: None Nullable: True
SetIndicatorTooltip(IntPtr, NonNullableUtf8StringHandle)
Calls native method adw_tab_page_set_indicator_tooltip. Version: 1.2
[Version("1.2")]
public static extern void SetIndicatorTooltip(IntPtr self, NonNullableUtf8StringHandle tooltip)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
tooltip
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False
SetKeyword(IntPtr, NonNullableUtf8StringHandle)
Calls native method adw_tab_page_set_keyword. Version: 1.3
[Version("1.3")]
public static extern void SetKeyword(IntPtr self, NonNullableUtf8StringHandle keyword)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
keyword
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False
SetLiveThumbnail(IntPtr, bool)
Calls native method adw_tab_page_set_live_thumbnail. Version: 1.3
[Version("1.3")]
public static extern void SetLiveThumbnail(IntPtr self, bool liveThumbnail)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
liveThumbnail
boolTransfer ownership: None Nullable: False
SetLoading(IntPtr, bool)
Calls native method adw_tab_page_set_loading.
public static extern void SetLoading(IntPtr self, bool loading)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
loading
boolTransfer ownership: None Nullable: False
SetNeedsAttention(IntPtr, bool)
Calls native method adw_tab_page_set_needs_attention.
public static extern void SetNeedsAttention(IntPtr self, bool needsAttention)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
needsAttention
boolTransfer ownership: None Nullable: False
SetThumbnailXalign(IntPtr, float)
Calls native method adw_tab_page_set_thumbnail_xalign. Version: 1.3
[Version("1.3")]
public static extern void SetThumbnailXalign(IntPtr self, float xalign)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
xalign
floatTransfer ownership: None Nullable: False
SetThumbnailYalign(IntPtr, float)
Calls native method adw_tab_page_set_thumbnail_yalign. Version: 1.3
[Version("1.3")]
public static extern void SetThumbnailYalign(IntPtr self, float yalign)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
yalign
floatTransfer ownership: None Nullable: False
SetTitle(IntPtr, NonNullableUtf8StringHandle)
Calls native method adw_tab_page_set_title.
public static extern void SetTitle(IntPtr self, NonNullableUtf8StringHandle title)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
title
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False
SetTooltip(IntPtr, NonNullableUtf8StringHandle)
Calls native method adw_tab_page_set_tooltip.
public static extern void SetTooltip(IntPtr self, NonNullableUtf8StringHandle tooltip)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
tooltip
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False