I'd like to display a window with a text inside it. Here is my code (inside the mouse click hook handler)
...
create_win_flag("inven_loot_weight", 0, 0, 120, 60, WIN_FLAG_DONTMOVE);
selectWin("inven_loot_weight");
sfall_func0("win_fill_color");
SetTextColor(1.0, 0.1, 0.0); // red color...