Flags for menus say "None"

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

User avatar
marcoagpinto
Addict
Addict
Posts: 1055
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Flags for menus say "None"

Post by marcoagpinto »

Heya,

I wanted to turn on the large icons for Windows, so I pressed F1 on CreateImageMenu and CreatePopupImageMenu and the documentations says: "Flags optional blah blah: None".

I had to come to the forum to know the new flag.

Code: Select all

CreateImageMenu(#MENU_MAIN,WindowID(#WINDOW_MAIN),#PB_Menu_NativeImageSize)
CreatePopupImageMenu(#POPUPMENU,#PB_Menu_NativeImageSize)