Re: make error while compiling libgnomeprintui



hi

I am wanting to print text and images on the graphics print context.
images in a left column and text in right column. The images part is
okay, but incase the text is multiline how do i print it on the
graphics print context.

I only the starting point, so would i have to check whether the
coordinates are withing the page limit and adjust accordingly or is
there a simpler way.

Thank You
Abhishek Samuel

On 5/3/05, Abhishek Samuel <abhisheksamuelrulz gmail com> wrote:
> hey
> 
> You were absolutely correct. Thanks a lot.
> 
> Abhishek Samuel
> 
> On 5/3/05, Jean Bréfort <jean brefort normalesup org> wrote:
> > Le mardi 03 mai 2005 à 11:47 +0530, Abhishek Samuel a écrit :
> > >  GLib-GObject-WARNING **: specified class size for type
> > > `GnomePrintPreview' is smaller than the parent type's
> > > `GnomePrintContext' class size
> >
> > You have a problem with the definition of GnomePrintPreview.
> >
> > struct _GnomePrintPreview {
> >         GnomePrintContext pc;
> >
> >         GnomePrintPreviewPrivate *priv;
> > };
> >
> > So if GnomePrintPreview is smaller than GnomePrintContext, this means that your compiler did not use the correct definition for GnomePrintContext.
> > You might have several versions of the headers?
> >
> > The other problems are most probably related to this one.
> >
> >
>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]