Python/wxPython/Window: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<quickgv theme="hierarchy" theme="warm">
<quickgv theme="hierarchy" theme="warm">
A1 [label="wxFrame"];
rankdir=BT;
A2 [label="wxWindow"];
splines=curved;
A3 [label="wxPanel"];
 
A4 [label="wxMDIParentFrame"];
A [label="wxWindow"];
A5 [label="wxMDIChildFrame"];
B1 [label="wxPanel"];
B2 [label="wxNonOwnedWindow"];
B3 [label="wxControl"];
B4 [label="wxMenubar"];
B5 [label="wxGLCanvas"];
C1 [label="wxPopupWindow"];
C2 [label="wxTopLevelWindow"];
D1 [label="wxDialog"];
D2 [label="wxFrame"];
E1 [label="wxMDIChildFrame"];
E2 [label="wxMDIParentFrame"];
 
F1 [label="wxAnyButton"];
G1 [label="wxButton"];
G2 [label="wxToggleButton"];
 
{B1 B2 B3 B4 B5} -> A;
{C1 C2} -> B2;
{D1 D2} -> C2;
{E1 E2} -> D2;
F1 -> B3;
{G1 G2} -> F1;
</quickgv>
</quickgv>

Latest revision as of 07:17, 20 March 2019