From: Carlos Alberto (cvences_at_yahoo.com)
Date: Thu Feb 12 2004 - 16:37:43 EST
> > You basically can't. I recommend using the Gnome
> build
> > of AbiWord, where GnomePrint will handle all of
> this
> > for you.
>
> Thanks for this very fast reply.
> I am trying to compile nautilus2 which is requested
> to build Abiword with Gnome.
> Now I need to have a lot of software to print: cups,
> gimp-print etc. :-(
I'm not sure about your question, but maybe if you
look at src/af/xap/unix you'll find a file called
xap_UnixDlg_Print.cpp and near EOF there's something
like:
if
(!_getPrintToFilePathname(m_pFrame,bufSuggestedName))
goto Fail;
m_pPSGraphics = new
PS_Graphics(m_szPrintToFilePathname,
m_szDocumentTitle,
m_pFrame->getApp()->getApplicationName(),
fontmgr,
true, app);
}
else
{
m_pPSGraphics = new PS_Graphics(m_szPrintCommand,
m_szDocumentTitle,
m_pFrame->getApp()->getApplicationName(),
fontmgr,
false, app);
}
I don't know if this can help you in a way, you can
change or assign "constant" values to printing output
but, this obviously will overwrite any change made
from GUI, just give it a try if needed.
=====
Atte.Carlos Alberto Vences Sánchez0172112393Metepec, Méxicoxneon79_at_netscape.net
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
-----------------------------------------------
To unsubscribe from this list, send a message to
abiword-user-request_at_abisource.com with the word
unsubscribe in the message body.
This archive was generated by hypermail 2.1.4 : Thu Feb 12 2004 - 16:41:06 EST