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
bc47f0ec
Commit
bc47f0ec
authored
May 28, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tiptext removed at scroll
parent
fffa6bd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
xtt/lib/flow/src/flow_api.cpp
xtt/lib/flow/src/flow_api.cpp
+6
-1
xtt/lib/flow/src/flow_api.h
xtt/lib/flow/src/flow_api.h
+2
-1
No files found.
xtt/lib/flow/src/flow_api.cpp
View file @
bc47f0ec
/*
* Proview $Id: flow_api.cpp,v 1.1
4 2008-01-18 13:55:06
claes Exp $
* Proview $Id: flow_api.cpp,v 1.1
5 2008-05-28 12:03:52
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -729,4 +729,9 @@ void flow_SetTipText( flow_tCtx ctx, flow_tObject object, char *text, int x, int
ctx
->
tiptext
->
draw_text
(
(
FlowArrayElem
*
)
object
,
text
,
x
,
y
);
}
void
flow_RemoveTipText
(
flow_tCtx
ctx
)
{
ctx
->
tiptext
->
remove
();
}
xtt/lib/flow/src/flow_api.h
View file @
bc47f0ec
/*
* Proview $Id: flow_api.h,v 1.1
4 2008-01-18 13:55:06
claes Exp $
* Proview $Id: flow_api.h,v 1.1
5 2008-05-28 12:03:52
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -242,6 +242,7 @@ int flow_GetNextObject( flow_tCtx ctx, flow_tNode object, flow_eDirection dir,
int
flow_IsVisible
(
flow_tCtx
ctx
,
flow_tObject
object
,
flow_eVisible
type
);
int
flow_LoadNodeClass
(
flow_tCtx
ctx
,
char
*
fname
,
flow_tNodeClass
*
nodeclass
);
void
flow_SetTipText
(
flow_tCtx
ctx
,
flow_tObject
object
,
char
*
text
,
int
x
,
int
y
);
void
flow_RemoveTipText
(
flow_tCtx
ctx
);
#if defined __cplusplus
}
...
...
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