| 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); void gnome_rr_labeler_get_color_for_output (GnomeRRLabeler *labeler,GnomeRROutputInfo *output,GdkColor *color_out); struct GnomeRRLabeler; struct GnomeRRLabelerClass;
Details
gnome_rr_labeler_new ()
GnomeRRLabeler * gnome_rr_labeler_new (GnomeRRConfig *config);
config: Configuration of the screens to label
Returns : |
A new GnomeRRLabeler |
gnome_rr_labeler_show ()
void gnome_rr_labeler_show (GnomeRRLabeler *labeler);
labeler: A GnomeRRLabeler
gnome_rr_labeler_hide ()
void gnome_rr_labeler_hide (GnomeRRLabeler *labeler);
labeler: A GnomeRRLabeler
gnome_rr_labeler_get_color_for_output ()
void gnome_rr_labeler_get_color_for_output (GnomeRRLabeler *labeler,GnomeRROutputInfo *output,GdkColor *color_out);
labeler: A GnomeRRLabeler
output: Output device (i.e. monitor) to query
color_out: (out): Color of selected monitor.
Property Details
The "config" property
"config" GnomeRRConfig* : Write / Construct Only
RandR configuration to label.
