headerbar: Add example image

This commit is contained in:
Matthias Clasen 2021-02-27 18:19:32 -05:00 committed by Emmanuele Bassi
parent d65a98f828
commit 6ab8ca4669

View File

@ -42,6 +42,8 @@
* *
* `GtkHeaderBar` is a widget for creating custom title bars for windows. * `GtkHeaderBar` is a widget for creating custom title bars for windows.
* *
* ![An example GtkHeaderBar](headerbar.png)
*
* `GtkHeaderBar` is similar to a horizontal `GtkCenterBox`. It allows * `GtkHeaderBar` is similar to a horizontal `GtkCenterBox`. It allows
* children to be placed at the start or the end. In addition, it allows * children to be placed at the start or the end. In addition, it allows
* the window title to be displayed. The title will be centered with respect * the window title to be displayed. The title will be centered with respect