Hi,
You're right, the variable is set to 1. But I have no idea what that variable does in this distro, which, as far as I know, has no relation to Ubuntu.

Regards
 
Enviar: jueves 6 de noviembre de 2025 a las 15:15
De: "Milan Nikolic" <[email protected]>
Para: "IUP discussion list." <[email protected]>
CC: "Germán Arias" <[email protected]>
Asunto: Re: [Iup-users] Problem with iup 3.32
Hi,
 
From the code, the only reason why the GLOBALMENU is set to YES can be that you have `UBUNTU_MENUPROXY` env set? However, that was only used on some older Ubuntu versions, and it is no longer used.
 
On Thu, Nov 6, 2025 at 9:06 PM Germán Arias via Iup-users <[email protected]> wrote:
Hi, I've solved this. I was using the binaries, so I compiled the libraries from source code, but I got the same result. I looked at the IUP GTK code and realized that to get the menu size, it checks if there's a global menu. If there is, it returns zero. So I added the following line to my project:

IupSetGlobal("GLOBALMENU","No");

And this solved the problem. For some reason in this system (PCLinuxOS) this returns Yes, although I haven't set it anywhere.

Regards
Germán


Enviar: miércoles 18 de junio de 2025 a las 18:01
De: "Germán Arias" <[email protected]>
Para: "iup-user" <[email protected]>
Asunto: Problem with iup 3.32

Hi, I update to iup 3.32 and compiling the file example3_5.c at tutorial, at the displayed window the toolbar overlaps the menu. This is in xfce using gtk 3. Not sure if Xfce is the problem.
Regards.
 


_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to