Subversion Repositories Kolibri OS

Rev

Rev 8177 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8177 Rev 9053
Line 18... Line 18...
18
func GetButtonID()(id int)
18
func GetButtonID()(id int)
19
func CreateButton(x uint32, y uint32, xsize uint32, ysize uint32, id uint32, color uint32)
19
func CreateButton(x uint32, y uint32, xsize uint32, ysize uint32, id uint32, color uint32)
20
func Exit()
20
func Exit()
21
func Redraw(uint32)
21
func Redraw(uint32)
22
func Window(y uint32, x uint32, w uint32,h uint32, title string)
22
func Window(y uint32, x uint32, w uint32,h uint32, title string)
23
func WriteText(x uint32 ,y uint32 , color uint32, text string, len uint32)
23
func WriteText(x uint32 ,y uint32 , color uint32, text string)
-
 
24
func WriteText2(uint32 ,string ,uint32, uint32,uint32)
24
func DrawLine(x1 uint32, y1 uint32, x2 uint32, y2 uint32, color uint32)(uint32)
25
func DrawLine(x1 uint32, y1 uint32, x2 uint32, y2 uint32, color uint32)(uint32)
25
func DrawBar(x uint32, y uint32, xsize uint32, ysize uint32, color uint32) 
26
func DrawBar(x int, y int, xsize int, ysize int, color uint32)
26
func DebugOutHex(uint32)
27
func DebugOutHex(uint32)
27
func DebugOutChar(byte)
28
func DebugOutChar(byte)
28
func DebugOutStr(string)
29
func DebugOutStr(string)