Subversion Repositories Kolibri OS

Rev

Rev 9060 | Rev 9174 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9060 Rev 9073
Line 69... Line 69...
69
    IF id # t.current THEN
69
    IF id # t.current THEN
70
        K.DrawLine(x2 - 1, y2, x, y2, K.borderColor);
70
        K.DrawLine(x2 - 1, y2, x, y2, K.borderColor);
71
    END;
71
    END;
72
    K.DrawLine(x, y2, x, y, K.borderColor);
72
    K.DrawLine(x, y2, x, y, K.borderColor);
73
    K.DrawText866bk(x + K.fontWidth, y + (height - K.fontHeight) DIV 2, K.textColor, color, s);
73
    K.DrawText866bk(x + K.fontWidth, y + (height - K.fontHeight) DIV 2, K.textColor, color, s);
74
    K.CreateButton(id + ORD({30}) + btnID, x, y - 1, width, height - 1, color, "");
74
    K.CreateButton(id + ORD({30}) + btnID, x + 1, y - 1, width - 1, height - 1, color, "");
75
END drawTab;
75
END drawTab;
Line 76... Line 76...
76
 
76
 
77
 
77