Subversion Repositories planix.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed


typedef struct Group Group;

struct Group {
        Control;
        int             lastbut;
        int             border;
        int             mansize;                /* size was set manually */
        int             separation;
        int             selected;
        int             lastkid;
        CImage  *bordercolor;
        CImage  *image;
        int             nkids;
        Control **kids;         /* mallocated */
        Rectangle       *separators;    /* mallocated */
        int             nseparators;
};