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

g09::gtk_layout.h::

#include<stdio.h>
#include<gtk/gtk.h>

#define LEN 8
#define CELL_WIDTH 80.0
#define BORDER 10.0

//表示をgtk_main()に渡すための領域
GtkWidget *boardArea();
GtkWidget *scoreArea();
GtkWidget *bottonsArea();
//
gboolean titleIf(GtkWidget *window);
gboolean gameInterface(GtkWidget *window);


最終更新日:2016/07/29 14:32:52