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

Method getToolbarAttrs

src/frameworks/tkinter/widgets/input.js:50–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getToolbarAttrsMethod · 0.45

Tested by

no test coverage detected