PageStack and StackView

Kai Uwe Broulik kde at privat.broulik.de
Mon Nov 24 20:44:02 UTC 2014


Am Montag, 24. November 2014, 20:47:26 schrieb Marco Martin:

> pageStack.push(someItem, {fgcolor: "red", bgcolor: "blue"}, true) would just
> wrap internally
> stackView.push({item: someItem, immediate: true, properties: {fgcolor:
> "red", bgcolor: "blue"}})

So it seems when I define a

function push(item, properties, immediate) {
    push({item: item, properties: properties, immediate: immediate})
}

works, that was... unexpected.



More information about the Plasma-devel mailing list