Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
74bef34d
Commit
74bef34d
authored
9 years ago
by
pokergaming
Browse files
Options
Downloads
Patches
Plain Diff
first attempt at dialog for new garray (menu array)
parent
bb543390
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
pd/src/g_array.c
+8
-4
8 additions, 4 deletions
pd/src/g_array.c
with
8 additions
and
4 deletions
pd/src/g_array.c
+
8
−
4
View file @
74bef34d
...
...
@@ -519,10 +519,14 @@ void canvas_menuarray(t_glist *canvas)
if
(
canvas_hasarray
(
canvas
))
return
;
t_glist
*
x
=
(
t_glist
*
)
canvas
;
pd_vmess
(
&
x
->
gl_pd
,
gensym
(
"editmode"
),
"i"
,
1
);
char
cmdbuf
[
200
];
sprintf
(
cmdbuf
,
"pdtk_array_dialog %%s array%d 100 3 1 .x%lx black black
\n
"
,
++
gcount
,
(
long
unsigned
int
)
canvas
);
gfxstub_new
(
&
x
->
gl_pd
,
x
,
cmdbuf
);
//char cmdbuf[200];
gcount
++
;
gui_vmess
(
"gui_create_array"
,
"ssi"
,
canvas_tag
(
x
),
gfxstub_new2
(
&
x
->
gl_pd
,
x
),
gcount
);
//sprintf(cmdbuf, "pdtk_array_dialog %%s array%d 100 3 1 .x%lx black black\n",
// ++gcount, (long unsigned int)canvas);
//gfxstub_new(&x->gl_pd, x, cmdbuf);
}
/* called from canvas_dialog to return array properties for the gui */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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