Desklet.Desklet
Synopsis
Description
#Desklet is a base class in which other desklets can inherit
Details
void |
_init
|
(
dictionary
metadata,
|
| |  
int
desklet_id
) |
Constructor function
metadata
|
the metadata of the desklet
|
desklet_id
|
instance id of the desklet
|
void |
setHeader
|
(
string
header
) |
Sets the header text of the desklet to @header
header
|
the header of the desklet
|
void |
setContent
|
(
Clutter.Actor
actor,
|
| |  
dictionary
params
) |
Sets the content actor of the desklet as @actor
actor
|
actor to be set as child
|
params
|
(optional) parameters to be sent
|
void |
on_desklet_removed
|
(
) |
Callback when desklet is removed. To be overridden by individual desklets
Destroys the actor with an fading animation
Metadata of desklet
Actor of desklet
The actor containing the content of the actor
Instance id of the desklet