PR# 19681 WEL_MENU

Problem Report Summary
Submitter: hcater
Category: WEL
Priority: Low
Date: 2020/10/27
Class: Feature Request
Severity: Non-critical
Number: 19681
Release: 20.05
Confidential: No
Status: Open
Responsible:
Environment: win
Synopsis: WEL_MENU

Description
I have also added this basic operation to class WEL_MENU

	redraw (hwnd : POINTER)
		-- redraws the menu bar of the specified window. If the menu bar changes after the system has created the window,
		-- this function must be called to draw the changed menu bar.
		do
			cwin_draw_menu_bar (hwnd)
		end
To Reproduce

										
Problem Report Interactions