Class

PhocFocusFrame

Description [src]

final class Phoc.FocusFrame : Phoc.ColorRect
  implements Phoc.Bling {
  /* No available fields */
}

The colored frame drawn around a focused PhocView.

Hierarchy

hierarchy this PhocFocusFrame implements_0 PhocBling this--implements_0 ancestor_0 PhocColorRect ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Implements

Constructors

phoc_focus_frame_new
No description available.

Instance methods

Methods inherited from PhocColorRect (6)
phoc_color_rect_get_alpha

Get the rectangle’s opacity.

phoc_color_rect_get_box

Get the rectangles current coordinates and size as box.

phoc_color_rect_get_color

Get the rectangle’s color.

phoc_color_rect_set_alpha

Set the rectangle’s opacity.

phoc_color_rect_set_box

Sets the rectangles coordinates and size as box.

phoc_color_rect_set_color

Set the rectangle’s color.

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.FocusFrame:view
No description available.

Properties inherited from PhocColorRect (7)
Phoc.ColorRect:alpha

The rectangle’s alpha channel.

Phoc.ColorRect:box

The rectangle’s box in layout coordinates.

Phoc.ColorRect:color

The rectangle’s color.

Phoc.ColorRect:height
No description available.

Phoc.ColorRect:width
No description available.

Phoc.ColorRect:x
No description available.

Phoc.ColorRect:y
No description available.

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 PhocFocusFrameClass {
  PhocColorRectClass parent_class;
  
}

No description available.

Class members
parent_class: PhocColorRectClass

No description available.