[Lazarus] Unmoveable forms?
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Wed Apr 16 18:29:04 CEST 2008
On Wed, Apr 16, 2008 at 11:12 AM, Luca Olivetti <luca at wetron.es> wrote:
> With delphi I used a trick involving windows messages to make a form
> unmoveable:
I don't think this is implementable in a cross-platform way. On X11
the conection with the window manager is loose, and it may ignore any
request you make.
If you don't want the user to move the form and set the borderstyle to
bsNone. You can paint your own title if you really need one.
Having said that, I can't imagine why one would wish to do this.
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list