AppIndicator.Indicator
const AppIndicator = imports.gi.AppIndicator; let indicator = new AppIndicator.Indicator({ attention_icon_desc: value, attention_icon_name: value, category: value, dbus_menu_server: value, icon_desc: value, icon_name: value, icon_theme_path: value, id: value, label: value, label_guide: value, ordering_index: value, status: value, title: value, });
A application indicator represents the values that are needed to show a unique status in the panel for an application. In general, applications should try to fit in the other indicators that are available on the panel before using this. But, sometimes it is necissary.
Private fields
Hierarchy
-
GObject.Object
- AppIndicator.Indicator
Methods
- AppIndicator.Indicator.prototype.build_menu_from_desktop
- AppIndicator.Indicator.prototype.get_attention_icon
- AppIndicator.Indicator.prototype.get_attention_icon_desc
- AppIndicator.Indicator.prototype.get_category
- AppIndicator.Indicator.prototype.get_icon
- AppIndicator.Indicator.prototype.get_icon_desc
- AppIndicator.Indicator.prototype.get_icon_theme_path
- AppIndicator.Indicator.prototype.get_id
- AppIndicator.Indicator.prototype.get_label
- AppIndicator.Indicator.prototype.get_label_guide
- AppIndicator.Indicator.prototype.get_menu
- AppIndicator.Indicator.prototype.get_ordering_index
- AppIndicator.Indicator.prototype.get_secondary_activate_target
- AppIndicator.Indicator.prototype.get_status
- AppIndicator.Indicator.prototype.get_title
- AppIndicator.Indicator.prototype.set_attention_icon
- AppIndicator.Indicator.prototype.set_attention_icon_full
- AppIndicator.Indicator.prototype.set_icon
- AppIndicator.Indicator.prototype.set_icon_full
- AppIndicator.Indicator.prototype.set_icon_theme_path
- AppIndicator.Indicator.prototype.set_label
- AppIndicator.Indicator.prototype.set_menu
- AppIndicator.Indicator.prototype.set_ordering_index
- AppIndicator.Indicator.prototype.set_secondary_activate_target
- AppIndicator.Indicator.prototype.set_status
- AppIndicator.Indicator.prototype.set_title
Virtual functions
- AppIndicator.Indicator::connection_changed
- AppIndicator.Indicator::new_attention_icon
- AppIndicator.Indicator::new_icon
- AppIndicator.Indicator::new_icon_theme_path
- AppIndicator.Indicator::new_label
- AppIndicator.Indicator::new_status
- AppIndicator.Indicator::scroll_event
- AppIndicator.Indicator::unfallback