type Gtk_Print_Context_Record is new Glib.Object.GObject_Record with private;
type Gtk_Print_Context is access all Gtk_Print_Context_Record'Class;
function Get_Type return GType;
function Create_Pango_Context
( | Context | : access Gtk_Print_Context_Record) return Pango.Context.Pango_Context; |
function Create_Pango_Layout
( | Context | : access Gtk_Print_Context_Record) return Pango.Layout.Pango_Layout; |
function Get_Cairo_Context
( | Context | : access Gtk_Print_Context_Record) return Cairo.Cairo_Context; |
function Get_Dpi_X
( | Context | : access Gtk_Print_Context_Record) return Gdouble; |
function Get_Dpi_Y
( | Context | : access Gtk_Print_Context_Record) return Gdouble; |
function Get_Height
( | Context | : access Gtk_Print_Context_Record) return Gdouble; |
function Get_Page_Setup
( | Context | : access Gtk_Print_Context_Record) return Gtk.Page_Setup.Gtk_Page_Setup; |
function Get_Width
( | Context | : access Gtk_Print_Context_Record) return Gdouble; |
procedure Set_Cairo_Context
( | Context | : access Gtk_Print_Context_Record; |
Cr | : Cairo.Cairo_Context; | |
Dpi_X | : Gdouble; | |
Dpi_Y | : Gdouble); |
Binding from C File version 2.16.6