mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
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:
@@ -38,20 +38,21 @@
|
||||
|
||||
|
||||
|
||||
/*
|
||||
x w
|
||||
y+-ccw_head----------------------------------------------+
|
||||
|icon | caption | buttons |header (ccw_head)
|
||||
+-ccw_body----------------------------------------------+
|
||||
|+-obj_content-----------------------------------------+|
|
||||
||+-obj_hint 0----------------------------------------+||body (ccw_body)
|
||||
h||| obj_picon | obj_text ||| |
|
||||
||+---------------------------------------------------+|| +-contents (obj_content)
|
||||
|+-----------------------------------------------------+| |
|
||||
+-------------------------------------------------------+ +-hint 0 (obj_hint) default added with new instance of CHintBox
|
||||
|
|
||||
|
|
||||
+-hint n optional added with addHintItem()
|
||||
/**
|
||||
x width ccw_head [relevant for CHintBox, CMsgBox. not enabled in CHint class]
|
||||
+ y +---------------------------------------------------------------+/
|
||||
|[icon]| caption |[context buttons]|
|
||||
+===============================================================+ timeout_pb
|
||||
| + W_FRAME (w_indentation)-----------------------------------+ |
|
||||
| | | |
|
||||
height | | [picon] [text] | | ccw_body > container for info box object
|
||||
| | i n f o b o x (added with addHintItem() | |/
|
||||
| | | |
|
||||
| +-----------------------------------------------------------+ | ccw_footer with buttons [relevant for CMsgBox, not enabled in CHintBox and CHint classes]
|
||||
+ +---------------------------------------------------------------+/
|
||||
| <ok> <yes> <no> <cancel> <back> ... |
|
||||
+ +---------------------------------------------------------------+
|
||||
|
||||
*/
|
||||
|
||||
using namespace std;
|
||||
|
Reference in New Issue
Block a user