Python/wxPython/Window: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
(Created page with "<quickgv theme="hierarchy"> A [label="wxFrame"]; </quickgv>")
 
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<quickgv theme="hierarchy">
<quickgv theme="hierarchy" theme="warm">
A [label="wxFrame"];
rankdir=BT;
splines=curved;
 
A [label="wxWindow"];
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