Changeset 825 for trunk/deushax/gtk/glmapview.h
- Timestamp:
- Aug 13, 2011, 10:05:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/deushax/gtk/glmapview.h
r824 r825 14 14 { 15 15 public: 16 GlMapView(GtkBuilder *builder); 16 GlMapView(GtkContainer *in_container, 17 GtkAdjustment *in_hadj, GtkAdjustment *in_vadj); 18 ~GlMapView(); 17 19 void LoadMap(char const *path); 18 20 void CloseMap(); … … 33 35 static gboolean IdleTickSignal(GlMapView *that); 34 36 static gboolean SetupSignal(GtkWidget *w, GlMapView *that); 35 static gboolean ShutdownSignal(GlMapView *that);37 static gboolean DeleteSignal(GtkWidget *w, GdkEvent *e, GlMapView *that); 36 38 static gboolean DrawSignal(GtkWidget *w, GdkEventExpose *e, 37 39 GlMapView *that);
Note: See TracChangeset
for help on using the changeset viewer.