Modify ↓
#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:2 by , on Apr 20, 2015 at 6:33:33 PM
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 , on Jul 1, 2015 at 11:57:20 AM
| Milestone: | → 3.3.13.21 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [11334] in version: 3.3.13.21
Note:
See TracTickets
for help on using tickets.

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