![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Signals |
struct EPrintable; EPrintable * e_printable_new (void
); void e_printable_print_page (EPrintable *e_printable
,GtkPrintContext *context
,gdouble width
,gdouble height
,gboolean quantized
); gboolean e_printable_data_left (EPrintable *printable
); void e_printable_reset (EPrintable *printable
); gdouble e_printable_height (EPrintable *printable
,GtkPrintContext *context
,gdouble width
,gdouble max_height
,gboolean quantized
); gboolean e_printable_will_fit (EPrintable *printable
,GtkPrintContext *context
,gdouble width
,gdouble max_height
,gboolean quantized
);
"data-left" :Run Last
"height" :Run Last
"print-page" :Run Last
"reset" :Run Last
"will-fit" :Run Last
void e_printable_print_page (EPrintable *e_printable
,GtkPrintContext *context
,gdouble width
,gdouble height
,gboolean quantized
);
gdouble e_printable_height (EPrintable *printable
,GtkPrintContext *context
,gdouble width
,gdouble max_height
,gboolean quantized
);
gboolean e_printable_will_fit (EPrintable *printable
,GtkPrintContext *context
,gdouble width
,gdouble max_height
,gboolean quantized
);
"data-left"
signalgboolean user_function (EPrintable *eprintable,
gpointer user_data) : Run Last
"height"
signalgdouble user_function (EPrintable *eprintable,
GObject *arg1,
gdouble arg2,
gdouble arg3,
gboolean arg4,
gpointer user_data) : Run Last
"print-page"
signalvoid user_function (EPrintable *eprintable,
GObject *arg1,
gdouble arg2,
gdouble arg3,
gboolean arg4,
gpointer user_data) : Run Last