Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Preserving position of the text when the window is resized

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
Zurg11
Posts: 11
Joined: 2019-03-21 07:21

Preserving position of the text when the window is resized

#1 Post by Zurg11 »

Hello, I need help with Xlib (again).

So basically I have a window that has a text centered on it. Is there a way to make the X server remember the window contents and adjust them accordingly to the size when the window is resized. Now the contents are static so they are simply lost when the window is scaled down over them. Otherwise I guess I'll have to redraw them myself.

Post Reply