// // cpview.uix // // This file contains the 'structure' of the Control Panel UI // #define ALIGN_LEFT 0 #define ALIGN_TOP 0 #define ALIGN_RIGHT 1 #define ALIGN_BOTTOM 1 #define ALIGN_CENTER 2 #define ALIGN_JUSTIFY 3 #define FALSE 0 #define TRUE 1 /***************************************************** * Element resources *****************************************************/ // // Link items // // // Enclose the title in an element with flowlayout to vertically // center the text with respect to the icon. What we really need // is a contentalign value called "wrapleftvcenter" // // // Primary pane for Simple View with category list. // // // Primary pane for Simple View of a category. //