ソフトウェア設計及び演習用の班Wiki

g02::bar.h

barの構造体

typedef struct {

gdouble x; /* x座標 */

gdouble y; /* y座標 */

gdouble width; /* 幅 */

gdouble height;  /* 高さ */

gboolean visible; /* 物体の表示・非表示 */

}rectangle;

barの関数

void draw_canvas(cairo_t *cr); /* キャンバスを描く */

void create_rectangle(cairo_t *cr,rectangle rec); /* barを作る */


最終更新日:2014/01/09 16:20:46