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
176f34ec
Commit
176f34ec
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add func. prototype for move window function.
parent
962c35fe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/ZMap/zmapWindow.h
+4
-4
4 additions, 4 deletions
src/include/ZMap/zmapWindow.h
with
4 additions
and
4 deletions
src/include/ZMap/zmapWindow.h
+
4
−
4
View file @
176f34ec
...
...
@@ -19,17 +19,16 @@
*-------------------------------------------------------------------
* This file is part of the ZMap genome database package
* and was written by
* Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk,
* Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk and
*
Simon Kelley
(Sanger Institute, UK)
srk
@sanger.ac.uk
*
Rob Clack
(Sanger Institute, UK)
rnc
@sanger.ac.uk
*
* Description: Defines interface to code that creates/handles a
* window displaying genome data.
*
* HISTORY:
* Last edited:
Dec 20 10:23
200
4
(edgrif)
* Last edited:
Jan 5 15:41
200
5
(edgrif)
* Created: Thu Jul 24 15:21:56 2003 (edgrif)
* CVS info: $Id: zmapWindow.h,v 1.2
8
200
4-12-20 10:52:38
edgrif Exp $
* CVS info: $Id: zmapWindow.h,v 1.2
9
200
5-01-07 12:12:03
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_H
...
...
@@ -101,6 +100,7 @@ void zMapWindowDisplayData(ZMapWindow window,
ZMapFeatureContext
current_features
,
ZMapFeatureContext
new_features
,
GData
*
types
,
void
*
zmap_view
)
;
void
zMapWindowZoom
(
ZMapWindow
window
,
double
zoom_factor
)
;
void
zMapWindowMove
(
ZMapWindow
window
,
double
start
,
double
end
)
;
void
zMapWindowReset
(
ZMapWindow
window
)
;
GtkWidget
*
zMapWindowGetWidget
(
ZMapWindow
window
);
ZMapWindowZoomStatus
zMapWindowGetZoomStatus
(
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