Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
flext
Commits
b8cce418
Commit
b8cce418
authored
Aug 03, 2002
by
thomas
Browse files
no message
git-svn-id:
https://svn.grrrr.org/ext/trunk@197
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
17cb83e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorial/simple1/main.cpp
View file @
b8cce418
...
...
@@ -34,14 +34,10 @@ public:
simple1
();
protected:
void
m_float
(
float
f
);
// method
void
m_float
(
float
f
);
// method
for float values
private:
FLEXT_CALLBACK_1
(
m_float
,
float
);
// callback for method "m_float" (with one float argument)
// FLEXT_CALLBACK_F(...) ... callback with float argument
// is a shortcut for:
// FLEXT_CALLBACK_1(...,float) ... just the same
};
// instantiate the class
...
...
Write
Preview
Markdown
is supported
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