12.04.2011 21:52, Justin Smyth wrote:
Guys.
In Delphi you can set the break to barbreak to break the menu in half
, whats the best way ( if possible to do this in lazarus ) ?
This is a windows only feature and it is not implemented in lazarus.
To achive the desired effect on windows you can play with
TMenuItem.Handle and windows api in {$ifdef windows} block inside your
application.
Best regards,
Paul Ishenin
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal