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
6250815a
Commit
6250815a
authored
20 years ago
by
rnc
Browse files
Options
Downloads
Patches
Plain Diff
Moved pane-splitting code, inc ZMapPaneStruct, to zmapControl
parent
c8977896
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
+3
-41
3 additions, 41 deletions
src/zmapWindow/zmapWindow_P.h
with
3 additions
and
41 deletions
src/zmapWindow/zmapWindow_P.h
+
3
−
41
View file @
6250815a
...
...
@@ -26,9 +26,9 @@
* Description:
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Ju
n
2
9
1
1
:56 2004 (
edgrif
)
* Last edited: Ju
l
2 1
0
:56 2004 (
rnc
)
* Created: Fri Aug 1 16:45:58 2003 (edgrif)
* CVS info: $Id: zmapWindow_P.h,v 1.
9
2004-0
6-30 09:12:51 edgrif
Exp $
* CVS info: $Id: zmapWindow_P.h,v 1.
10
2004-0
7-02 13:53:33 rnc
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_P_H
...
...
@@ -66,7 +66,7 @@ typedef struct _ZMapWindowStruct
GtkWidget
*
navigator
;
FooCanvas
*
navcanvas
;
InvarCoord
origin
;
/* that base which is VisibleCoord 1 */
GtkWidget
*
zoom
vbox
;
GtkWidget
*
display
vbox
;
GtkWidget
*
toolbar
;
GtkWidget
*
hbox
;
GtkWidget
*
hpane
;
/* allows the user to minimise the navigator pane */
...
...
@@ -79,41 +79,6 @@ typedef struct _ZMapWindowStruct
}
ZMapWindowStruct
;
typedef
struct
_ZMapPaneStruct
{
/* Data associated with one scrolling pane. */
ZMapWindow
window
;
/* parent */
ZMapRegion
*
zMapRegion
;
/* the region holding all the SEGS */
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
Graph
graph
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
GtkWidget
*
graphWidget
;
GtkWidget
*
vbox
;
GtkWidget
*
pane
;
GtkWidget
*
frame
;
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
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
STORE_HANDLE
drawHandle
;
/* gets freed on each redraw. */
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
int
DNAwidth
;
double
zoomFactor
;
int
step_increment
;
}
ZMapPaneStruct
;
typedef
struct
{
ZMapWindow
window
;
...
...
@@ -133,9 +98,6 @@ GtkWidget *zmapWindowMakeFrame(ZMapWindow window) ;
/* TEST SCAFFOLDING............... */
ZMapFeatureContext
testGetGFF
(
void
)
;
#endif
/* !ZMAP_WINDOW_P_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