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
4af96c7d
Commit
4af96c7d
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
redo my canvas container interface.
parent
4e297bd5
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
+15
-6
15 additions, 6 deletions
src/zmapWindow/zmapWindow_P.h
with
15 additions
and
6 deletions
src/zmapWindow/zmapWindow_P.h
+
15
−
6
View file @
4af96c7d
...
...
@@ -26,9 +26,9 @@
* Description: Defines internal interfaces/data structures of zMapWindow.
*
* HISTORY:
* Last edited: Sep
28 19:04
2005 (
rds
)
* Last edited: Sep
30 07:58
2005 (
edgrif
)
* Created: Fri Aug 1 16:45:58 2003 (edgrif)
* CVS info: $Id: zmapWindow_P.h,v 1.7
8
2005-09-
29 13:21:58 rds
Exp $
* CVS info: $Id: zmapWindow_P.h,v 1.7
9
2005-09-
30 07:25:06 edgrif
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_P_H
...
...
@@ -133,9 +133,14 @@ typedef enum {
* and children for features such as introns/exons. */
typedef
enum
{
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* this should be redundant now...... */
ITEM_ALIGN
,
ITEM_BLOCK
,
ITEM_SET
,
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
ITEM_FEATURE_SIMPLE
,
/* Item is the whole feature. */
ITEM_FEATURE_PARENT
,
/* Item is parent group of whole feature. */
ITEM_FEATURE_CHILD
,
/* Item is child/subpart of feature. */
...
...
@@ -318,6 +323,8 @@ void zmapWindowShowItem(FooCanvasItem *item) ;
void
zmapWindowListWindowCreate
(
ZMapWindow
window
,
FooCanvasItem
*
item
,
ZMapStrand
strandMask
)
;
void
zmapWindowCreateSearchWindow
(
ZMapWindow
zmapWindow
,
ZMapFeatureAny
feature_any
)
;
double
zmapWindowCalcZoomFactor
(
ZMapWindow
window
);
void
zmapWindowSetPageIncr
(
ZMapWindow
window
);
...
...
@@ -415,10 +422,12 @@ void zmapWindowColumnReposition(FooCanvasGroup *column_group) ;
FooCanvasGroup
*
zmapWindowContainerCreate
(
FooCanvasGroup
*
parent
,
GdkColor
*
background_fill_colour
,
GdkColor
*
background_border_colour
)
;
FooCanvasGroup
*
zmapWindowContainerGetParent
(
FooCanvasItem
*
child
)
;
FooCanvasGroup
*
zmapWindowContainerGetGroup
(
FooCanvasGroup
*
parent
)
;
FooCanvasItem
*
zmapWindowContainerGetBackground
(
FooCanvasGroup
*
parent
)
;
void
zmapWindowContainerSetBackgroundSize
(
FooCanvasGroup
*
parent_group
,
double
y_extent
)
;
FooCanvasGroup
*
zmapWindowContainerGetSuperGroup
(
FooCanvasGroup
*
container_parent
)
;
FooCanvasGroup
*
zmapWindowContainerGetParent
(
FooCanvasItem
*
any_container_child
)
;
FooCanvasGroup
*
zmapWindowContainerGetFeatures
(
FooCanvasGroup
*
container_parent
)
;
FooCanvasItem
*
zmapWindowContainerGetBackground
(
FooCanvasGroup
*
container_parent
)
;
void
zmapWindowContainerSetBackgroundSize
(
FooCanvasGroup
*
container_parent
,
double
y_extent
)
;
void
zmapWindowContainerPrint
(
FooCanvasGroup
*
container_parent
)
;
void
zmapWindowCanvasGroupChildSort
(
FooCanvasGroup
*
group_inout
)
;
...
...
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