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
9d50548a
Commit
9d50548a
authored
18 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
highlight features
parent
6f2b21fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/ZMap/zmapView.h
+3
-2
3 additions, 2 deletions
src/include/ZMap/zmapView.h
src/include/ZMap/zmapWindow.h
+3
-2
3 additions, 2 deletions
src/include/ZMap/zmapWindow.h
with
6 additions
and
4 deletions
src/include/ZMap/zmapView.h
+
3
−
2
View file @
9d50548a
...
...
@@ -29,9 +29,9 @@
* servers.
*
* HISTORY:
* Last edited:
Feb
1
9
1
1:17
2007 (
edgrif
)
* Last edited:
Mar
1 1
8:56
2007 (
rds
)
* Created: Thu May 13 14:59:14 2004 (edgrif)
* CVS info: $Id: zmapView.h,v 1.3
7
2007-03-0
1 09:11:47 edgrif
Exp $
* CVS info: $Id: zmapView.h,v 1.3
8
2007-03-0
2 14:27:59 rds
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAPVIEW_H
...
...
@@ -178,6 +178,7 @@ void zmapViewFeatureDump(ZMapViewWindow view_window, char *file) ;
ZMapFeatureContext
zMapViewMergeInContext
(
ZMapView
replace_me
,
ZMapFeatureContext
context_inout
);
void
zMapViewEraseFromContext
(
ZMapView
replace_me
,
ZMapFeatureContext
context_inout
);
void
zMapViewHighlightFeatures
(
ZMapView
view
,
ZMapViewWindow
view_window
,
ZMapFeatureContext
context
,
gboolean
multiple
);
gboolean
zMapViewDestroy
(
ZMapView
zmap_view
)
;
...
...
This diff is collapsed.
Click to expand it.
src/include/ZMap/zmapWindow.h
+
3
−
2
View file @
9d50548a
...
...
@@ -26,9 +26,9 @@
* window displaying genome data.
*
* HISTORY:
* Last edited:
Feb 26 15
:2
8
2007 (rds)
* Last edited:
Mar 1 18
:2
5
2007 (rds)
* Created: Thu Jul 24 15:21:56 2003 (edgrif)
* CVS info: $Id: zmapWindow.h,v 1.
79
2007-0
2-26 16:00:23
rds Exp $
* CVS info: $Id: zmapWindow.h,v 1.
80
2007-0
3-02 14:28:06
rds Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_H
...
...
@@ -301,6 +301,7 @@ gboolean zMapWindowMaxWindowPos(ZMapWindow window,
gboolean
zMapWindowScrollToItem
(
ZMapWindow
window
,
FooCanvasItem
*
feature_item
)
;
void
zMapWindowHighlightObject
(
ZMapWindow
window
,
FooCanvasItem
*
feature
,
gboolean
replace_highlight_item
)
;
void
zMapWindowHighlightObjects
(
ZMapWindow
window
,
ZMapFeatureContext
context
,
gboolean
multiple_select
);
void
zMapWindowHighlightFocusItems
(
ZMapWindow
window
)
;
void
zMapWindowUnHighlightFocusItems
(
ZMapWindow
window
)
;
...
...
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