MCPcopy Index your code
hub / github.com/rawpython/remi / __init__

Method __init__

editor/editor_widgets.py:99–103  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

97
98class ToolBar(gui.HBox):
99 def __init__(self, **kwargs):
100 super(ToolBar, self).__init__(**kwargs)
101 self.css_align_items = 'center'
102 self.css_justify_content = 'flex-start'
103 self.style['background-color'] = 'white'
104
105 def add_command(self, imagePath, callback, title):
106 icon = gui.Image(imagePath, height='90%', margin='0px 1px')

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected