diff options
| author | Jefferson González <jgmdev@gmail.com> | 2022-09-29 11:31:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 11:31:55 -0400 |
| commit | ba0a454c97fb2cb4ecbfcf821eebbf7c9da68abf (patch) | |
| tree | d5bad6e9cfcec59dc3ab9c9486e65d0a21a34862 /docs/api | |
| parent | a0164d5902fc05a00afb6f277ef8d2349f2c898d (diff) | |
| download | lite-xl-ba0a454c97fb2cb4ecbfcf821eebbf7c9da68abf.tar.gz lite-xl-ba0a454c97fb2cb4ecbfcf821eebbf7c9da68abf.zip | |
system: added raise_window() (#1131)
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/system.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/system.lua b/docs/api/system.lua index e5eff27f..98297a3d 100644 --- a/docs/api/system.lua +++ b/docs/api/system.lua @@ -132,6 +132,11 @@ function system.set_window_size(width, height, x, y) end function system.window_has_focus() end --- +---Raise the main window and give it input focus. +---Note: may not always be obeyed by the users window manager. +function system.raise_window() end + +--- ---Opens a message box to display an error message. --- ---@param title string |
