<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=us-ascii">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
hi,<br>
<br>
sorry, miller, i'm still craving for a kind of <br>
CHANGES.LOG file to be provided <br>
with pd... too much of work?<br>
<br>
cheers,<br>
sevy<br>
<br>
Miller Puckette wrote:<br>
<blockquote type="cite"
 cite="mid20030921043428.GA577428@man104-1.ucsd.edu">
  <pre wrap="">of course, there wasn't any documentation before, either... :)
but seriously, things in g_canvas.c aren't "stable" and I wanted
to publish the dialog and save API in a way that didn't require
publishing the (very unstable) widgetbehavior structure.

cheers
Miller

On Sun, Sep 21, 2003 at 04:28:00AM -0400, Yves Degoyon wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">hi,

if you want the properties dialog to be fixed,
you should change :

grid_widgetbehavior.w_propertiesfn = grid_properties;
grid_widgetbehavior.w_savefn = grid_save;

with

class_setpropertiesfn(grid_class, grid_properties);
class_setsavefn(grid_class, grid_save);

and recompile.

( frankly, i don't see the interest of changing API
without any documentation anywhere,
neither release notes )

i may put a new release out there one of these days
( but i don't use 0.37 ).

sevy


Tim Blechmann wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">hi all,

i just realized that grid doesn't have a properties option any more ...
can anyone post the syntax to create grid objects manually?

thanks...

Tim                          <a class="moz-txt-link-freetext" href="mailto:TimBlechmann@gmx.de">mailto:TimBlechmann@gmx.de</a>
                            ICQ: 96771783
                            <a class="moz-txt-link-freetext" href="http://www.nyds-exp-discogs.tk">http://www.nyds-exp-discogs.tk</a>
--
The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles exploding like spiders across
the stars and in the middle you see the blue centerlight pop and
everybody goes "Awww!"
                                                        Jack Kerouac


_______________________________________________
PD-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PD-list@iem.at">PD-list@iem.at</a>
<a class="moz-txt-link-freetext" href="http://iem.at/cgi-bin/mailman/listinfo/pd-list">http://iem.at/cgi-bin/mailman/listinfo/pd-list</a>




      </pre>
    </blockquote>
    <pre wrap="">
_______________________________________________
PD-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PD-list@iem.at">PD-list@iem.at</a>
<a class="moz-txt-link-freetext" href="http://iem.at/cgi-bin/mailman/listinfo/pd-list">http://iem.at/cgi-bin/mailman/listinfo/pd-list</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
</body>
</html>