mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +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
|
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;
|
||||||
|
Reference in New Issue
Block a user