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

Add signals to explicit show and hide window #56

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Add signals to explicit show and hide window #56

merged 2 commits into from
Aug 30, 2024

Conversation

nwg-piotr
Copy link
Owner

@nwg-piotr nwg-piotr commented Aug 30, 2024

  • Use of SIGUSR1 to toggle window visibility deprecated;
  • added sigToggle (SIGRTMIN+1) to toggle window visibility;
  • added sigShow (SIGRTMIN+2) to show the window;
  • added sigHide (SIGRTMIN+3) to hide the window.

Closes #55.

@nwg-piotr nwg-piotr merged commit 137e788 into master Aug 30, 2024
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

Successfully merging this pull request may close these issues.

How to show/hide dock programatically instead of toggling?
1 participant