FixGUI Documentation

Back to summary

import "gui/view";

NotifyIcon class

Notify icon is located in a system task bar. It allows to interact with the application when no window is visible, or just a way to quick access some of the functionality.

Initialization

static function create(images: Image[]): NotifyIcon
Creates a new notify icon with given set of images of different sizes.
static function get_sizes(): Integer[]
Returns a list of preferred sizes.
function destroy()
Destroys the notify icon.

Properties

function set_menu(menu: Menu)
Sets a popup menu to show when clicked on the notify icon.
function get_menu(): Menu
Returns the popup menu of the notify icon.

Event handlers

virtual function handle_click_action()
Override to handle the click action on the notify icon.