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
723e23cc
Commit
723e23cc
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add scrolled window from control level + much from pane.
parent
aced7081
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/zmapWindow/zmapWindow_P.h
+23
-12
23 additions, 12 deletions
src/zmapWindow/zmapWindow_P.h
with
23 additions
and
12 deletions
src/zmapWindow/zmapWindow_P.h
+
23
−
12
View file @
723e23cc
...
...
@@ -26,9 +26,9 @@
* Description:
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Jul
2 17:3
4 2004 (edgrif)
* Last edited: Jul
13 16:1
4 2004 (edgrif)
* Created: Fri Aug 1 16:45:58 2003 (edgrif)
* CVS info: $Id: zmapWindow_P.h,v 1.1
1
2004-07-
02 18:24
:5
4
edgrif Exp $
* CVS info: $Id: zmapWindow_P.h,v 1.1
2
2004-07-
14 09:13
:5
7
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_P_H
...
...
@@ -45,29 +45,39 @@ typedef struct _ZMapWindowStruct
{
gchar
*
sequence
;
/* Widgets for displaying the data. */
GtkWidget
*
parent_widget
;
GtkWidget
*
toplevel
;
GtkWidget
*
text
;
GdkAtom
zmap_atom
;
zmapVoidIntCallbackFunc
app_routine
;
void
*
app_data
;
GtkWidget
*
scrolledWindow
;
FooCanvas
*
canvas
;
/* where we paint the display */
FooCanvasItem
*
background
;
FooCanvasItem
*
group
;
GtkWidget
*
combo
;
int
basesPerLine
;
InvarCoord
centre
;
int
graphHeight
;
int
dragBox
,
scrollBox
;
GPtrArray
cols
;
GArray
*
box2seg
,
*
box2col
;
int
DNAwidth
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
STORE_HANDLE
handle
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
double
zoom_factor
;
int
step_increment
;
GtkWidget
*
text
;
GdkAtom
zmap_atom
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* code that references this is currently commented out..... */
GtkWidget
*
infoSpace
;
zmapVoidIntCallbackFunc
app_routine
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
void
*
app_data
;
/* Is this even used ??????? */
...
...
@@ -75,10 +85,11 @@ typedef struct _ZMapWindowStruct
/* ugh, this should not be here......... */
/* navigator stuff */
Coord
navStart
,
navEnd
;
/* Start drawing the Nav bar from here */
ScreenCoord
scaleOffset
;
}
ZMapWindowStruct
;
...
...
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