comparison window/button.cc @ 18:4d7486cb20a9

Sync with upstream
author thib
date Tue, 16 Sep 2008 15:30:03 +0000
parents b753afeb3f34
children 15a18fbe6f21
comparison
equal deleted inserted replaced
17:a95c130b567b 18:4d7486cb20a9
26 */ 26 */
27 27
28 /* r,g,b の基本色で number (0:left 1:right 2:up 3:down)の矢印のビットマップを作成する 28 /* r,g,b の基本色で number (0:left 1:right 2:up 3:down)の矢印のビットマップを作成する
29 ** width/heightのどちらかを-1にすると、それにあわせてスケール 29 ** width/heightのどちらかを-1にすると、それにあわせてスケール
30 */ 30 */
31 #include <stdlib.h>
31 extern char* create_button(int number, int& width, int& height, int r, int g, int b); 32 extern char* create_button(int number, int& width, int& height, int r, int g, int b);
32 extern char* create_box(int& width, int& height, int r, int g, int b); 33 extern char* create_box(int& width, int& height, int r, int g, int b);
33 34
34 // ボタンのbitmap 35 // ボタンのbitmap
35 // ランレングスで簡易圧縮 36 // ランレングスで簡易圧縮