Opened 10 years ago
Closed 9 years ago
#3012 closed Feature Request (Completed)
GUISetFont - no default value for parameter: attribute
Reported by: | mLipok | Owned by: | Jpm |
---|---|---|---|
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 Changed 10 years ago by mLipok
comment:2 Changed 10 years ago by BrewManNH
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 Changed 9 years ago by Jpm
- Milestone set to 3.3.13.21
- Owner set to Jpm
- Resolution set to Completed
- Status changed from new to closed
Added by revision [11334] in version: 3.3.13.21
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
I forgot to add some additional request:
Please consider making appropriate changes.