No sense for me. IupSplit is equivalent of a hbox or vbox, with the two children and an IupCanvas where the handler is drawn.
I just tested your sample in Ubuntu and the dialog shows with the correct initial size. Best, Scuri > -----Original Message----- > From: Ico Doornekamp [mailto:[email protected]] > Sent: terça-feira, 10 de dezembro de 2013 08:50 > To: 'IUP discussion list.' > Subject: Re: [Iup-users] split not expanding on tiling window manager > (Xmonad) > > Hi Antonio, > > * On 2013-12-09 19:15:39 +0100, Antonio Scuri wrote: > > > I still have the same impression that that the window initial resize > > is not being forward to the application. Because when it does the > > contents are rearranged accordingly. Don't know how to help you. > > The plot thickens, but I'm not familiar enough with the GTK api to find out > much more at this time. I noticed the following: consider this example: > > iup.dialog { > iup.split { > iup.button { title = "Flip", expand = "yes" }, > iup.button { title = "Flop", expand = "yes" }, > }, > }:show() > > Running this snippet, the gtk configure-event is called only once, with the > wrong size. > > Changing the 'split' into a 'hbox' changes the behaviour, in this case the > configure-event gets called three times, the third time with the proper size. > > Does the above make any sense? > > -- > :wq > ^X^Cy^K^X^C^C^C^C > > ---------------------------------------------------------------------------- -- > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.c > lktrk > _______________________________________________ > Iup-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/iup-users ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
