X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_driver.3x.html;h=05c605c81e52532534bceff7524c1758cb311fd6;hp=c592699410610e5a88c75d7050aa0f0bb0012a4c;hb=77afe78361875f531dc2bf8d73f2e781c8e76176;hpb=40cf934fff2d2790c060619e3a29bd54c20994b0 diff --git a/doc/html/man/menu_driver.3x.html b/doc/html/man/menu_driver.3x.html index c5926994..05c605c8 100644 --- a/doc/html/man/menu_driver.3x.html +++ b/doc/html/man/menu_driver.3x.html @@ -119,8 +119,8 @@ Clear the menu pattern buffer. REQ_BACK_PATTERN - Delete the previous character from the pattern - buffer. + Delete the previous character from the pattern buf- + fer. REQ_NEXT_MATCH Move to the next item matching the pattern match. @@ -128,20 +128,20 @@ REQ_PREV_MATCH Move to the previous item matching the pattern match. - If the second argument is a printable character, the code - appends it to the pattern buffer and attempts to move to - the next item matching the new pattern. If there is no + If the second argument is a printable character, the code + appends it to the pattern buffer and attempts to move to + the next item matching the new pattern. If there is no such match, menu_driver returns E_NO_MATCH and deletes the appended character from the buffer. - If the second argument is one of the above pre-defined + If the second argument is one of the above pre-defined requests, the corresponding action is performed. MOUSE HANDLING - If the second argument is the KEY_MOUSE special key, the + If the second argument is the KEY_MOUSE special key, the associated mouse event is translated into one of the above - pre-defined requests. Currently only clicks in the user - window (e.g. inside the menu display area or the decora- + pre-defined requests. Currently only clicks in the user + window (e.g. inside the menu display area or the decora- tion window) are handled. If you click above the display region of the menu: @@ -160,21 +160,21 @@ a REQ_LAST_ITEM is generated for a triple-click. - If you click at an item inside the display area of the + If you click at an item inside the display area of the menu: - the menu cursor is positioned to that item. - If you double-click an item a REQ_TOGGLE_ITEM is generated and E_UNKNOWN_COMMAND is returned. - This return value makes sense, because a double + This return value makes sense, because a double click usually means that an item-specific action - should be returned. It is exactly the purpose - of this return value to signal that an applica- + should be returned. It is exactly the purpose + of this return value to signal that an applica- tion specific command should be executed. - If a translation into a request was done, - menu_driver returns the result of this request. + menu_driver returns the result of this request. If you clicked outside the user window or the mouse event could not be translated into a menu request an