Re: [Iup-users] IupFlatTabs issue?

2018-03-07 Thread Antonio Scuri
Fixed and committed to SVN. Best, Scuri 2018-03-07 12:29 GMT-03:00 Antonio Scuri : > Hi Ranier, > > Sometimes to update GTK can be very tricky. So we usually build using > the GTK that is installed on the system. This is specially true for older > systems and we have many of those... > >

Re: [Iup-users] IupFlatTabs issue?

2018-03-07 Thread Antonio Scuri
Hi Ranier, Sometimes to update GTK can be very tricky. So we usually build using the GTK that is installed on the system. This is specially true for older systems and we have many of those... Best, Scuri 2018-03-07 11:13 GMT-03:00 Antonio Scuri : > Ok. I'll do some tests here. > > Best, >

Re: [Iup-users] IupFlatTabs issue?

2018-03-07 Thread Antonio Scuri
Ok. I'll do some tests here. Best, Scuri Em 7 de mar de 2018 10:02 AM, "許永寬" escreveu: > It's: > GTK Version=3.18.9 > GTK Dev Version=3.18.9 > > > 2018-03-07 20:14 GMT+08:00 Antonio Scuri : > >> Hi, >> >> Thanks for the feedback. >> >> You have installed both GTKs, but I need to know wh

Re: [Iup-users] IupFlatTabs issue?

2018-03-07 Thread Ranier VF
Hi, Why not GTK 3.22.28, the latest gtk? Support multiple versions is very expensive. Notice Firefox will drop gtk2! Best regards, Ranier Vilela De: 許永寬 Enviado: quarta-feira, 7 de março de 2018 13:02 Para: IUP discussion list. Assunto: Re: [Iup-users] I

Re: [Iup-users] IupFlatTabs issue?

2018-03-07 Thread 許永寬
It's: GTK Version=3.18.9 GTK Dev Version=3.18.9 2018-03-07 20:14 GMT+08:00 Antonio Scuri : > Hi, > > Thanks for the feedback. > > You have installed both GTKs, but I need to know which GTK that IUP is > using. You can do this, after IupOpen: > > printf("GTK Version=%s", IupGetGlobal("GTKVE

Re: [Iup-users] IupFlatTabs issue?

2018-03-07 Thread Antonio Scuri
Hi, Thanks for the feedback. You have installed both GTKs, but I need to know which GTK that IUP is using. You can do this, after IupOpen: printf("GTK Version=%s", IupGetGlobal("GTKVERSION")); printf("GTK Dev Version=%s", IupGetGlobal("GTKDEVVERSION")); They should be equal. Best, Scur

Re: [Iup-users] IupFlatTabs issue?

2018-03-07 Thread 許永寬
Dear Scuri: The picture about the issue: https://i.imgur.com/JPtF0Rj.png Top one is the GTK version Bottom-L is use IupTabs, the selection and V-scrollbar is show correctly Bottom-R is use IupFlatTabs, the selection become same color as background and the V-scrollbar is disappear( but can work)