Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
a8908357
Commit
a8908357
authored
Nov 10, 2002
by
Andy Cedilnik
Browse files
Add render window message for events on render window
parent
c52658bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Common/vtkCommand.cxx
View file @
a8908357
...
...
@@ -71,6 +71,7 @@ static const char *vtkCommandEventStrings[] = {
"PlaceWidgetEvent"
,
"CursorChangedEvent"
,
"ExecuteInformationEvent"
,
"RenderWindowMessage"
,
NULL
};
...
...
Common/vtkCommand.h
View file @
a8908357
...
...
@@ -151,6 +151,7 @@ public:
PlaceWidgetEvent
,
CursorChangedEvent
,
ExecuteInformationEvent
,
RenderWindowMessage
,
UserEvent
=
1000
};
//ETX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment