MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder / getToolbarAttrs

Method getToolbarAttrs

src/frameworks/tkinter/plugins/mapview.js:53–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53 getToolbarAttrs(){
54
55 const toolBarAttrs = super.getToolbarAttrs()
56
57
58 return ({
59 id: this.__id,
60 widgetName: toolBarAttrs.widgetName,
61 size: toolBarAttrs.size,
62
63 ...this.state.attrs,
64
65 })
66 }
67
68 renderContent(){
69 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected