CHintBox: update ascII scheme

Origin commit data
------------------
Commit: 27905b9acf
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-12 (Sat, 12 Nov 2016)
This commit is contained in:
2016-11-12 14:51:18 +01:00
parent 527a5ad046
commit 5bb70ba9e9

View File

@@ -38,20 +38,21 @@
/* /**
x w x width ccw_head [relevant for CHintBox, CMsgBox. not enabled in CHint class]
y+-ccw_head----------------------------------------------+ + y +---------------------------------------------------------------+/
|icon | caption | buttons |header (ccw_head) |[icon]| caption |[context buttons]|
+-ccw_body----------------------------------------------+ +===============================================================+ timeout_pb
|+-obj_content-----------------------------------------+| | + W_FRAME (w_indentation)-----------------------------------+ |
||+-obj_hint 0----------------------------------------+||body (ccw_body) | | | |
h||| obj_picon | obj_text ||| | height | | [picon] [text] | | ccw_body > container for info box object
||+---------------------------------------------------+|| +-contents (obj_content) | | i n f o b o x (added with addHintItem() | |/
|+-----------------------------------------------------+| | | | | |
+-------------------------------------------------------+ +-hint 0 (obj_hint) default added with new instance of CHintBox | +-----------------------------------------------------------+ | ccw_footer with buttons [relevant for CMsgBox, not enabled in CHintBox and CHint classes]
| + +---------------------------------------------------------------+/
| | <ok> <yes> <no> <cancel> <back> ... |
+-hint n optional added with addHintItem() + +---------------------------------------------------------------+
*/ */
using namespace std; using namespace std;