AwnLabel

AwnLabel

Synopsis

                    AwnLabel;
                    AwnLabelClass;
AwnLabel *          awn_label_new                       (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkMisc
                           +----GtkLabel
                                 +----AwnLabel

Implemented Interfaces

AwnLabel implements AtkImplementorIface and GtkBuildable.

Properties

  "font-mode"                gint                  : Read / Write
  "text-color"               DesktopAgnosticColor*  : Read / Write
  "text-outline-color"       DesktopAgnosticColor*  : Read / Write
  "text-outline-width"       gdouble               : Read / Write

Description

Details

AwnLabel

typedef struct _AwnLabel AwnLabel;


AwnLabelClass

typedef struct {
    GtkLabelClass parent_class;
} AwnLabelClass;


awn_label_new ()

AwnLabel *          awn_label_new                       (void);

Property Details

The "font-mode" property

  "font-mode"                gint                  : Read / Write

Font Mode.

Allowed values: [0,2]

Default value: 0


The "text-color" property

  "text-color"               DesktopAgnosticColor*  : Read / Write

Text color.


The "text-outline-color" property

  "text-outline-color"       DesktopAgnosticColor*  : Read / Write

Text outline color.


The "text-outline-width" property

  "text-outline-width"       gdouble               : Read / Write

Text Outline Width.

Allowed values: [0,10]

Default value: 2.5