forked from AuroraMiddleware/gtk
searchbar: Fix documentation mishap
The css section was inserted between the example and the sentence referring to it.
This commit is contained in:
parent
6161168706
commit
295454d1bd
@ -64,6 +64,10 @@
|
||||
* The following example shows you how to create a more complex search
|
||||
* entry.
|
||||
*
|
||||
* ## Creating a search bar
|
||||
*
|
||||
* [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/search-bar.c)
|
||||
*
|
||||
* # CSS nodes
|
||||
*
|
||||
* |[<!-- language="plain" -->
|
||||
@ -79,10 +83,6 @@
|
||||
* CSS node of the child widget as well as an optional button node which gets the .close
|
||||
* style class applied.
|
||||
*
|
||||
* ## Creating a search bar
|
||||
*
|
||||
* [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/search-bar.c)
|
||||
*
|
||||
* # Accessibility
|
||||
*
|
||||
* GtkSearchBar uses the %GTK_ACCESSIBLE_ROLE_SEARCH role.
|
||||
|
Loading…
Reference in New Issue
Block a user