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
48563093
Commit
48563093
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add call to new button tooltips functions.
parent
6ef3daa2
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/zmapControl/zmapControl_P.h
+11
-6
11 additions, 6 deletions
src/zmapControl/zmapControl_P.h
with
11 additions
and
6 deletions
src/zmapControl/zmapControl_P.h
+
11
−
6
View file @
48563093
...
...
@@ -25,9 +25,9 @@
* Description: Private header for interface that creates/manages/destroys
* instances of ZMaps.
* HISTORY:
* Last edited:
Feb 20 09:44
2006 (edgrif)
* Last edited:
Mar 1 18:05
2006 (edgrif)
* Created: Thu Jul 24 14:39:06 2003 (edgrif)
* CVS info: $Id: zmapControl_P.h,v 1.4
0
2006-0
2-21 15
:14:
01
edgrif Exp $
* CVS info: $Id: zmapControl_P.h,v 1.4
1
2006-0
3-03 08
:14:
29
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_CONTROL_P_H
...
...
@@ -73,7 +73,11 @@ typedef struct _ZMapStruct
void
*
app_data
;
/* Data passed back to all callbacks
registered for this ZMap. */
int
window_height
;
/* Overall height of zmap window. */
/* Widget stuff for the Zmap. */
GtkTooltips
*
tooltips
;
GtkWidget
*
toplevel
;
/* top level widget of zmap window. */
GtkWidget
*
info_panel
;
/* show details of object clicked on */
...
...
@@ -91,11 +95,11 @@ typedef struct _ZMapStruct
/* Main control buttons. */
GtkWidget
*
stop_button
,
*
load_button
,
*
new_button
,
*
hsplit_button
,
*
vsplit_button
,
GtkWidget
*
stop_button
,
*
load_button
,
*
hsplit_button
,
*
vsplit_button
,
*
unlock_but
,
*
unsplit_but
,
*
zoomin_but
,
*
zoomout_but
,
*
unlock_but
,
*
revcomp_but
,
*
close_but
,
*
quit_button
;
*
revcomp_but
,
*
quit_button
;
/* The navigator. */
ZMapNavigator
navigator
;
...
...
@@ -130,6 +134,7 @@ GtkWidget *zmapControlWindowMakeButtons(ZMap zmap) ;
GtkWidget
*
zmapControlWindowMakeFrame
(
ZMap
zmap
)
;
void
zmapControlWindowDestroy
(
ZMap
zmap
)
;
void
*
zmapControlButtonTooltips
(
ZMap
zmap
)
;
ZMapView
zmapControlNewWindow
(
ZMap
zmap
,
char
*
sequence
,
int
start
,
int
end
)
;
void
zmapControlSplitWindow
(
ZMap
zmap
,
GtkOrientation
orientation
)
;
...
...
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