On Thursday 12 September 2002 12:42 pm, John Levon wrote:
> There is no way I am going to directly copy the xforms prefs.
> For starters there is a significant amount of xforms-only
> prefs. 

Hardly any. Some colour stuff

keyword_item xformTags[] = {
        { "\\gui_background",   FL_COL1 },
        { "\\gui_buttonbottom", FL_BOTTOM_BCOL },
        { "\\gui_buttonleft",   FL_LEFT_BCOL },
        { "\\gui_buttonright",  FL_RIGHT_BCOL },
        { "\\gui_buttontop",    FL_TOP_BCOL },
        { "\\gui_inactive",     FL_INACTIVE },
        { "\\gui_pointer",      FL_FREE_COL16 },
        { "\\gui_push_button",  FL_YELLOW },
        { "\\gui_selected",     FL_MCOL },
        { "\\gui_text",         FL_BLACK }
};

> And every time I look at the prefs I find loads of stuff I
> don't even understand.

Ever thought of asking?

Angus

Reply via email to