Python/wxPython/Window: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
D1 [label="wxDialog"];
D1 [label="wxDialog"];
D2 [label="wxFrame"];
D2 [label="wxFrame"];
E1 [label="wxMDIChildFrame"];
E2 [label="wxMDIParentFrame"];
F1 [label="wxAnyButton"];
G1 [label="wxButton"];
G2 [label="wxToggleButton"];


{B1 B2 B3 B4 B5} -> A;
{B1 B2 B3 B4 B5} -> A;
{C1 C2} -> B2;
{C1 C2} -> B2;
{D1 D2} -> C2;
{D1 D2} -> C2;
{E1 E2} -> D2;
F1 -> B3;
{G1 G2} -> F1;
</quickgv>
</quickgv>

Latest revision as of 07:17, 20 March 2019