view doodle/gtk/opengl.d @ 80:b759414d2b72

Switched from cairo to Drawable abstraction
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 23:43:04 +0930
parents 535bae7a7305
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) {
    }
}
*/