polar-arrange-tab.h revision 24a58bcd3eabd84ac98f945adbe6ce68cd8a7ab2
/**
*/
/* Authors:
* Declara Denis
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <gtkmm.h>
#include "ui/dialog/arrange-tab.h"
#include "ui/widget/anchor-selector.h"
#include "ui/widget/scalar-unit.h"
virtual ~PolarArrangeTab() {};
/**
* Do the actual work
*/
/**
* Respond to selection change
*/
void updateSelection();
void on_anchor_radio_changed();
void on_arrange_radio_changed();
};
} //namespace Dialog
} //namespace UI
} //namespace Inkscape
#endif /* INKSCAPE_UI_DIALOG_POLAR_ARRANGE_TAB_H */