/*-*-C-*-
 *
 * Header for icon justification routines
 */

typedef enum
{
    Left,
    Centre,
    Right
} JustifyType;


extern Bool justify_canonicalise (IconInfoPtr icon);
extern JustifyType justify_type (IconInfoPtr icon);
extern void justify_settype (IconInfoPtr icon, JustifyType type);
