Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── FoObject ╰── FoNode ╰── FoArea ╰── FoAreaArea ├── FoAreaLayout ├── FoAreaListItem ├── FoAreaNormal ├── FoAreaReference ├── FoAreaTablePart ├── FoAreaTableCellProxy ╰── FoAreaTableRow
FoArea *
fo_area_area_new (void
);
Creates a new FoAreaArea initialized to default value.
void fo_area_area_set_x (FoArea *fo_area
,gfloat new_x
);
Sets the "x" property of fo_area
to new_x
void fo_area_area_set_y (FoArea *fo_area
,gfloat new_y
);
Sets the "y" property of fo_area
to new_y
void fo_area_area_set_width (FoArea *fo_area
,gfloat new_width
);
Sets the "width" property of fo_area
to new_width
gfloat
fo_area_area_get_width (FoArea *fo_area
);
Gets the "width" property of fo_area
void fo_area_area_set_height (FoArea *fo_area
,gfloat new_height
);
Sets the "height" property of fo_area
to new_height
gfloat
fo_area_area_get_height (FoArea *fo_area
);
Gets the "height" property of fo_area
void fo_area_area_set_border_before (FoArea *fo_area
,gfloat new_border_before
);
Sets the "border-before" property of fo_area
to new_border_before
gfloat
fo_area_area_get_border_before (FoArea *fo_area
);
Gets the "border-before" property of fo_area
void fo_area_area_set_border_after (FoArea *fo_area
,gfloat new_border_after
);
Sets the "border-after" property of fo_area
to new_border_after
gfloat
fo_area_area_get_border_after (FoArea *fo_area
);
Gets the "border-after" property of fo_area
void fo_area_area_set_border_start (FoArea *fo_area
,gfloat new_border_start
);
Sets the "border-start" property of fo_area
to new_border_start
gfloat
fo_area_area_get_border_start (FoArea *fo_area
);
Gets the "border-start" property of fo_area
void fo_area_area_set_border_end (FoArea *fo_area
,gfloat new_border_end
);
Sets the "border-end" property of fo_area
to new_border_end
gfloat
fo_area_area_get_border_end (FoArea *fo_area
);
Gets the "border-end" property of fo_area
void fo_area_area_set_padding_before (FoArea *fo_area
,gfloat new_padding_before
);
Sets the "padding-before" property of fo_area
to new_padding_before
gfloat
fo_area_area_get_padding_before (FoArea *fo_area
);
Gets the "padding-before" property of fo_area
void fo_area_area_set_padding_after (FoArea *fo_area
,gfloat new_padding_after
);
Sets the "padding-after" property of fo_area
to new_padding_after
gfloat
fo_area_area_get_padding_after (FoArea *fo_area
);
Gets the "padding-after" property of fo_area
void fo_area_area_set_padding_start (FoArea *fo_area
,gfloat new_padding_start
);
Sets the "padding-start" property of fo_area
to new_padding_start
gfloat
fo_area_area_get_padding_start (FoArea *fo_area
);
Gets the "padding-start" property of fo_area
void fo_area_area_set_padding_end (FoArea *fo_area
,gfloat new_padding_end
);
Sets the "padding-end" property of fo_area
to new_padding_end
gfloat
fo_area_area_get_padding_end (FoArea *fo_area
);
Gets the "padding-end" property of fo_area
void fo_area_area_set_start_indent (FoArea *fo_area
,gfloat new_start_indent
);
Sets the "start-indent" property of fo_area
to new_start_indent
gfloat
fo_area_area_get_start_indent (FoArea *fo_area
);
Gets the "start-indent" property of fo_area
void fo_area_area_set_end_indent (FoArea *fo_area
,gfloat new_end_indent
);
Sets the "end-indent" property of fo_area
to new_end_indent
gfloat
fo_area_area_get_end_indent (FoArea *fo_area
);
Gets the "end-indent" property of fo_area
void fo_area_area_set_space_before (FoArea *fo_area
,gfloat new_space_before
);
Sets the "space-before" property of fo_area
to new_space_before
gfloat
fo_area_area_get_space_before (FoArea *fo_area
);
Gets the "space-before" property of fo_area
void fo_area_area_set_space_after (FoArea *fo_area
,gfloat new_space_after
);
Sets the "space-after" property of fo_area
to new_space_after
gfloat
fo_area_area_get_space_after (FoArea *fo_area
);
Gets the "space-after" property of fo_area
“height”
property “height” gfloat
Area height property.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“width”
property “width” gfloat
Area width property.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“x”
property “x” gfloat
x position property.
Flags: Read / Write
Allowed values: >= 0
Default value: 0