view doodle/gtk/opengl.d @ 82:0314b2e03f9b

Moved gtk/conversions.d int gtk/events.d Nearly done with the housekeeping...
author "David Bryant <bagnose@gmail.com>"
date Mon, 16 Aug 2010 00:08:19 +0930
parents b759414d2b72
children cdd4fc728d94
line wrap: on
line source

module doodle.gtk.opengl;

public {
    import doodle.tk.drawable;
}

/*
final class OpenGLDrawing : Drawable {

    // Drawing overrides:

    void setLineStyle(LineStyle style) {
    }
}
*/