[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Displaying multiple forms at the same time
From: |
Elliot Li |
Subject: |
Re: Displaying multiple forms at the same time |
Date: |
Sun, 29 Nov 2015 19:44:47 -0800 |
> On Nov 29, 2015, at 5:39 PM, Thomas Dickey <address@hidden> wrote:
>
> On Thu, Nov 26, 2015 at 08:50:22AM -0800, Elliot Li wrote:
>> Is there an easy hack to let cdk widgets draw their titles right on the upper
>> box boundary to cover part of the boundary lines? Right now it is shown one
>> line bellow the box boundary, and I think that’s kinda wasting a line.
>
> no - in both cases, the whole widget is laid out and drawn according to
> built-in rules. You could draw *outside* the widget, but drawing inside
> means that something wouldn't be repainted as expected.
Actually I somehow solved this problem by putting a CDK label as the title on
the upper box boarder of the other widget. So far they refresh fine enough.
—
Elliot