Searched refs:GnomePrintJob (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h22 typedef struct _GnomePrintJob GnomePrintJob; typedef in typeref:struct:_GnomePrintJob
43 void SetPrintJob( GnomePrintJob *job ) { m_job = job; }
44 GnomePrintJob* GetPrintJob() { return m_job; }
49 GnomePrintJob *m_job;
280 GnomePrintJob* m_job; // only used and destroyed when created with wxPrintData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp136 wxDL_METHOD_DEFINE( GnomePrintJob*, gnome_print_job_new,
139 (GnomePrintJob *job), (job), NULL )
141 (GnomePrintJob *job), (job), 0 )
143 (GnomePrintJob *job), (job), 0 )
145 (GnomePrintJob *job, gdouble *width, gdouble *height), (job, width, height), 0 )
171 (GnomePrintJob *gpj, const guchar *title, gint flags), (gpj, title, flags), NULL )
189 (GnomePrintJob *gpm, const guchar *title), (gpm, title), NULL )
810 GnomePrintJob *job = gs_lgp->gnome_print_job_new( native->GetPrintConfig() );
812 // The GnomePrintJob is temporarily stored in the

Completed in 206 milliseconds