]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/services/gfx/mw/v2_0/doc/nano-X/nano-X-sections.txt
Initial revision
[karo-tx-redboot.git] / packages / services / gfx / mw / v2_0 / doc / nano-X / nano-X-sections.txt
1 <SECTION>
2 <FILE>general</FILE>
3 GrFlush
4 GrOpen
5 GrClose
6 GrMainLoop
7 GrGetScreenInfo
8 GrSetErrorHandler
9 GrDefaultErrorHandler
10 </SECTION>
11 <SECTION>
12 <FILE>window</FILE>
13 GrNewWindow
14 GrNewPixmap
15 GrNewInputWindow
16 GrDestroyWindow
17 GrMapWindow
18 GrUnmapWindow
19 GrRaiseWindow
20 GrLowerWindow
21 GrMoveWindow
22 GrResizeWindow
23 GrReparentWindow
24 GrGetWindowInfo
25 GrSetWMProperties
26 GrGetWMProperties
27 GrSetFocus
28 GrGetFocus
29 GrSetBorderColor
30 GrSetBackgroundPixmap
31 GrClearWindow
32 GrCloseWindow
33 GrKillWindow
34 </SECTION>
35 <SECTION>
36 <FILE>graphics</FILE>
37 GrNewGC
38 GrCopyGC
39 GrGetGCInfo
40 GrDestroyGC
41 GrLine
42 GrPoint
43 GrPoints
44 GrRect
45 GrFillRect
46 GrPoly
47 GrFillPoly
48 GrEllipse
49 GrFillEllipse
50 GrArc
51 GrArcAngle
52 GrSetGCForeground
53 GrSetGCBackground
54 GrSetGCUseBackground
55 GrSetGCMode
56 GrSetGCFont
57 GrGetGCTextSize
58 GrReadArea
59 GrArea
60 GrCopyArea
61 GrBitmap
62 GrFreeImage
63 GrGetImageInfo
64 GrDrawImageFromFile
65 GrLoadImageFromFile
66 GrDrawImageToFit
67 GrDrawImageBits
68 GrText
69 </SECTION>
70 <SECTION>
71 <FILE>events</FILE>
72 GrSelectEvents
73 GrGetNextEvent
74 GrGetNextEventTimeout
75 GrCheckNextEvent
76 GrPeekEvent
77 </SECTION>
78 <SECTION>
79 <FILE>fonts</FILE>
80 GrCreateFont
81 GrSetFontSize
82 GrSetFontRotation
83 GrSetFontAttr
84 GrDestroyFont
85 GrGetFontInfo
86 </SECTION>
87 <SECTION>
88 <FILE>pointer</FILE>
89 GrSetCursor
90 GrMoveCursor
91 GrInjectPointerEvent
92 </SECTION>
93 <SECTION>
94 <FILE>colours</FILE>
95 GrGetSystemPalette
96 GrSetSystemPalette
97 GrFindColor
98 GrGetSysColor
99 </SECTION>
100 <SECTION>
101 <FILE>regions</FILE>
102 GrNewRegion
103 GrDestroyRegion
104 GrUnionRectWithRegion
105 GrUnionRegion
106 GrSubtractRegion
107 GrXorRegion
108 GrIntersectRegion
109 GrSetGCRegion
110 GrPointInRegion
111 GrRectInRegion
112 GrEmptyRegion
113 GrEqualRegion
114 GrOffsetRegion
115 GrGetRegionBox
116 GrNewPolygonRegion
117 </SECTION>
118 <SECTION>
119 <FILE>selections</FILE>
120 GrSetSelectionOwner
121 GrGetSelectionOwner
122 GrRequestClientData
123 GrSendClientData
124 </SECTION>
125 <SECTION>
126 <FILE>misc</FILE>
127 GrRegisterDragAndDropWindow
128 GrReqShmCmds
129 GrInjectKeyboardEvent
130 GrRegisterInput
131 GrPrepareSelect
132 GrServiceSelect
133 GrBell
134 GrSetScreenSaverTimeout
135 </SECTION>