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
Ben Boeckel
ParaView
Commits
716b5803
Commit
716b5803
authored
Jun 29, 2004
by
Sebastien Barre
Browse files
FIX: PrintSelf defect
parent
08cca108
Changes
1
Hide whitespace changes
Inline
Side-by-side
GUI/Widgets/vtkKWDialog.cxx
View file @
716b5803
...
...
@@ -20,7 +20,7 @@
//----------------------------------------------------------------------------
vtkStandardNewMacro
(
vtkKWDialog
);
vtkCxxRevisionMacro
(
vtkKWDialog
,
"1.4
0
"
);
vtkCxxRevisionMacro
(
vtkKWDialog
,
"1.4
1
"
);
int
vtkKWDialogCommand
(
ClientData
cd
,
Tcl_Interp
*
interp
,
int
argc
,
char
*
argv
[]);
...
...
@@ -293,5 +293,6 @@ void vtkKWDialog::PrintSelf(ostream& os, vtkIndent indent)
os
<<
indent
<<
"Beep: "
<<
this
->
GetBeep
()
<<
endl
;
os
<<
indent
<<
"BeepType: "
<<
this
->
GetBeepType
()
<<
endl
;
os
<<
indent
<<
"InvokeAtPointer: "
<<
this
->
GetInvokeAtPointer
()
<<
endl
;
os
<<
indent
<<
"HasBeenMapped: "
<<
this
->
GetHasBeenMapped
()
<<
endl
;
}
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