I tried to do the following: (splitter is the split box)

    local barHandle = iup.GetChild(splitter,0)
    print(barHandle)
    function barHandle:button_cb(button,pressed,x,y,status)
        print("I am here")
        return iup.DEFAULT
    end

So now whenever I click on the handle I get the callback but it messes up
the resizing ability for the split control.

Milind

On Thu, Nov 13, 2014 at 3:59 PM, Milind Gupta <[email protected]>
wrote:

> Hi,
>       Is there any way I can get a call back when the splitter is adjusted?
>
> Thanks,
> Milind
>
>
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to