[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
createfcn.diff
Description: Text document
- Re: Graphics properties implementation, (continued)
- Re: Graphics properties implementation, Kai Habel, 2008/01/12
- Re: Graphics properties implementation, Shai Ayal, 2008/01/12
- Re: Graphics properties implementation, Shai Ayal, 2008/01/12
- Re: Graphics properties implementation, Michael Goffioul, 2008/01/12
- Re: Graphics properties implementation, Shai Ayal, 2008/01/12
- Re: Graphics properties implementation, John W. Eaton, 2008/01/13
- Re: Graphics properties implementation, Michael Goffioul, 2008/01/13
- Re: Graphics properties implementation, John W. Eaton, 2008/01/14
- Re: Graphics properties implementation,
Michael Goffioul <=
- Re: Graphics properties implementation, John W. Eaton, 2008/01/14
- Re: Graphics properties implementation, Shai Ayal, 2008/01/15
- Re: Graphics properties implementation, Michael Goffioul, 2008/01/15
- Re: Graphics properties implementation, John W. Eaton, 2008/01/15
- Re: Graphics properties implementation, John W. Eaton, 2008/01/15
- Re: Graphics properties implementation, Michael Goffioul, 2008/01/15
- Re: Graphics properties implementation, John W. Eaton, 2008/01/15
- Re: Graphics properties implementation, Michael Goffioul, 2008/01/15
- Re: Graphics properties implementation, John W. Eaton, 2008/01/15
- Re: Graphics properties implementation, Ben Abbott, 2008/01/13