Class

PhocWorkspaceIndicator

Description [src]

final class Phoc.WorkspaceIndicator : GObject.Object
  implements Phoc.Bling {
  /* No available fields */
}

The workspace indicator.

Ancestors

Implements

Constructors

phoc_workspace_indicator_new
No description available.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from PhocBling (6)
phoc_bling_damage_box

A utility method to damage the entire bounding box region of a PhocBling.

phoc_bling_get_box
No description available.

phoc_bling_is_mapped
No description available.

phoc_bling_map
No description available.

phoc_bling_render
No description available.

phoc_bling_unmap
No description available.

Properties

Phoc.WorkspaceIndicator:alpha

The current alpha of the workspace indicator.

Phoc.WorkspaceIndicator:animatable

A PhocAnimatable implementation that can drive this workspace indicator’s animation.

Phoc.WorkspaceIndicator:lx

The x coord to render workspace indicator at.

Phoc.WorkspaceIndicator:ly

The y coord to render workspace indicator at.

Phoc.WorkspaceIndicator:num

The workspace number.

Phoc.WorkspaceIndicator:size

The width and height of the workspace indicator.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PhocWorkspaceIndicatorClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.