Hi have been working with nim/ui for a month or so now. I can see a peice of 
code in which I dnt understand in the wrapper.
    
    
    proc `margined=`*(t: Tab; page: int; x: bool) =
      tabSetMargined(t.impl, page.cint, cint(x))
    

and how to use it. The signature resembles to operator overloading but I have 
across this for first time. @dom96 can you please help.

Reply via email to