[Implemented] menubarbreak

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[Implemented] menubarbreak

Post by BackupUser »

Restored from previous forum. Originally posted by geoff.

The PureBasic command MenuBar() corresponds to MF_SEPARATOR (I think)

A similar command (eg MenuVertBar()) corresponding to MF_MENUBARBREAK
would be useful.

This would allow a long menu to be extended onto a second column.

I assume this would be a fairly minor addition.

(Implemented as 'MenuBar()')