Re: [Lazarus] Adding TListView.GetHeaderHeight

2016-04-12 Thread Denis Kozlov
On 12 April 2016 at 12:04, Zeljko  wrote:
>
> I'll implement it, doesn't look like a big problem, but still wondering
> why is this good for (getHeaderHeight) ?
>

I responded in the bug tracker:
http://bugs.freepascal.org/view.php?id=29997

Denis
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Adding TListView.GetHeaderHeight

2016-04-12 Thread Zeljko



On 04/12/2016 12:39 PM, Denis Kozlov wrote:

On 12 April 2016 at 08:29, Zeljko > wrote:


On 04/11/2016 05:29 PM, Denis Kozlov wrote:

Is it possible to add a TListView.GetHeaderHeight method?

My implementation for Windows as a standalone function is attached.

Can this can be done on other platforms? I don't have the
expertise in
other widgets.


AFAIK yes.


I have submitted a patch which implements it for Win32 and WinCE widgetsets:
http://bugs.freepascal.org/view.php?id=29997

Is anybody interested in implementing it for other platforms?


I'll implement it, doesn't look like a big problem, but still wondering 
why is this good for (getHeaderHeight) ?


zeljko

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Adding TListView.GetHeaderHeight

2016-04-12 Thread Denis Kozlov
On 12 April 2016 at 08:29, Zeljko  wrote:

>
> On 04/11/2016 05:29 PM, Denis Kozlov wrote:
>
>> Is it possible to add a TListView.GetHeaderHeight method?
>>
>> My implementation for Windows as a standalone function is attached.
>>
>> Can this can be done on other platforms? I don't have the expertise in
>> other widgets.
>>
>
> AFAIK yes.
>

I have submitted a patch which implements it for Win32 and WinCE widgetsets:
http://bugs.freepascal.org/view.php?id=29997

Is anybody interested in implementing it for other platforms?

Denis
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Adding TListView.GetHeaderHeight

2016-04-12 Thread Zeljko



On 04/11/2016 05:29 PM, Denis Kozlov wrote:

Hi,

Is it possible to add a TListView.GetHeaderHeight method?

My implementation for Windows as a standalone function is attached.

Can this can be done on other platforms? I don't have the expertise in
other widgets.


AFAIK yes.

zeljko

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus