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
e625ea22
Commit
e625ea22
authored
17 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add subsections to blixem configuration.
parent
40f15a1c
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/zmapView/zmapViewCallBlixem.c
+18
-8
18 additions, 8 deletions
src/zmapView/zmapViewCallBlixem.c
with
18 additions
and
8 deletions
src/zmapView/zmapViewCallBlixem.c
+
18
−
8
View file @
e625ea22
...
...
@@ -29,9 +29,9 @@
* Exported functions: see zmapView_P.h
*
* HISTORY:
* Last edited: Feb
7 14:36
2008 (edgrif)
* Last edited: Feb
14 16:51
2008 (edgrif)
* Created: Thu Jun 28 18:10:08 2007 (edgrif)
* CVS info: $Id: zmapViewCallBlixem.c,v 1.
7
2008-02-0
7
14:
36:48
edgrif Exp $
* CVS info: $Id: zmapViewCallBlixem.c,v 1.
8
2008-02-
2
0 14:
24:01
edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -1565,6 +1565,7 @@ static ZMapGuiNotebookChapter makeChapter(ZMapGuiNotebook note_book_parent)
ZMapGuiNotebookChapter
chapter
=
NULL
;
ZMapGuiNotebookCBStruct
user_CBs
=
{
cancelCB
,
NULL
,
okCB
,
NULL
}
;
ZMapGuiNotebookPage
page
;
ZMapGuiNotebookSubsection
subsection
;
ZMapGuiNotebookParagraph
paragraph
;
ZMapGuiNotebookTagValue
tagvalue
;
...
...
@@ -1573,8 +1574,11 @@ static ZMapGuiNotebookChapter makeChapter(ZMapGuiNotebook note_book_parent)
page
=
zMapGUINotebookCreatePage
(
chapter
,
"General"
)
;
paragraph
=
zMapGUINotebookCreateParagraph
(
page
,
NULL
,
ZMAPGUI_NOTEBOOK_PARAGRAPH_TAGVALUE_TABLE
)
;
subsection
=
zMapGUINotebookCreateSubsection
(
page
,
NULL
)
;
paragraph
=
zMapGUINotebookCreateParagraph
(
subsection
,
NULL
,
ZMAPGUI_NOTEBOOK_PARAGRAPH_TAGVALUE_TABLE
,
NULL
,
NULL
)
;
tagvalue
=
zMapGUINotebookCreateTagValue
(
paragraph
,
"Scope"
,
ZMAPGUI_NOTEBOOK_TAGVALUE_SIMPLE
,
...
...
@@ -1587,8 +1591,11 @@ static ZMapGuiNotebookChapter makeChapter(ZMapGuiNotebook note_book_parent)
page
=
zMapGUINotebookCreatePage
(
chapter
,
"Pfetch Server"
)
;
paragraph
=
zMapGUINotebookCreateParagraph
(
page
,
NULL
,
ZMAPGUI_NOTEBOOK_PARAGRAPH_TAGVALUE_TABLE
)
;
subsection
=
zMapGUINotebookCreateSubsection
(
page
,
NULL
)
;
paragraph
=
zMapGUINotebookCreateParagraph
(
subsection
,
NULL
,
ZMAPGUI_NOTEBOOK_PARAGRAPH_TAGVALUE_TABLE
,
NULL
,
NULL
)
;
tagvalue
=
zMapGUINotebookCreateTagValue
(
paragraph
,
"Host network id"
,
ZMAPGUI_NOTEBOOK_TAGVALUE_SIMPLE
,
...
...
@@ -1601,8 +1608,11 @@ static ZMapGuiNotebookChapter makeChapter(ZMapGuiNotebook note_book_parent)
page
=
zMapGUINotebookCreatePage
(
chapter
,
"Advanced"
)
;
paragraph
=
zMapGUINotebookCreateParagraph
(
page
,
NULL
,
ZMAPGUI_NOTEBOOK_PARAGRAPH_TAGVALUE_TABLE
)
;
subsection
=
zMapGUINotebookCreateSubsection
(
page
,
NULL
)
;
paragraph
=
zMapGUINotebookCreateParagraph
(
subsection
,
NULL
,
ZMAPGUI_NOTEBOOK_PARAGRAPH_TAGVALUE_TABLE
,
NULL
,
NULL
)
;
tagvalue
=
zMapGUINotebookCreateTagValue
(
paragraph
,
"Launch script"
,
ZMAPGUI_NOTEBOOK_TAGVALUE_SIMPLE
,
...
...
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