view doodle/gtk/zoom_controls.d @ 100:a274d16ab6ce

struct initialisers
author David Bryant <bagnose@gmail.com>
date Mon, 18 Oct 2010 18:10:02 +1030
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 {
//    }
//}