ViewSwitcherTitle
Object Hierarchy:
Adw.ViewSwitcherTitle
Adw.ViewSwitcherTitle
Adw.ViewSwitcherTitle
Gtk.Widget
Gtk.Widget
Gtk.Widget->Adw.ViewSwitcherTitle
GLib.InitiallyUnowned
GLib.InitiallyUnowned
GLib.InitiallyUnowned->Gtk.Widget
GLib.Object
GLib.Object
GLib.Object->GLib.InitiallyUnowned
Gtk.Accessible
Gtk.Accessible
Gtk.Accessible->Adw.ViewSwitcherTitle
Gtk.Accessible->Gtk.Widget
Gtk.Buildable
Gtk.Buildable
Gtk.Buildable->Adw.ViewSwitcherTitle
Gtk.Buildable->Gtk.Widget
Gtk.ConstraintTarget
Gtk.ConstraintTarget
Gtk.ConstraintTarget->Adw.ViewSwitcherTitle
Gtk.ConstraintTarget->Gtk.Widget
Description:
[ CCode ( type_id = "adw_view_switcher_title_get_type ()" ) ] [ Version ( since = "1.0" ) ]public sealed class ViewSwitcherTitle : Widget , Accessible , Buildable , ConstraintTarget
A view switcher title.
<picture> <source srcset="view-switcher-title-dark.png" media="(prefers-color-scheme: dark)"> <img
src="view-switcher-title.png" alt="view-switcher-title"> </picture>
A widget letting you switch between multiple views contained by a [class@ViewStack] via an [class@ViewSwitcher].
It is designed to be used as the title widget of a [class@HeaderBar], and will display the window's title when the window is too narrow
to fit the view switcher e.g. on mobile phones, or if there are less than two views.
In order to center the title in narrow windows, the header bar should have [property@HeaderBar:centering-policy] set to
`ADW_CENTERING_POLICY_STRICT`.
`AdwViewSwitcherTitle` is intended to be used together with [class@ViewSwitcherBar].
A common use case is to bind the [property@ViewSwitcherBar:reveal] property to [property@ViewSwitcherTitle:title-visible] to
automatically reveal the view switcher bar when the title label is displayed in place of the view switcher, as follows:
```xml <object class="GtkWindow"> <property name="titlebar"> <object class="AdwHeaderBar"> <property
name="centering-policy">strict</property> <property name="title-widget"> <object class="AdwViewSwitcherTitle"
id="title"> <property name="stack">stack</property> </object> </child> </object> </property>
<property> <object class="GtkBox"> <property name="orientation">vertical</property> <child> <object
class="AdwViewStack" id="stack"/> </child> <child> <object class="AdwViewSwitcherBar"> <property name="stack"
>stack</property> <binding name="reveal"> <lookup name="title-visible">title</lookup> </binding> <
/object> </child> </object> </property> </object> ```
CSS nodes
`AdwViewSwitcherTitle` has a single CSS node with name `viewswitchertitle`.
Content:
Properties:
public ViewStack stack { get ; set ; }
The stack the view switcher controls.
public string subtitle { get ; set ; }
The subtitle to display.
public string title { get ; set ; }
The title to display.
public bool title_visible { get ; }
Whether the title is currently visible.
public bool view_switcher_enabled { get ; set ; }
Whether the view switcher is enabled.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface Gtk.Accessible
accessible_role
get_accessible_role
reset_property
reset_relation
reset_state
update_property
update_property_value
update_relation
update_relation_value
update_state
update_state_value
All known members inherited from interface Gtk.Buildable
add_child
custom_finished
custom_tag_end
custom_tag_start
get_buildable_id
get_id
get_internal_child
parser_finished
set_buildable_property
set_id