gtk: get property

Gerald via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 5 08:19:43 PDT 2017


On Saturday, 5 August 2017 at 15:08:21 UTC, Johnson Jones wrote:
> I am trying to get the handle size of panned. Not sure if I'm 
> doing it right but
>
> [...]

I'm using this in Tilix:

Value handleSize = new Value(0);
paned.styleGetProperty("handle-size", handleSize);


More information about the Digitalmars-d-learn mailing list