Merge pull request #988 from MikeTheWatchGuy/Dev-latest

0.2.0 release
This commit is contained in:
MikeTheWatchGuy 2018-12-26 16:56:12 -05:00 committed by GitHub
commit ba6b9875b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -2545,7 +2545,7 @@ class SystemTray:
self.filename = filename self.filename = filename
self.data_base64 = data_base64 self.data_base64 = data_base64
self.tooltip = tooltip or wx.EmptyString self.tooltip = tooltip or wx.EmptyString
if filename: if filename:
self.icon = wx.Icon(filename, wx.BITMAP_TYPE_ICO) self.icon = wx.Icon(filename, wx.BITMAP_TYPE_ICO)
self.SetIcon(self.icon, tooltip=self.tooltip) self.SetIcon(self.icon, tooltip=self.tooltip)

View File

@ -9,14 +9,14 @@
![pysimplegui_logo](https://user-images.githubusercontent.com/13696193/43165867-fe02e3b2-8f62-11e8-9fd0-cc7c86b11772.png) ![pysimplegui_logo](https://user-images.githubusercontent.com/13696193/43165867-fe02e3b2-8f62-11e8-9fd0-cc7c86b11772.png)
[![Downloads](http://pepy.tech/badge/pysimpleguiqt)](http://pepy.tech/project/pysimplegui) [![Downloads](http://pepy.tech/badge/pysimpleguiwx)](http://pepy.tech/project/pysimplegui)
![Awesome Meter](https://img.shields.io/badge/Awesome_meter-1000-yellow.svg) ![Awesome Meter](https://img.shields.io/badge/Awesome_meter-1000-yellow.svg)
![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg) ![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg)
![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.21.0-orange.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUIWx_For_Python_3.x_Version-0.2.0-orange.svg?longCache=true&style=for-the-badge)
@ -26,7 +26,7 @@
The WxPython port of PySimpleGUI The WxPython port of PySimpleGUI
## The Engineering Pre-Release Version 0.1.0 ## The Engineering Pre-Release Version 0.2.0
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
@ -174,6 +174,14 @@ When a menu item has a key and it is chosen, then entire string is returned. If
* Catch single click, double click events * Catch single click, double click events
* Source code compatiable with Qt * Source code compatiable with Qt
### 0.2.0 - 26-Dec-2018
* Correctly handling base64 images
* Support for clicking message balloon
* Can Hide and UnHide the icon
# Design # Design
## Author ## Author
Mike B. Mike B.