Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_PRINT_CONTEXT (gtk_print_context_get_type ()) |
#define | GTK_PRINT_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_PRINT_CONTEXT, GtkPrintContext)) |
#define | GTK_IS_PRINT_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_PRINT_CONTEXT)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GtkPrintContext | GtkPrintContext |
#define GTK_IS_PRINT_CONTEXT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_PRINT_CONTEXT)) |
Definition at line 36 of file gtkprintcontext.h.
#define GTK_PRINT_CONTEXT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_PRINT_CONTEXT, GtkPrintContext)) |
Definition at line 35 of file gtkprintcontext.h.
#define GTK_TYPE_PRINT_CONTEXT (gtk_print_context_get_type ()) |
Definition at line 34 of file gtkprintcontext.h.
typedef typedefG_BEGIN_DECLS struct _GtkPrintContext GtkPrintContext |
Definition at line 32 of file gtkprintcontext.h.
GDK_AVAILABLE_IN_ALL PangoContext * gtk_print_context_create_pango_context | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL PangoLayout * gtk_print_context_create_pango_layout | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL cairo_t * gtk_print_context_get_cairo_context | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL double gtk_print_context_get_dpi_x | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL double gtk_print_context_get_dpi_y | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_print_context_get_hard_margins | ( | GtkPrintContext * | context, |
double * | top, | ||
double * | bottom, | ||
double * | left, | ||
double * | right ) |
GDK_AVAILABLE_IN_ALL double gtk_print_context_get_height | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL GtkPageSetup * gtk_print_context_get_page_setup | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL PangoFontMap * gtk_print_context_get_pango_fontmap | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL GType gtk_print_context_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL double gtk_print_context_get_width | ( | GtkPrintContext * | context | ) |
GDK_AVAILABLE_IN_ALL void gtk_print_context_set_cairo_context | ( | GtkPrintContext * | context, |
cairo_t * | cr, | ||
double | dpi_x, | ||
double | dpi_y ) |