view doodle/gtk/zoom_controls.d @ 94:deb9d9fae854

Added my .hgrc file and tweaked README
author David Bryant <bagnose@gmail.com>
date Thu, 26 Aug 2010 16:08:21 +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 {
//    }
//}