Use array-like syntax for styles, file filters

These are now pseudo-properties with brackets around the array items,
for consistency with more familiar languages.
This commit is contained in:
James Westman 2021-11-12 09:26:41 -06:00
parent ebfa72d94f
commit f8478adf3a
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
5 changed files with 15 additions and 10 deletions

View file

@ -199,7 +199,7 @@ Basic Usage
.. code-block::
Gtk.Label {
style "dim-label", "title";
styles: ["dim-label", "title"];
}