Class ViewSwitcherBar
public class ViewSwitcherBar
- Inheritance
-
ViewSwitcherBar
- Inherited Members
Methods
GetGType()
Calls native function adw_view_switcher_bar_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetReveal(nint)
Calls native method adw_view_switcher_bar_get_reveal.
public static extern bool GetReveal(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetStack(nint)
Calls native method adw_view_switcher_bar_get_stack.
public static extern nint GetStack(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: None Nullable: True
New()
Calls native constructor adw_view_switcher_bar_new.
public static extern nint New()
Returns
- nint
Transfer ownership: None Nullable: False
SetReveal(nint, bool)
Calls native method adw_view_switcher_bar_set_reveal.
public static extern void SetReveal(nint self, bool reveal)
Parameters
self
nintTransfer ownership: None Nullable: False
reveal
boolTransfer ownership: None Nullable: False
SetStack(nint, nint)
Calls native method adw_view_switcher_bar_set_stack.
public static extern void SetStack(nint self, nint stack)