view doodle/gtk/zoom_controls.d @ 82:0314b2e03f9b

Moved gtk/conversions.d int gtk/events.d Nearly done with the housekeeping...
author "David Bryant <bagnose@gmail.com>"
date Mon, 16 Aug 2010 00:08:19 +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 {
//    }
//}