Ignore:
Timestamp:
Aug 13, 2011, 10:05:53 PM (12 years ago)
Author:
sam
Message:

gtk: refactor the GTK mess once again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/deushax/gtk/glmapview.h

    r824 r825  
    1414{
    1515public:
    16     GlMapView(GtkBuilder *builder);
     16    GlMapView(GtkContainer *in_container,
     17              GtkAdjustment *in_hadj, GtkAdjustment *in_vadj);
     18    ~GlMapView();
    1719    void LoadMap(char const *path);
    1820    void CloseMap();
     
    3335    static gboolean IdleTickSignal(GlMapView *that);
    3436    static gboolean SetupSignal(GtkWidget *w, GlMapView *that);
    35     static gboolean ShutdownSignal(GlMapView *that);
     37    static gboolean DeleteSignal(GtkWidget *w, GdkEvent *e, GlMapView *that);
    3638    static gboolean DrawSignal(GtkWidget *w, GdkEventExpose *e,
    3739                               GlMapView *that);
Note: See TracChangeset for help on using the changeset viewer.