notebook: Document the .dnd style class

We should aim to document all style classes that themes
can encounter during the normal operation of a widget.
This commit is contained in:
Matthias Clasen 2016-01-13 00:24:40 -05:00
parent ea4cff1ea4
commit 93aac8a86c

View File

@ -135,6 +135,8 @@
* The header node gets one of the style class .top, .bottom,
* .left or .right, depending on where the tabs are placed. For
* reorderable pages, the tab node gets the .reorderable-page class.
*
* A tab node gets the .dnd style class while it is moved with drag-and-drop.
*/