mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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, and even that's not relevant in master anymore... so drop it from there.
This commit is contained in:
parent
1420408858
commit
a03e531772
@ -46,8 +46,8 @@
|
|||||||
* can be made round by adding the .circular style class.
|
* can be made round by adding the .circular style class.
|
||||||
*
|
*
|
||||||
* Button-like widgets like #GtkToggleButton, #GtkMenuButton, #GtkVolumeButton,
|
* Button-like widgets like #GtkToggleButton, #GtkMenuButton, #GtkVolumeButton,
|
||||||
* #GtkLockButton, #GtkColorButton, #GtkFontButton or #GtkFileChooserButton use
|
* #GtkLockButton, #GtkColorButton or #GtkFontButton use style classes such as
|
||||||
* style classes such as .toggle, .popup, .scale, .lock, .color, .file
|
* .toggle, .popup, .scale, .lock, .color on the button node
|
||||||
* to differentiate themselves from a plain GtkButton.
|
* to differentiate themselves from a plain GtkButton.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -96,6 +96,10 @@
|
|||||||
* > gtk_file_chooser_button_set_width_chars(), or pack the button in
|
* > gtk_file_chooser_button_set_width_chars(), or pack the button in
|
||||||
* > such a way that other interface elements give space to the
|
* > such a way that other interface elements give space to the
|
||||||
* > widget.
|
* > widget.
|
||||||
|
*
|
||||||
|
* # CSS nodes
|
||||||
|
*
|
||||||
|
* GtkFileChooserButton has a single CSS node with the name “filechooserbutton”.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user