Opened 12 years ago
Closed 10 years ago
#9568 closed enhancement (no change required)
Method Docs for Show/Hide/IsHidden in View
Reported by: | apl-haiku | Owned by: | jscipione |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Documentation | Version: | R1/alpha4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This patch adds some basic comments to the BView class documentation for Show, Hide and IsHidden.
Attachments (1)
Change History (6)
by , 12 years ago
Attachment: | showhideviewdocs-24mar2013.patch added |
---|
comment:1 by , 12 years ago
patch: | 0 → 1 |
---|
comment:2 by , 12 years ago
comment:5 by , 10 years ago
Resolution: | → no change required |
---|---|
Status: | assigned → closed |
Sorry, these methods were documented in the meantime.
Note:
See TracTickets
for help on using tickets.
I'm not sure we should be so explicit in describing how these are implemented. This is a detail which could change in the future and really is internal to the class.
It might be better to mimic the BeBook slightly and just say that views start visible and that multiple calls to Show() or Hide() must be matched with the opposite call the same number of times.