[ CCode ( type_id = "hdy_title_bar_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "1.4" , since = "1.0" ) ]
public class TitleBar : Bin, Implementor, Buildable
Warning: TitleBar is deprecated since 1.4.
A simple title bar container.
`HdyTitleBar` is meant to be used as the top-level widget of your window's title bar. It will be drawn with the same style as a [ class@Gtk.HeaderBar] but it won't force a widget layout on you: you can put whatever widget you want in it, including a [ class@Gtk.HeaderBar].
`HdyTitleBar` becomes really useful when you want to animate header bars, like an adaptive application using [class@Leaflet] would do.
`HdyTitleBar` has been deprecated, header bars can be animated without it when placed inside [class@Window] or [class@ApplicationWindow].
`HdyTitleBar` has a single CSS node with name `headerbar`.