Skip to content

Commit

Permalink
onhide, onshow
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rb authored Jan 31, 2022
1 parent 9ba651b commit 8cdce6f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,18 @@ Instance properties:
<td>Callback triggered when the window returns to a windowed state from a Fullscreen, Minimized or Maximized state.</td>
</tr>
<tr></tr>
<tr>
<td>onhide</td>
<td>function()</td>
<td>Callback triggered when the window is hidden with win.hide()</td>
</tr>
<tr></tr>
<tr>
<td>onshow</td>
<td>function()</td>
<td>Callback triggered when the window is shown with win.show()</td>
</tr>
<tr></tr>
<tr>
<td>onclose</td>
<td>function(force)</td>
Expand Down

0 comments on commit 8cdce6f

Please sign in to comment.