pFrame__continue_modal |
boolean | Modal state indicator. |
pFrame__focused_wnd |
window | The child window that is input active. |
pFrame__modal_result |
boolean | Modal state result. |
desktop | desktopWindow | Parent window in window hierarchy. Always the respective desktop window. |
id | number | Numeric id value for the frame window. |
x | number | Parent relative x position. |
y | number | Parent relative y position. |
width | number | Width of the frame window. |
height | number | Height of the frame window. |
frame | parentFrame | The instantiated frame window object. |
width | number | Width of the popup. |
height | number | Height of the popup. |
frame | popupFrame | Created popup frame, or nil on failure. |
result | number | The value parentFrame:run_modal will return. |
none |
none |
frame | parentFrame | The active frame. |
none |
frame | parentFrame | The owner frame. |
none |
frame | popupFrame | The current popup owned by this parent frame. |
title | string | Title bar text. |
message | string | Message to display. |
bgcolor | number | Background color of the message box, if nil the theme's popup_back color is used. |
none |
child | window | The child window to search from. If nil the first suitable child is returned. |
focusable | boolean | If true only child windows that are shown and enabled are returned. |
wnd | window | The next child window or nil if none suitable found. |
child | window | Child window the event is for. |
key | number | Key code. |
ctrl | boolean | True if control key is depressed. |
alt | boolean | True if alternate key is depressed. |
shift | boolean | True if shift key is depressed. |
result | boolean | True if handle, false if not. |
active | boolean | True if made active, false if inactive. |
none |
child | window | The child window to search from. If nil the last suitable child is returned. |
focusable | boolean | If true only child windows that are shown and enabled are returned. |
wnd | window | The prior child window or nil if none suitable found. |
none |
result | number | Value passed to parentFrame:end_modal. |
none |
result | boolean | True if made the active top frame, false if not. |
child | window | Child window to be set with input focus. |
result | boolean | True is successful, false if not. |