entry: Expand the css node docs

Mention the context menu.
This commit is contained in:
Matthias Clasen 2016-01-18 10:52:26 -05:00
parent 07eda5920f
commit b08fe985cc

View File

@ -123,7 +123,8 @@
* image.left * image.left
* image.right * image.right
* [selection] * [selection]
* [progress[.pulse]] * [progress[.pulse]]
* [window.popup]
* ]| * ]|
* *
* GtkEntry has a main node with the name entry. Depending on the properties * GtkEntry has a main node with the name entry. Depending on the properties
@ -138,6 +139,8 @@
* When the entry shows progress, it adds a subnode with the name progress. * When the entry shows progress, it adds a subnode with the name progress.
* The node has the style class .pulse when the shown progress is pulsing. * The node has the style class .pulse when the shown progress is pulsing.
* *
* The CSS node for a context menu is added as a subnode below entry as well.
*
* When touch is used and touch selection handles are shown, they are using * When touch is used and touch selection handles are shown, they are using
* CSS nodes with name cursor-handle. They get the .top or .bottom style class * CSS nodes with name cursor-handle. They get the .top or .bottom style class
* depending on where they are shown in relation to the selection. If there is * depending on where they are shown in relation to the selection. If there is