Page 1 of 1

AutoDocs: clicktab_gc errors & discrepancies

Posted: Mon Jan 30, 2012 7:44 pm
by OldFart
CLICKTAB_CurrentNode (struct Node *)
Currently selected tab node.

Defaults to NULL.

Applicability is (OM_GET, OM_SET, OM_NOTIFY)

SDK specifies ti_Data to be struct TabNode *

--------------------------------------------------
CLICKTAB_PageGroup (APTR) (V42)
Embedded page.gadget object child pointer.

Defaults to NULL.

Applicability is (OM_NEW, OM_SET)

SDK specifies ti_Data to be Object *

--------------------------------------------------
CLICKTAB_PageGroupBackFill (struct Hook *) (V42)
Embedded page.gadget object selected ClickTab
backfill pointer.

A layer backfill hook to provide a more complex
background pattern. See InstallLayerHook() for
more details about the backfill hook.

Defaults to NULL.

Applicability is (OM_NEW, OM_SET)

SDK specifies ti_Data to be Object *

Re: AutoDocs: clicktab_gc errors & discrepancies

Posted: Mon Feb 06, 2012 3:31 pm
by trixie
You'd better mention explicitly what you think is an error or a discrepancy. For instance, I don't see anything wrong here with CLICKTAB_PageGroup.

Re: AutoDocs: clicktab_gc errors & discrepancies

Posted: Mon Feb 06, 2012 3:50 pm
by Rigo
Fixed at source level.

Simon

Re: AutoDocs: clicktab_gc errors & discrepancies

Posted: Tue Feb 07, 2012 8:18 am
by trixie
@Rigo

By the way, Simon - is there a reason why the CLICKTAB_PageGroup layout object pointer is not OM_GET-able?

Re: AutoDocs: clicktab_gc errors & discrepancies

Posted: Tue Feb 07, 2012 1:08 pm
by Rigo
None that I know of, but the source may explain it. I'll have a look.

Simon