Python/wxPython/Window: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<quickgv theme="hierarchy" theme="warm">
<quickgv theme="hierarchy" theme="warm">
rankdir=BT;
rankdir=BT;
splines=curved;


A [label="wxWindow"];
A [label="wxWindow"];
Line 10: Line 11:
C1 [label="wxPopupWindow"];
C1 [label="wxPopupWindow"];
C2 [label="wxTopLevelWindow"];
C2 [label="wxTopLevelWindow"];
D [label="wxFrame"];
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;
{B1 B2 B3 B4 B5} -> A;
{C1 C2} -> B2;
{C1 C2} -> B2;
D -> C2;
{D1 D2} -> C2;
{E1 E2} -> D2;
F1 -> B3;
{G1 G2} -> F1;
</quickgv>
</quickgv>

Latest revision as of 07:17, 20 March 2019