Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
fad7c139
Commit
fad7c139
authored
14 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add missing defines for get/set item position..reinstated from code erroneously removed.
parent
1c6877fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapWindow/items/zmapWindowContainerUtils.h
+6
-2
6 additions, 2 deletions
src/zmapWindow/items/zmapWindowContainerUtils.h
with
6 additions
and
2 deletions
src/zmapWindow/items/zmapWindowContainerUtils.h
+
6
−
2
View file @
fad7c139
...
...
@@ -27,9 +27,9 @@
*
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited:
Jun 10 11:28 2009 (rds
)
* Last edited:
Apr 30 10:12 2010 (edgrif
)
* Created: Thu Apr 30 14:40:12 2009 (rds)
* CVS info: $Id: zmapWindowContainerUtils.h,v 1.
6
2010-0
3-04 15:12:17 mh17
Exp $
* CVS info: $Id: zmapWindowContainerUtils.h,v 1.
7
2010-0
4-30 09:15:31 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -60,6 +60,10 @@ ZMapWindowContainerGroup zmapWindowContainerUtilsItemGetParentLevel(FooCanvasIte
ZMapContainerLevelType
zmapWindowContainerUtilsGetLevel
(
FooCanvasItem
*
item
);
ZMapWindowContainerGroup
zmapWindowContainerCanvasItemGetContainer
(
FooCanvasItem
*
item
);
int
zmapWindowContainerGetItemPosition
(
ZMapWindowContainerGroup
container_parent
,
FooCanvasItem
*
item
)
;
gboolean
zmapWindowContainerSetItemPosition
(
ZMapWindowContainerGroup
container_parent
,
FooCanvasItem
*
item
,
int
position
)
;
/* Block level utilities */
ZMapWindowContainerStrand
zmapWindowContainerBlockGetContainerStrand
(
ZMapWindowContainerBlock
container_block
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment