Re: make error while compiling libgnomeprintui
Abhishek Samuel <[email protected]> Wed, 4 May 2005 00:26:01 +0530
| Newsgroups | gmane.comp.gnome.print |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> wrote: > hey >=20 > You were absolutely correct. Thanks a lot. >=20 > Abhishek Samuel >=20 > On 5/3/05, Jean Br=E9fort <[email protected]> wrote: > > Le mardi 03 mai 2005 =E0 11:47 +0530, Abhishek Samuel a =E9crit : > > > 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 t= hat 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. > > > > >