Skip to content

Commit

Permalink
Merge pull request #120 from shelllet/dev
Browse files Browse the repository at this point in the history
0.31.1
  • Loading branch information
shelllet authored Dec 25, 2023
2 parents 1a06367 + 0049532 commit 85eaac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
8 changes: 0 additions & 8 deletions docx/actions/window/EnumWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@

> 窗口: [`Wnds`](./types/Wnd.md)

## 脚本调用

```python
import simple;

```

## 资源

示例:https://github.com/shelllet/WinUi/blob/main/window/EnumWindows.simple
Expand Down
13 changes: 2 additions & 11 deletions docx/actions/window/FindWindow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 查找窗口
查找操作系统中的窗口,该动作支持通过*窗口标题*或者*窗口类*搜索窗口。

* 多个相同的窗口,该动作只会返回其中一个窗口,顺序不确定。

![FindWindow](./images/02.png ':size=90%')

## 子流程
Expand All @@ -20,17 +22,6 @@
> 窗口:[`Wnd`](./types/Wnd.md)

### 脚本调用

```python
import * from simple

r = FindWindowRunner() # null parent
r.caption = 'notepad.exe'
r.className = None # 不使用窗口类
w.run()
```

### 资源

示例:https://github.com/shelllet/WinUi/blob/main/window/FindWindow.simple
Expand Down

0 comments on commit 85eaac7

Please sign in to comment.