AwnIconBox

AwnIconBox

Functions

Properties

AwnApplet * applet Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── AwnBox
                            ╰── AwnIconBox

Implemented Interfaces

AwnIconBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

awn_icon_box_new ()

GtkWidget *
awn_icon_box_new (void);

Returns


awn_icon_box_new_for_applet ()

GtkWidget *
awn_icon_box_new_for_applet (AwnApplet *applet);

Returns


awn_icon_box_set_pos_type ()

void
awn_icon_box_set_pos_type (AwnIconBox *icon_box,
                           GtkPositionType position);


awn_icon_box_set_offset ()

void
awn_icon_box_set_offset (AwnIconBox *icon_box,
                         gint offset);

Types and Values

AwnIconBoxPrivate

typedef struct _AwnIconBoxPrivate AwnIconBoxPrivate;


struct AwnIconBox

struct AwnIconBox;

Property Details

The “applet” property

  “applet”                   AwnApplet *

AwnApplet from which offset and position properties are read.

Flags: Write / Construct Only