Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── 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
,gdouble new_x
);
Sets the "x" property of fo_area
to new_x
gdouble
fo_area_area_get_x (FoArea *fo_area
);
Gets the "x" property of fo_area
void fo_area_area_set_y (FoArea *fo_area
,gdouble new_y
);
Sets the "y" property of fo_area
to new_y
gdouble
fo_area_area_get_y (FoArea *fo_area
);
Gets the "y" property of fo_area
void fo_area_area_set_width (FoArea *fo_area
,gdouble new_width
);
Sets the "width" property of fo_area
to new_width
gdouble
fo_area_area_get_width (FoArea *fo_area
);
Gets the "width" property of fo_area
void fo_area_area_set_height (FoArea *fo_area
,gdouble new_height
);
Sets the "height" property of fo_area
to new_height
gdouble
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
,gdouble new_border_before
);
Sets the "border-before" property of fo_area
to new_border_before
gdouble
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
,gdouble new_border_after
);
Sets the "border-after" property of fo_area
to new_border_after
gdouble
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
,gdouble new_border_start
);
Sets the "border-start" property of fo_area
to new_border_start
gdouble
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
,gdouble new_border_end
);
Sets the "border-end" property of fo_area
to new_border_end
gdouble
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
,gdouble new_padding_before
);
Sets the "padding-before" property of fo_area
to new_padding_before
gdouble
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
,gdouble new_padding_after
);
Sets the "padding-after" property of fo_area
to new_padding_after
gdouble
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
,gdouble new_padding_start
);
Sets the "padding-start" property of fo_area
to new_padding_start
gdouble
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
,gdouble new_padding_end
);
Sets the "padding-end" property of fo_area
to new_padding_end
gdouble
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
,gdouble new_start_indent
);
Sets the "start-indent" property of fo_area
to new_start_indent
gdouble
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
,gdouble new_end_indent
);
Sets the "end-indent" property of fo_area
to new_end_indent
gdouble
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
,gdouble new_space_before
);
Sets the "space-before" property of fo_area
to new_space_before
gdouble
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
,gdouble new_space_after
);
Sets the "space-after" property of fo_area
to new_space_after
“height”
property “height” float
Area height property.
Owner: FoAreaArea
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“width”
property “width” float
Area width property.
Owner: FoAreaArea
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“x”
property “x” float
x position property.
Owner: FoAreaArea
Flags: Read / Write
Allowed values: >= 0
Default value: 0