octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Graphics properties implementation


From: Michael Goffioul
Subject: Re: Graphics properties implementation
Date: Mon, 14 Jan 2008 12:08:07 +0100

On 1/14/08, John W. Eaton <address@hidden> wrote:
> On 13-Jan-2008, Michael Goffioul wrote:
>
> | The attached patch:
> | - implements callback execution
> | - call deletefcn callback on object destruction
> | - fix some default values to avoid undefined octave_value being returned
> | to octave

And here's the "createfcn" implementation.

Michael.

src/ChangeLog

2008-01-14  Michael Goffioul <address@hidden>

    * graphics.h.in (gh_manager::do_make_graphics_handle,
    gh_manager::make_graphics_handle): add new boolean
    parameter do_createfcn.
    * graphics.cc (xcreatefcn): new static function
    (gh_manager::do_make_graphics_handle): add new boolean
    parameter do_createfcn and execute createfcn callback
    accordingly.
    (make_graphics_object, F__go_figure__): use do_createfcn
    parameter and call xcreatefcn

Attachment: createfcn.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]