ShellTrayManager
ShellTrayManager
|
|
Object Hierarchy
GObject
+----ShellTrayManager
Properties
"bg-color" ClutterColor* : Read / Write / Construct Only
Details
struct ShellTrayManager
struct ShellTrayManager;
struct ShellTrayManagerClass
struct ShellTrayManagerClass {
GObjectClass parent_class;
void (* tray_icon_added) (ShellTrayManager *manager,
ClutterActor *icon,
const char *lowercase_wm_class);
void (* tray_icon_removed) (ShellTrayManager *manager,
ClutterActor *icon);
};
shell_tray_manager_manage_screen ()
void shell_tray_manager_manage_screen (ShellTrayManager *manager
,
MetaScreen *screen
,
StWidget *theme_widget
);
Property Details
The "bg-color"
property
"bg-color" ClutterColor* : Read / Write / Construct Only
Background color (only if we don't have transparency).