[fpc-pascal] [FPC-Pascal] FPC Graphics options?

Nikolay Nikolov nickysn at gmail.com
Mon May 22 01:00:06 CEST 2017



On 05/22/2017 01:25 AM, James Richters wrote:
> Setting it before initgraph will serve my purposes just fine.  How is this accomplished?
Just set the new WindowTitle global string variable to something, before 
calling InitGraph:

begin
   WindowTitle := 'window title goes here';
   InitGraph(...);

> -----Original Message-----
> From: fpc-pascal [mailto:fpc-pascal-bounces at lists.freepascal.org] On Behalf Of Nikolay Nikolov
> Sent: Sunday, May 21, 2017 5:47 PM
> To: fpc-pascal at lists.freepascal.org
> Subject: Re: [fpc-pascal] FPC Graphics options?
>
>
>
> On 05/16/2017 02:45 PM, Nikolay Nikolov wrote:
>>    Tonight I'll also add the option for changing the title bar text,
>> when in windowed mode.
> Implemented in r715. Note that you still cannot change the window title, after the window has been created, but at least now you can set it (in a multiplatform way) before InitGraph.
>
> Nikolay
Nikolay



More information about the fpc-pascal mailing list