summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
blob: a0f740c0840c1c657e48528f5c418a50a02fd486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!-- ##### SECTION Title ##### -->
Basics

<!-- ##### SECTION Short_Description ##### -->
Creation, rendering, destruction.

<!-- ##### SECTION Long_Description ##### -->
<para>

</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT Ghosd ##### -->
<para>
An opaque Ghosd object.  Think of it as the window that the content is
displayed in.
</para>


<!-- ##### USER_FUNCTION GhosdRenderFunc ##### -->
<para>
The type of callback called when Ghosd needs to render the content.
</para>

@ghosd: A #Ghosd object.
@cr: A #cairo_t to draw on.
@user_data: User data that was passed to ghosd_set_render().


<!-- ##### FUNCTION ghosd_new ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION ghosd_set_transparent ##### -->
<para>

</para>

@ghosd: 
@transparent: 


<!-- ##### MACRO GHOSD_COORD_CENTER ##### -->
<para>
Pass this as a coordinate to ghosd_set_position() to center along that axis.
</para>



<!-- ##### FUNCTION ghosd_set_position ##### -->
<para>

</para>

@ghosd: 
@x: 
@y: 
@width: 
@height: 


<!-- ##### FUNCTION ghosd_set_render ##### -->
<para>

</para>

@ghosd: 
@render_func: 
@data: 


<!-- ##### FUNCTION ghosd_render ##### -->
<para>

</para>

@ghosd: 


<!-- ##### FUNCTION ghosd_show ##### -->
<para>

</para>

@ghosd: