Hello,
I'm trying to draw ribbon menu as Win7 does
something like this
But I don't know how to paint this light (at the bottom of image) ->
Any one know how to draw/paint that ?
Thanks
const
RICHMENU_MARG_X = 4;
RICHMENU_MARG_Y = 4;
RICHMENU_SEPARATOR_LEADING = 6;
RICHMENU_GUTTER_WIDTH = 40;
RICHMENU_SEPARATOR_BACKGROUND_COLOR = $00eee7dd;
RICHMENU_SEPARATOR_LINE_COLOR = $00c5c5c5;
RICHMENU_GUTTER_COLOR = $00F2DAC2;
RICHMENU_ITEM_BACKGROUND_COLOR = $00fafafa;
RICHMENU_ITEM_SELECTED_COLOR = $00e6d5cb;
RICHMENU_FONT_COLOR = $006e1500;
RICHMENU_FONT_DISABLED_COLOR = $00dec5d8;
RICHMENU_GRADIENT_START1 = $00EBFDFF;
RICHMENU_GRADIENT_END1 = $00ABEBFF;
RICHMENU_GRADIENT_START2 = $0069D6FF;
RICHMENU_GRADIENT_END2 = $0096E4FF;
Users browsing this forum: No registered users and 11 guests