MCPcopy Create free account
hub / github.com/ActiveState/code / Primary_Panel

Class Primary_Panel

recipes/Python/580729_Metro_UI_Tkinter/recipe-580729.py:554–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552 self.body.pack(expand=True, fill=BOTH)
553
554class Primary_Panel(Metro_Panel):
555 def __init__(self, master, title, width=None):
556 Metro_Panel.__init__(self, master, title, "#2780e3", "#2780e3", width)
557
558class Danger_Panel(Metro_Panel):
559 def __init__(self, master, title, width=None):

Callers 1

recipe-580729.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected