feat: add new options to tray.displayBalloon() (#19544)
This commit is contained in:
parent
58840f39bb
commit
0fb3c8cb7c
6 changed files with 119 additions and 27 deletions
|
@ -6,15 +6,15 @@
|
|||
|
||||
namespace electron {
|
||||
|
||||
TrayIcon::BalloonOptions::BalloonOptions() = default;
|
||||
|
||||
TrayIcon::TrayIcon() {}
|
||||
|
||||
TrayIcon::~TrayIcon() {}
|
||||
|
||||
void TrayIcon::SetPressedImage(ImageType image) {}
|
||||
|
||||
void TrayIcon::DisplayBalloon(ImageType icon,
|
||||
const base::string16& title,
|
||||
const base::string16& contents) {}
|
||||
void TrayIcon::DisplayBalloon(const BalloonOptions& options) {}
|
||||
|
||||
void TrayIcon::RemoveBalloon() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue