#4645 closed bug (invalid)
BAlert example in BeBook typo
Reported by: | NielsE | Owned by: | nielx |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Documentation | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I'm learning how to code a native gui in Haiku when I stumbled on this.
On the page: file:///boot/system/documentation/bebook/BAlert_Overview.html
There is this example: BAlert *myAlert = new BAlert("title", "Save changes to ...")
"Cancel", "Don't save", "Save", B_WIDTH_AS_USUAL, B_OFFSET_SPACING, B_WARNING_ALERT);
But it should be: BAlert *myAlert = new BAlert("title", "Save changes to ...",
"Cancel", "Don't save", "Save", B_WIDTH_AS_USUAL, B_OFFSET_SPACING, B_WARNING_ALERT);
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Yes, this is unfortunately one of the things we cannot change. Thank you for reporting anyway!
Note:
See TracTickets
for help on using tickets.
The bebook is under creative commons by-nc-nd; forgive if I am wrong but I think that means it can't be changed.