I have some text in my app window. I'd like it to resize if someone resizes the app window (if window gets bigger, the text gets bigger too).
Is this possible to achieve using Quickly, Glade and Python?
|
I have some text in my app window. I'd like it to resize if someone resizes the app window (if window gets bigger, the text gets bigger too). Is this possible to achieve using Quickly, Glade and Python? |
|||
|
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
I'd use some kind of MyFrame.getSize() method to get the size of the frame. Then I'd make all the text sizes relative to the size of the frame. I don't know how to realize that with Quickly, Glade or Python, but I did it in Java and it should work in other programming languages as well. |
|||
|
|