| Awn Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
AwnAlignmentPrivate; struct AwnAlignment; GtkWidget * awn_alignment_new_for_applet (AwnApplet *applet); gint awn_alignment_get_offset_modifier (AwnAlignment *alignment); void awn_alignment_set_offset_modifier (AwnAlignment *alignment,gint modifier);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkAlignment +----AwnAlignment
"applet" AwnApplet* : Read / Write "offset-modifier" gint : Read / Write / Construct "offset-multiplier" gfloat : Read / Write "scale" gfloat : Read / Write
gint awn_alignment_get_offset_modifier (AwnAlignment *alignment);
void awn_alignment_set_offset_modifier (AwnAlignment *alignment,gint modifier);
"offset-modifier" property"offset-modifier" gint : Read / Write / Construct
Offset modifier.
Default value: 0
"offset-multiplier" property"offset-multiplier" gfloat : Read / Write
Offset multiplier.
Allowed values: [0,1]
Default value: 1
"scale" property"scale" gfloat : Read / Write
If available space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all.
Allowed values: [0,1]
Default value: 1