diff --git a/docs/classfluent__tray_1_1_fluent_tray-members.html b/docs/classfluent__tray_1_1_fluent_tray-members.html index 15fd7d3..7f9098f 100644 --- a/docs/classfluent__tray_1_1_fluent_tray-members.html +++ b/docs/classfluent__tray_1_1_fluent_tray-members.html @@ -95,7 +95,7 @@
Public Member Functions | |||
FluentTray () | |||
Create tray object. | |||
FluentTray (int message_id_offset=25, int autocolorpick_offset=5, unsigned char autofadedborder_from_backcolor=10) | |||
Create tray object. | |||
FluentTray (const FluentTray &)=delete | |||
FluentTray & | operator= (const FluentTray &)=delete | ||
bool | set_font (LONG font_size=0, LONG font_weight=0, const std::string &font_name="") | ||
Set font information to draw menus. | |||
bool | set_color (const COLORREF &text_color=CLR_INVALID, const COLORREF &back_color=CLR_INVALID, unsigned char color_decay=10) | ||
Set colors to draw menus. | |||
bool | set_color (COLORREF text_color=CLR_INVALID, COLORREF back_color=CLR_INVALID, COLORREF border_color=CLR_INVALID) | ||
Set colors to draw menus. | |||
bool | change_icon (const std::string &icon_path) | ||
Load the image file and change the icon. | |||
( | -) | +int | message_id_offset = 25, | + +
+ | int | autocolorpick_offset = 5, | +|
+ | + | unsigned char | autofadedborder_from_backcolor = 10 ) |
Create tray object.
+[in] | message_id_offset | Unique message identifier. |
[in] | autocolorpick_offset | Pixel offset to determine the background color. |
[in] | autofadedborder_from_backcolor | Decay value from the background color to determine the background color of the currently selected menu and the color of the separator line. |