Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
0230ab4f
Commit
0230ab4f
authored
Jan 14, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doxygen corrections
parent
2852992d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
xtt/lib/ge/src/ge_dyn.h
xtt/lib/ge/src/ge_dyn.h
+3
-1
xtt/lib/glow/src/glow_growctx.h
xtt/lib/glow/src/glow_growctx.h
+3
-1
xtt/lib/glow/src/glow_growmenu.h
xtt/lib/glow/src/glow_growmenu.h
+1
-1
xtt/lib/glow/src/glow_grownode.h
xtt/lib/glow/src/glow_grownode.h
+1
-1
No files found.
xtt/lib/ge/src/ge_dyn.h
View file @
0230ab4f
...
...
@@ -498,7 +498,9 @@ class GeDyn {
ge_eDynAttr
attr_editor
;
//!< Controls attributes displayed in attribute editor.
//! Constructor.
/*! \param d_graph Graph. */
/*! \param d_graph Graph.
\param d_attr_editor Controls attributes displayed in attribute editor.
*/
GeDyn
(
Graph
*
d_graph
,
ge_eDynAttr
d_attr_editor
=
ge_eDynAttr_All
)
:
elements
(
0
),
graph
(
d_graph
),
ignore_color
(
false
),
reset_color
(
false
),
...
...
xtt/lib/glow/src/glow_growctx.h
View file @
0230ab4f
...
...
@@ -579,11 +579,13 @@ class GrowCtx : public GlowCtx {
*/
int
send_hot_request
(
GlowArrayElem
*
object
);
//! Send a
hot request
callback if such a callback is registred.
//! Send a
menu
callback if such a callback is registred.
/*!
\param object Menu object.
\param item Activated menu item.
\param event Menu event.
\param x x coordinate.
\param y y coordinate.
Send a menu callback.
*/
...
...
xtt/lib/glow/src/glow_growmenu.h
View file @
0230ab4f
...
...
@@ -22,7 +22,7 @@ class GrowMenu : public GrowRect {
/*!
\param glow_ctx The glow context.
\param name Name (max 31 char).
\param info Menu info.
\param
menu_
info Menu info.
\param x x coordinate for position.
\param y y coordinate for position.
\param min_w Minimum width.
...
...
xtt/lib/glow/src/glow_grownode.h
View file @
0230ab4f
...
...
@@ -885,7 +885,7 @@ class GrowNode : public GlowNode {
\param event Key event.
\param keycode Key code for pressed key.
*/
void
annot_input_event
(
glow_eEvent
event
,
int
key
k
ode
);
void
annot_input_event
(
glow_eEvent
event
,
int
key
c
ode
);
//! Get text size and color for an annotation.
/*!
...
...
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