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
0ba59a50
Commit
0ba59a50
authored
18 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
fiddled about with highlighting but we need to be a lot more sophisticated.
parent
a1df5174
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/zmapWindowItem.c
+18
-9
18 additions, 9 deletions
src/zmapWindow/zmapWindowItem.c
with
18 additions
and
9 deletions
src/zmapWindow/zmapWindowItem.c
+
18
−
9
View file @
0ba59a50
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Dec
18 07:37
2006 (edgrif)
* Last edited: Dec
21 13:41
2006 (edgrif)
* Created: Thu Sep 8 10:37:24 2005 (edgrif)
* CVS info: $Id: zmapWindowItem.c,v 1.5
8
2006-12-1
8
1
1
:4
1
:2
5
edgrif Exp $
* CVS info: $Id: zmapWindowItem.c,v 1.5
9
2006-12-
2
1 1
3
:4
2
:2
3
edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -133,12 +133,6 @@ static void markItem(ZMapWindowMark mark, FooCanvasItem *item, gboolean set_mark
static
void
markFuncCB
(
gpointer
data
,
gpointer
user_data
)
;
static
void
markRange
(
ZMapWindowMark
mark
,
double
y1
,
double
y2
)
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
static
void
checkScrollRegion
(
ZMapWindow
window
,
double
start
,
double
end
)
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
static
void
destroyZMapWindowItemHighlighter
(
FooCanvasItem
*
item
,
gpointer
data
);
static
void
pointerIsOverItem
(
gpointer
data
,
gpointer
user_data
);
static
gboolean
updateInfoGivenCoords
(
ZMapWindowItemHighlighter
select
,
...
...
@@ -736,10 +730,25 @@ void zmapWindowHighlightObject(ZMapWindow window, FooCanvasItem *item, gboolean
break
;
}
zmapHighlightColumn
(
window
,
zmapWindowItemGetHotFocusColumn
(
window
->
focus
))
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* We need to be more sophisticated with our raising of items...otherwise tabbing through them
* just looks ridiculous...you end up tabbing everywhere... */
if
(
raise_item
)
zmapWindowRaiseItem
(
item
)
;
{
foo_canvas_item_get_bounds
(
FooCanvasItem
*
item
,
double
*
x1
,
double
*
y1
,
double
*
x2
,
double
*
y2
);
}
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
/* FOR NOW i'VE LEFT THIS AS IT IS BECAUSE OTHERWISE THE USER MAY SEE ITEMS THEY HAVE SELECTED
* FROM ONE OF THE SEARCH WINDOWS. */
zmapWindowRaiseItem
(
item
)
;
return
;
}
...
...
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