Skip to content

Commit

Permalink
Documentation|libappfw: Added note about fold panel contents
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 30, 2014
1 parent aae1411 commit 4582b78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doomsday/libappfw/include/de/widgets/foldpanelwidget.h
Expand Up @@ -30,8 +30,11 @@ namespace de {
* You should first set the container of the folding panel with setContent(). This
* ensures that widgets added to the panel use the appropriate stylist.
*
* When dismissed, the panel contents are GL-deinitialized and removed from the widget
* tree entirely.
* When the fold is closed, the panel contents are GL-deinitialized and removed from the
* widget tree entirely.
*
* @note When the fold is closed, the content widget receives no update() notifications
* or events because it is not part of the widget tree.
*
* If needed, FoldPanelWidget can create a title button for toggling the panel open and
* closed. It is the user's responsibility to lay out this button appropriately.
Expand Down

0 comments on commit 4582b78

Please sign in to comment.