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
e4cab554
Commit
e4cab554
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
trivial, remove old code.
parent
e49d9719
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/include/ZMap/zmapWindow.h
+3
-14
3 additions, 14 deletions
src/include/ZMap/zmapWindow.h
with
3 additions
and
14 deletions
src/include/ZMap/zmapWindow.h
+
3
−
14
View file @
e4cab554
...
...
@@ -26,9 +26,9 @@
* window displaying genome data.
*
* HISTORY:
* Last edited:
Feb 21 11:21
2006 (
rds
)
* Last edited:
Mar 3 08:10
2006 (
edgrif
)
* Created: Thu Jul 24 15:21:56 2003 (edgrif)
* CVS info: $Id: zmapWindow.h,v 1.5
0
2006-0
2-21 18:40:02 rds
Exp $
* CVS info: $Id: zmapWindow.h,v 1.5
1
2006-0
3-03 08:11:05 edgrif
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_H
...
...
@@ -186,17 +186,15 @@ gboolean zMapWindowIsLocked(ZMapWindow window) ;
PangoFont
*
zMapWindowGetFixedWidthFont
(
ZMapWindow
window
);
PangoFontDescription
*
zMapWindowGetFixedWidthFontDescription
(
ZMapWindow
window
);
void
zMapWindowGetVisible
(
ZMapWindow
window
,
double
*
top_out
,
double
*
bottom_out
)
;
ZMapWindowFToIQuery
zMapWindowFToINewQuery
(
void
);
gboolean
zMapWindowFToIFetchByQuery
(
ZMapWindow
window
,
ZMapWindowFToIQuery
query
);
void
zMapWindowFToIDestroyQuery
(
ZMapWindowFToIQuery
query
);
FooCanvasItem
*
zMapWindowFindFeatureItemByItem
(
ZMapWindow
window
,
FooCanvasItem
*
item
)
;
GList
*
zMapWindowFeatureAllStyles
(
ZMapWindow
window
);
/* Add, modify, draw, remove features from the canvas. */
FooCanvasItem
*
zMapWindowFeatureAdd
(
ZMapWindow
window
,
FooCanvasGroup
*
feature_group
,
ZMapFeature
feature
)
;
...
...
@@ -206,12 +204,9 @@ gboolean zMapWindowFeatureRemove(ZMapWindow zmap_window, FooCanvasItem *feature_
void
zMapWindowScrollToWindowPos
(
ZMapWindow
window
,
int
window_y_pos
)
;
gboolean
zMapWindowScrollToItem
(
ZMapWindow
window
,
FooCanvasItem
*
feature_item
)
;
void
zMapWindowHighlightObject
(
ZMapWindow
window
,
FooCanvasItem
*
feature
)
;
void
zMapWindowDestroyLists
(
ZMapWindow
window
)
;
void
zMapWindowUnlock
(
ZMapWindow
window
)
;
...
...
@@ -219,10 +214,4 @@ void zMapWindowUnlock(ZMapWindow window) ;
void
zMapWindowDestroy
(
ZMapWindow
window
)
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* TEST SCAFFOLDING............... */
ZMapFeatureContext
testGetGFF
(
void
)
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
#endif
/* !ZMAP_WINDOW_H */
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