File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,15 @@ MENU structure of the submenu
46
46
created for a menu entry, though up to (!I)four(!i) levels are supported. The
47
47
number of submenus per menu is restricted to 64.
48
48
49
+ If a menu item is expected to have a submenu attachment, the G_STRING must be
50
+ padded with blanks to the width of the menu.
51
+
52
+ Attaching a submenu to a menu item is done by calling menu_attach(). A submenu
53
+ is associated to a menu item by placing a right arrow two characters in front
54
+ of the right edge. Any character at that location will be overwritten.
55
+
56
+ When detaching a submenu the right arrow will be overwritten with a blank.
57
+
49
58
The (!I)ob_x(!i) and (!I)ob_y(!i) fields of the root object should always be set
50
59
to 0 before making a menu_attach call.
51
60
You can’t perform that action at this time.
0 commit comments