insertordericon.h revision 98404ebde764740a1251859e2db4a25dbd1e48ee
#ifndef __UI_DIALOG_INSERTORDERICON_H__
#define __UI_DIALOG_INSERTORDERICON_H__
/*
* Authors:
* Theodore Janeczko
*
* Copyright (C) Theodore Janeczko 2012 <flutterguy317@gmail.com>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <gtkmm/cellrendererpixbuf.h>
#include <glibmm/property.h>
virtual ~InsertOrderIcon() {};
#if WITH_GTKMM_3_0
int& min_w,
int& nat_w) const;
int& min_h,
int& nat_h) const;
#else
#endif
int phys;
};
} // 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:fileencoding=utf-8:textwidth=99 :