view doodle/gtk/zoom_controls.d @ 83:06b4504cbcb0

Checkpoint of trying to get a different renderer going (OpenGL)
author daveb
date Mon, 16 Aug 2010 17:16:36 +0930
parents 1754cb773d41
children
line wrap: on
line source

module doodle.gtk.zoom_controls;

public {
    import gtk.HBox;
}

private {
}

// Useful actions
// Zoom to fit contents, Zoom 1:1, zoom in/out (coarse/fine)
// Manually specified zoom?

//class ZoomControls : HBox {
//    this() {
//    }
//
//    private {
//    }
//}