Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkrender.h
Go to the documentation of this file.
1/* GTK - The GIMP Toolkit
2 * Copyright (C) 2010 Carlos Garnacho <carlosg@gnome.org>
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#pragma once
19
20#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
21#error "Only <gtk/gtk.h> can be included directly."
22#endif
23
24#include <cairo.h>
25#include <pango/pango.h>
26#include <gdk/gdk.h>
27
28#include <gtk/gtkenums.h>
29#include <gtk/gtktypes.h>
30#include <gtk/gtksnapshot.h>
31
33
36 cairo_t *cr,
37 double x,
38 double y,
39 double width,
40 double height);
43 cairo_t *cr,
44 double x,
45 double y,
46 double width,
47 double height);
50 cairo_t *cr,
51 double angle,
52 double x,
53 double y,
54 double size);
57 cairo_t *cr,
58 double x,
59 double y,
60 double width,
61 double height);
62
65 cairo_t *cr,
66 double x,
67 double y,
68 double width,
69 double height);
72 cairo_t *cr,
73 double x,
74 double y,
75 double width,
76 double height);
79 cairo_t *cr,
80 double x,
81 double y,
82 double width,
83 double height);
86 cairo_t *cr,
87 double x,
88 double y,
89 PangoLayout *layout);
92 cairo_t *cr,
93 double x0,
94 double y0,
95 double x1,
96 double y1);
99 cairo_t *cr,
100 double x,
101 double y,
102 double width,
103 double height);
106 cairo_t *cr,
107 double x,
108 double y,
109 double width,
110 double height);
113 cairo_t *cr,
114 GdkTexture *texture,
115 double x,
116 double y);
117
120 GtkStyleContext *context,
121 double x,
122 double y,
123 double width,
124 double height);
127 GtkStyleContext *context,
128 double x,
129 double y,
130 double width,
131 double height);
134 GtkStyleContext *context,
135 double x,
136 double y,
137 double width,
138 double height);
141 GtkStyleContext *context,
142 double x,
143 double y,
144 PangoLayout *layout);
147 GtkStyleContext *context,
148 double x,
149 double y,
150 PangoLayout *layout,
151 int index,
152 PangoDirection direction);
153
155
struct _cairo cairo_t
Definition cairo.h:135
guint index
#define GDK_DEPRECATED_IN_4_10
struct _GdkTexture GdkTexture
Definition gdktypes.h:82
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
GDK_DEPRECATED_IN_4_10 void gtk_render_activity(GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_render_handle(GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_render_icon(GtkStyleContext *context, cairo_t *cr, GdkTexture *texture, double x, double y)
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_frame(GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_render_layout(GtkStyleContext *context, cairo_t *cr, double x, double y, PangoLayout *layout)
GDK_DEPRECATED_IN_4_10 void gtk_render_expander(GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_render_option(GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_render_arrow(GtkStyleContext *context, cairo_t *cr, double angle, double x, double y, double size)
G_BEGIN_DECLS GDK_DEPRECATED_IN_4_10 void gtk_render_check(GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_render_frame(GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_layout(GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, PangoLayout *layout)
GDK_DEPRECATED_IN_4_10 void gtk_render_background(GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_insertion_cursor(GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, PangoLayout *layout, int index, PangoDirection direction)
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_focus(GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_render_focus(GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height)
GDK_DEPRECATED_IN_4_10 void gtk_render_line(GtkStyleContext *context, cairo_t *cr, double x0, double y0, double x1, double y1)
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_background(GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, double width, double height)
GdkSnapshot GtkSnapshot
Definition gtktypes.h:60
PangoDirection
typedefG_BEGIN_DECLS struct _PangoLayout PangoLayout