imagetoggler.h revision 4e30687b6d402c72b644867605dfa0d42ffa1a90
#ifndef __UI_DIALOG_IMAGETOGGLER_H__
#define __UI_DIALOG_IMAGETOGGLER_H__
/*
* Authors:
* Jon A. Cruz
* Johan B. C. Engelen
*
* Copyright (C) 2006-2008 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <gtkmm/cellrendererpixbuf.h>
virtual ~ImageToggler() {};
};
} // namespace Widget
} // namespace UI
} // namespace Inkscape
#endif /* __UI_DIALOG_IMAGETOGGLER_H__ */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :