AwnBox

AwnBox

Synopsis

                    AwnBoxPrivate;
struct              AwnBox;
GtkWidget *         awn_box_new                         (GtkOrientation orient);
void                awn_box_set_orientation             (AwnBox *box,
                                                         GtkOrientation orient);
void                awn_box_set_orientation_from_pos_type
                                                        (AwnBox *box,
                                                         GtkPositionType pos_type);

Description

Details

AwnBoxPrivate

typedef struct _AwnBoxPrivate AwnBoxPrivate;


struct AwnBox

struct AwnBox {
  GtkBox  parent;	

  AwnBoxPrivate *priv;
};


awn_box_new ()

GtkWidget *         awn_box_new                         (GtkOrientation orient);


awn_box_set_orientation ()

void                awn_box_set_orientation             (AwnBox *box,
                                                         GtkOrientation orient);


awn_box_set_orientation_from_pos_type ()

void                awn_box_set_orientation_from_pos_type
                                                        (AwnBox *box,
                                                         GtkPositionType pos_type);