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

Window show/hide events #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Dankr4d
Copy link

@Dankr4d Dankr4d commented Jul 16, 2017

  • Added onShow, onShowOnce, onHide, onHideOnce, onVisibleChanged events to window widget.
  • Added showOnce (read only) and hideOnce (read only) attributes to get if the window has been shown/hide once.
  • Added WM_SHOWWINDOW code.

Signed-off-by: Dankrad

…ts to window widget.

- Added showOnce (read only) and hideOnce (read only) attributes to get if the window has been shown/hide once.
- Added WM_SHOWWINDOW code.

Signed-off-by: Dankrad <Dankrad>
@simonkrauter
Copy link
Owner

@Dankr4d: It seems you have useful knowledge for this project. Please contact me so we can exchange our thoughts.

Dankrad added 3 commits July 30, 2017 17:51
- Added onEnter and onLeave event (hover in and hover out).
- Added rudimentary GdkEventCrossing (enums actually just replaced by an cint).

Signed-off-by: Dankrad <Dankrad>
# Conflicts:
#	src/nigui.nim
#	src/nigui/private/gtk3/gtk3.nim
#	src/nigui/private/gtk3/platform_impl.nim
#	src/nigui/private/windows/platform_impl.nim

Signed-off-by: Dankrad <Dankrad>
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.

None yet

2 participants