XedWindowActivatable

XedWindowActivatable

Functions

Properties

XedWindow * window Read / Write / Construct Only

Types and Values

Object Hierarchy

    GInterface
    ╰── XedWindowActivatable

Description

Functions

xed_window_activatable_activate ()

void
xed_window_activatable_activate (XedWindowActivatable *activatable);

Activates the extension on the window property.

Parameters

activatable

A XedWindowActivatable.

 

xed_window_activatable_deactivate ()

void
xed_window_activatable_deactivate (XedWindowActivatable *activatable);

Deactivates the extension on the window property.

Parameters

activatable

A XedWindowActivatable.

 

xed_window_activatable_update_state ()

void
xed_window_activatable_update_state (XedWindowActivatable *activatable);

Triggers an update of the extension insternal state to take into account state changes in the window state, due to some event or user action.

Parameters

activatable

A XedWindowActivatable.

 

Types and Values

XedWindowActivatable

typedef struct _XedWindowActivatable XedWindowActivatable;

Property Details

The “window” property

  “window”                   XedWindow *

The window property contains the xed window for this XedWindowActivatable instance.

Flags: Read / Write / Construct Only