gtk: get property
    Johnson Jones via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Aug  5 08:41:37 PDT 2017
    
    
  
On Saturday, 5 August 2017 at 15:19:43 UTC, Gerald wrote:
> 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);
Awesome! Thanks! I didn't see that method in the list of 1000's 
of function in Visual D ;/ Figured everything that was a getter 
started with get.
    
    
More information about the Digitalmars-d-learn
mailing list