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
064b3dae
Commit
064b3dae
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
change split function prototype and remove dross.
parent
28740cd8
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/zmapControl/zmapControl_P.h
+3
-4
3 additions, 4 deletions
src/zmapControl/zmapControl_P.h
with
3 additions
and
4 deletions
src/zmapControl/zmapControl_P.h
+
3
−
4
View file @
064b3dae
...
...
@@ -25,9 +25,9 @@
* Description: Private header for interface that creates/manages/destroys
* instances of ZMaps.
* HISTORY:
* Last edited: Jan
14 12:58
2005 (edgrif)
* Last edited: Jan
25 17:36
2005 (edgrif)
* Created: Thu Jul 24 14:39:06 2003 (edgrif)
* CVS info: $Id: zmapControl_P.h,v 1.2
6
2005-01-2
4
1
1:38
:2
6
edgrif Exp $
* CVS info: $Id: zmapControl_P.h,v 1.2
7
2005-01-2
5
1
7:50
:2
5
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_CONTROL_P_H
...
...
@@ -140,7 +140,7 @@ GtkWidget *zmapControlWindowMakeFrame (ZMap zmap) ;
void
zmapControlWindowDestroy
(
ZMap
zmap
)
;
void
zmapControlSplitInsertWindow
(
ZMap
zmap
,
GtkOrientation
orientation
)
;
void
zmapControlSplitInsertWindow
(
ZMap
zmap
,
ZMapView
new_view
,
GtkOrientation
orientation
)
;
void
zmapControlRemoveWindow
(
ZMap
zmap
)
;
/* these may not need to be exposed.... */
...
...
@@ -156,7 +156,6 @@ void zmapControlUnSetWindowFocus(ZMap zmap, ZMapViewWindow new_viewwindow) ;
void
zmapControlTopLevelKillCB
(
ZMap
zmap
)
;
void
zmapControlLoadCB
(
ZMap
zmap
)
;
void
zmapControlResetCB
(
ZMap
zmap
)
;
void
zmapControlNewCB
(
ZMap
zmap
,
char
*
testing_text
)
;
void
zmapControlNewViewCB
(
ZMap
zmap
,
char
*
new_sequence
)
;
void
zmapControlInstallRemoteAtoms
(
GdkWindow
*
top_zmap_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