Desktop.Wx.TaskBarIcon (Desktop v1.3.2) View Source

TaskBarIcon module for Desktop, based on :wxTaskBarIcon

Link to this section Summary

Link to this section Types

Specs

create_popup() :: (() -> wx_menu())

Specs

t() :: %Desktop.Wx.TaskBarIcon{
  fn_create_popup: nil | create_popup(),
  skip_popup_menu?: boolean(),
  wx_taskbar_icon: wx_taskbar_icon()
}

Specs

wx_menu() :: any()

Specs

wx_taskbar_icon() :: any()

Link to this section Functions

Specs

create(fn_create_popup :: create_popup()) :: {:ok, t()} | {:error, any()}
Link to this function

create(taskbar_icon, arg2)

View Source

Specs

create(t(), os_type :: atom()) :: {:ok, t()} | {:error, any()}
Link to this function

remove_icon(task_bar_icon)

View Source
Link to this function

set_icon(task_bar_icon, icon)

View Source
Link to this function

set_icon(task_bar_icon, icon, options)

View Source