~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to iagno/gnothello.h

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.3.4)
  • mto: (163.1.3 precise)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20110530133204-celaq1v1dsxc48q1
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
void free_str (GtkWidget * widget, void *data);
62
62
void load_tiles_callback (GtkWidget * widget, void *data);
63
63
void cancel (GtkWidget * widget, void *data);
64
 
gboolean expose_event (GtkWidget * widget, GdkEventExpose * event);
 
64
gboolean draw_event (GtkWidget * widget, cairo_t * cr);
65
65
gint configure_event (GtkWidget * widget, GdkEventConfigure * event);
66
66
gint button_press_event (GtkWidget * widget, GdkEventButton * event);
67
67
void gui_draw_pixmap (gint which, gint x, gint y);
68
 
void gui_draw_pixmap_buffer (gint which, gint x, gint y);
 
68
void gui_draw_board (void);
69
69
void set_animation_speed (gint speed);
70
70
void start_animation (void);
71
71
void stop_animation (void);
79
79
guint add_timeout (guint time, GSourceFunc func, gpointer turn);
80
80
void load_pixmaps (void);
81
81
void properties_cb (GtkWidget * widget, gpointer data);
82
 
void set_bg_color (void);
83
 
void gui_draw_grid (void);
84
82
 
85
83
#endif