FileChooserButton: Document the CSS nodes & class

The only glancing mention of this we had was that GtkButton mentioned it
in passing when discussing how `button` could get contextual classes.
This commit is contained in:
Daniel Boles 2019-06-20 20:51:13 +01:00
parent 17ec9ee4af
commit c6b16fbbfa

View File

@ -96,6 +96,11 @@
* > gtk_file_chooser_button_set_width_chars(), or pack the button in
* > such a way that other interface elements give space to the
* > widget.
*
* # CSS nodes
*
* GtkFileChooserButton has a CSS node with name filechooserbutton, containing
* a subnode for the internal button with name button and style class .file.
*/