gnome-rr-labeler

gnome-rr-labeler

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;

Object Hierarchy

  GObject
   +----GnomeRRLabeler

Properties

  "config"                   GnomeRRConfig*        : Write / Construct Only

Description

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.

config :

Configuration of the screens to label

Returns :

A new GnomeRRLabeler

gnome_rr_labeler_show ()

void                gnome_rr_labeler_show               (GnomeRRLabeler *labeler);

Show the labels.

labeler :

A GnomeRRLabeler

gnome_rr_labeler_hide ()

void                gnome_rr_labeler_hide               (GnomeRRLabeler *labeler);

Hide ouput labels.

labeler :

A GnomeRRLabeler

struct GnomeRRLabeler

struct GnomeRRLabeler;


struct GnomeRRLabelerClass

struct GnomeRRLabelerClass {
	GObjectClass parent_class;
};

Property Details

The "config" property

  "config"                   GnomeRRConfig*        : Write / Construct Only

RandR configuration to label.