diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-28 22:51:56 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-28 22:52:01 +0200 |
| commit | 2dc7ae8edbf9ac49116e9148abd23e585ab9d913 (patch) | |
| tree | 4a90c76b812788f9b0231e9e30ee36f2b915a68c /fluid/README_fl.txt | |
| parent | 961d9ee71901306435a0126ca9c06d49f910857b (diff) | |
FLUID: Changes uid to hexadecimal in project file
for constancy with the code file
Diffstat (limited to 'fluid/README_fl.txt')
| -rw-r--r-- | fluid/README_fl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/README_fl.txt b/fluid/README_fl.txt index a5e4a1749..f302d9da2 100644 --- a/fluid/README_fl.txt +++ b/fluid/README_fl.txt @@ -377,7 +377,7 @@ See Fl_Grid for an example. Type Fl_Type <word> - "uid" <word> : since Oct 2023, optional, a unique id for this node within the project file + "uid" <4-digit-hex> : since Oct 2023, optional, a unique id for this node within the project file “label” <word> : text “user_data” <word> : a value or an expression “user_data_type” <word> : usually “void*” or “long” |
