![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct ECellNumber; ECell * e_cell_number_new (const gchar *fontname
,GtkJustification justify
);
ECell * e_cell_number_new (const gchar *fontname
,GtkJustification justify
);
Creates a new ECell renderer that can be used to render numbers that that come from the model. The value returned from the model is interpreted as being an int.
See ECellText for other features.
|
font to be used to render on the screen |
|
Justification of the string in the cell. |
Returns : |
an ECell object that can be used to render numbers. |