|
|
|
|
adg-1 reference manual |
|
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
struct AdgLogo; struct AdgLogoClass; AdgDress adg_logo_get_frame_dress (AdgLogo *logo); AdgDress adg_logo_get_screen_dress (AdgLogo *logo); AdgDress adg_logo_get_symbol_dress (AdgLogo *logo); AdgLogo * adg_logo_new (void);void adg_logo_set_frame_dress (AdgLogo *logo,AdgDress dress);void adg_logo_set_screen_dress (AdgLogo *logo,AdgDress dress);void adg_logo_set_symbol_dress (AdgLogo *logo,AdgDress dress);
"frame-dress" AdgDress : Read / Write "screen-dress" AdgDress : Read / Write "symbol-dress" AdgDress : Read / Write
struct AdgLogo;
All fields are private and should not be used directly. Use its public methods instead.
Since 1.0
AdgDress adg_logo_get_frame_dress (AdgLogo *logo);
Gets the line dress to be used in stroking the frame of logo.
|
|
an AdgLogo |
|
Returns : |
the requested line dress. [transfer none] |
Since 1.0
AdgDress adg_logo_get_screen_dress (AdgLogo *logo);
Gets the line dress to be used in stroking the screen shape of logo.
|
|
an AdgLogo |
|
Returns : |
the requested line dress. [transfer none] |
Since 1.0
AdgDress adg_logo_get_symbol_dress (AdgLogo *logo);
Gets the line dress to be used in stroking the symbol of logo.
|
|
an AdgLogo |
|
Returns : |
the requested line dress. [transfer none] |
Since 1.0
AdgLogo * adg_logo_new (void);
Creates a new logo entity.
|
Returns : |
the newly created logo entity. [transfer full] |
Since 1.0
void adg_logo_set_frame_dress (AdgLogo *logo,AdgDress dress);
Sets a new line dress for rendering the frame of logo.
The new dress must be a line dress: the check is done by
calling adg_dress_are_related() with dress and the old
dress as arguments. Check out its documentation for
further details.
The default dress is a transparent line dress: the rendering callback will stroke the frame using the default color with a predefined thickness.
Since 1.0
void adg_logo_set_screen_dress (AdgLogo *logo,AdgDress dress);
Sets a new line dress for rendering the screen of logo.
The new dress must be a line dress: the check is done by
calling adg_dress_are_related() with dress and the old
dress as arguments. Check out its documentation for
further details.
The default dress is a transparent line dress: the rendering callback will stroke the screen using the default color with a predefined thickness.
Since 1.0
void adg_logo_set_symbol_dress (AdgLogo *logo,AdgDress dress);
Sets a new line dress for rendering the symbol of logo. The
new dress must be a line dress: the check is done by calling
adg_dress_are_related() with dress and the old dress as
arguments. Check out its documentation for further details.
The default dress is a transparent line dress: the rendering callback will stroke the symbol using the default color with a predefined thickness.
Since 1.0
"frame-dress" property"frame-dress" AdgDress : Read / Write
The line dress to use for rendering the frame.
Allowed values: [G_MAXINT,G_MININT]
Default value: 0
"screen-dress" property"screen-dress" AdgDress : Read / Write
The line dress to use for rendering the screen shape around the logo.
Allowed values: [G_MAXINT,G_MININT]
Default value: 0
"symbol-dress" property"symbol-dress" AdgDress : Read / Write
The line dress to use for rendering the symbol of the logo.
Allowed values: [G_MAXINT,G_MININT]
Default value: 0