Skip to content

Commit

Permalink
Merge pull request #267 from alexander-xin/patch-2
Browse files Browse the repository at this point in the history
Add blank lines to fix the formatting issue
  • Loading branch information
gabdube authored Feb 14, 2023
2 parents fa1e6bd + cbd6b56 commit a6c96e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native-windows-gui/src/controls/tray_notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bitflags! {
You can't get information on the state of a tray notification (such as visibility) because Windows don't want you to.
**Builder parameters:**
* `parent`: **Required.** The tray notification parent container.
* `icon`: **Required.** The icon to display in the system tray
* `tips`: Display a simple tooltip when hovering the icon in the system tray
Expand All @@ -49,6 +50,7 @@ bitflags! {
* `info_title`: The title of the fancy tooltip
**Control events:**
* `OnContextMenu`: When the user right clicks on the system tray icon
* `MousePressLeftUp`: When the user left click the system tray icon
* `OnTrayNotificationShow`: When a TrayNotification info popup (not the tooltip) is shown
Expand Down

0 comments on commit a6c96e8

Please sign in to comment.