Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resizing widgets dynamically #30

Open
andrewray opened this issue Mar 24, 2016 · 1 comment
Open

Resizing widgets dynamically #30

andrewray opened this issue Mar 24, 2016 · 1 comment

Comments

@andrewray
Copy link
Collaborator

Is there way to do this other than killing and regenerating the UI?

The event which resizes the terminal seems to do a very similar job.

@ghost
Copy link

ghost commented Mar 24, 2016

There doesn't seem to be a way indeed. I think you can force it by doing this on the toplevel widget:

w#set_allocation w#allocation;
w#queue_draw;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant