Illume Quickpanel Information

The following group defines information pertaining to Illume Quickpanels. More...

Data Structures

struct  _E_Illume_Quickpanel
 structure for Illume Quickpanels. More...

Functions

EAPI E_Illume_Quickpanele_illume_quickpanel_by_zone_get (E_Zone *zone)
 Retrieve the Illume Quickpanel on a given zone.
EAPI void e_illume_quickpanel_show (E_Zone *zone)
 Show the Illume Quickpanel on a given zone.
EAPI void e_illume_quickpanel_hide (E_Zone *zone)
 Hide the Illume Quickpanel on a given zone.

Detailed Description

The following group defines information pertaining to Illume Quickpanels.


Function Documentation

EAPI E_Illume_Quickpanel* e_illume_quickpanel_by_zone_get ( E_Zone *  zone)

Retrieve the Illume Quickpanel on a given zone.

Parameters:
zoneThe zone on which to retrieve the Quickpanel.
Returns:
The E_Illume_Quickpanel on this zone, or NULL if none exists.
Note:
If zone is NULL then this function will return NULL.

References _E_Illume_Quickpanel::zone.

EAPI void e_illume_quickpanel_hide ( E_Zone *  zone)

Hide the Illume Quickpanel on a given zone.

Parameters:
zoneThe zone on which to hide the Quickpanel.
Note:
If zone is NULL then this function will return.
EAPI void e_illume_quickpanel_show ( E_Zone *  zone)

Show the Illume Quickpanel on a given zone.

Parameters:
zoneThe zone on which to show the Quickpanel.
Note:
If zone is NULL then this function will return.