| GNOME Desktop Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
Synopsis
GnomeRRLabeler * gnome_rr_labeler_new (GnomeRRConfig *config); void gnome_rr_labeler_show (GnomeRRLabeler *labeler); void gnome_rr_labeler_hide (GnomeRRLabeler *labeler); struct GnomeRRLabeler; struct GnomeRRLabelerClass;
Details
gnome_rr_labeler_new ()
GnomeRRLabeler * gnome_rr_labeler_new (GnomeRRConfig *config);
Create a GUI element that will display colored labels on each connected monitor. This is useful when users are required to identify which monitor is which, e.g. for for configuring multiple monitors. The labels will be shown by default, use gnome_rr_labeler_hide to hide them.
|
Configuration of the screens to label |
Returns : |
A new GnomeRRLabeler |
gnome_rr_labeler_show ()
void gnome_rr_labeler_show (GnomeRRLabeler *labeler);
Show the labels.
|
A GnomeRRLabeler |
gnome_rr_labeler_hide ()
void gnome_rr_labeler_hide (GnomeRRLabeler *labeler);
Hide ouput labels.
|
A GnomeRRLabeler |
