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
efb278e2
Commit
efb278e2
authored
15 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
struct cleanup
parent
3d4fb378
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/zmapWindow/zmapWindowNavigator_P.h
+9
-8
9 additions, 8 deletions
src/zmapWindow/zmapWindowNavigator_P.h
with
9 additions
and
8 deletions
src/zmapWindow/zmapWindowNavigator_P.h
+
9
−
8
View file @
efb278e2
...
...
@@ -27,9 +27,9 @@
*
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Jun
4 16:16
2009 (rds)
* Last edited: Jun
10 10:48
2009 (rds)
* Created: Thu Sep 7 09:23:47 2006 (rds)
* CVS info: $Id: zmapWindowNavigator_P.h,v 1.1
3
2009-06-
05 13:36:30
rds Exp $
* CVS info: $Id: zmapWindowNavigator_P.h,v 1.1
4
2009-06-
10 10:05:02
rds Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -61,6 +61,7 @@
#define LOCATOR_BORDER "darkred"
#define LOCATOR_DRAG "white"
#define LOCATOR_FILL "grey"
#define LOCATOR_HIGHLIGHT "white"
#define LOCATOR_LINE_WIDTH 1
typedef
struct
_ZMapWindowNavigatorStruct
...
...
@@ -72,16 +73,16 @@ typedef struct _ZMapWindowNavigatorStruct
ZMapWindow
current_window
;
/* the current window... */
FooCanvasGroup
*
locator_group
;
FooCanvasItem
*
locator
;
FooCanvasItem
*
locator_drag
;
GdkColor
locator_fill_gdk
;
GdkColor
locator_border_gdk
;
GdkColor
locator_drag_gdk
;
GdkColor
locator_highlight
;
GdkBitmap
*
locator_stipple
;
guint
locator_bwidth
;
double
locator_x1
,
locator_x2
;
/* width */
ZMapSpanStruct
locator_
span
;
/* height */
ZMapSpanStruct
locator_x_coords
;
/* width */
ZMapSpanStruct
locator_
y_coords
;
/* height */
GdkColor
root_background
;
GdkColor
align_background
;
...
...
@@ -105,11 +106,11 @@ typedef struct _ZMapWindowNavigatorStruct
double
text_width
,
text_height
;
double
left
;
gboolean
draw_locator
,
is_reversed
;
double
width
,
height
;
gboolean
draw_locator
,
is_reversed
,
is_focus
;
gulong
draw_expose_handler_id
;
gulong
focus_expose_handler_id
;
gulong
locator_expose_handler_id
;
}
ZMapWindowNavigatorStruct
;
...
...
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