view doodle/gtk/zoom_controls.d @ 89:467febed7367

* Ignore excre * Some tentative work in grid_layer.d * Give the ScreenModel to all the layers. This needs refinement. * A stroke wouldn't hurt occasionally in cairo_renderer.d
author David Bryant <bagnose@gmail.com>
date Thu, 19 Aug 2010 00:19:42 +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 {
//    }
//}