Fix missed old syntax parameter in menus
This commit is contained in:
@@ -518,7 +518,7 @@ native bool AddMenuItem(Handle menu,
|
|||||||
* @error Invalid Handle or menu position.
|
* @error Invalid Handle or menu position.
|
||||||
*/
|
*/
|
||||||
native bool InsertMenuItem(Handle menu,
|
native bool InsertMenuItem(Handle menu,
|
||||||
position,
|
int position,
|
||||||
const char[] info,
|
const char[] info,
|
||||||
const char[] display,
|
const char[] display,
|
||||||
int style=ITEMDRAW_DEFAULT);
|
int style=ITEMDRAW_DEFAULT);
|
||||||
|
|||||||
Reference in New Issue
Block a user