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
032fe6c1
Commit
032fe6c1
authored
Feb 17, 2003
by
Ken Martin
Browse files
fixes from Dean and John
parent
171a4137
Changes
2
Hide whitespace changes
Inline
Side-by-side
Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.dfm
View file @
032fe6c1
...
...
@@ -12,6 +12,7 @@ object VTK_Form: TVTK_Form
Font.Style = []
OldCreateOrder = True
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel3: TPanel
...
...
Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.h
View file @
032fe6c1
...
...
@@ -48,6 +48,7 @@ class TVTK_Form : public TForm {
void
__fastcall
ShrinkScrollChange
(
TObject
*
Sender
);
void
__fastcall
vtkWindow1Enter
(
TObject
*
Sender
);
void
__fastcall
vtkWindow1Exit
(
TObject
*
Sender
);
void
__fastcall
FormShow
(
TObject
*
Sender
);
private:
public:
...
...
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