Opened 11 years ago
Closed 11 years ago
#3012 closed Feature Request (Completed)
GUISetFont - no default value for parameter: attribute
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.13.21 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
In HelpFile documentation there is lack of information about the default value for the parameter: attribute
Attachments (0)
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
There is no value for the default, I would assume in this case the default value would be zero, meaning no attribute set. There's no constant to put in that parameter in the GUIConstantsEX.au3 file. We'd have to use a made up constant name if zero wasn't sufficient for there, which sort of goes against using the defined variables that the Windows API uses. But that decision is above my paygrade, and I'd just use the Default keyword, or zero.
comment:3 by , 11 years ago
| Milestone: | → 3.3.13.21 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [11334] in version: 3.3.13.21

I forgot to add some additional request:
Please consider making appropriate changes.