• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/

Lines Matching defs:m_child

42     (m_child).  The leaves each are responsible for drawing the frame and
167 wxDynamicSashWindowImpl *m_child[2];
210 /* m_child is the window provided to us by the application developer.
212 parent of m_child. We scroll m_child by moving it around within
215 *m_child;
304 m_child[0] =
305 m_child[1] = NULL;
314 delete m_child[0];
315 m_child[0] = NULL;
316 delete m_child[1];
317 m_child[1] = NULL;
452 if (side == DSR_TOP_EDGE && m_parent->m_child[1] == this)
454 if (side == DSR_BOTTOM_EDGE && m_parent->m_child[0] == this)
459 if (side == DSR_LEFT_EDGE && m_parent->m_child[1] == this)
461 if (side == DSR_RIGHT_EDGE && m_parent->m_child[0] == this)
506 if (m_child[0] == NULL && m_leaf == NULL)
509 if (!m_child[0])
514 wxScrollBar *ret = m_child[0]->FindScrollBar(child, vert);
516 ret = m_child[1]->FindScrollBar(child, vert);
536 m_child[0]->m_container->SetConstraints(layout);
543 layout->top.Below(m_child[0]->m_container, 1);
548 layout->left.RightOf(m_child[0]->m_container, 1);
551 m_child[1]->m_container->SetConstraints(layout);
558 if (m_child[panel]->m_leaf)
562 child[0] = m_child[0];
563 child[1] = m_child[1];
565 m_child[0] = m_child[1] = NULL;
569 m_leaf->m_child = child[panel]->m_leaf->m_child;
588 wxDynamicSashUnifyEvent unify(m_leaf->m_child);
589 m_leaf->m_child->ProcessEvent(unify);
593 m_split = m_child[panel]->m_split;
595 delete m_child[other];
597 wxDynamicSashWindowImpl *child_panel = m_child[panel];
598 m_child[0] = child_panel->m_child[0];
599 m_child[1] = child_panel->m_child[1];
601 m_child[0]->m_parent = this;
602 m_child[1]->m_parent = this;
605 m_child[0]->m_container->Reparent(m_container);
606 m_child[1]->m_container->Reparent(m_container);
608 child_panel->m_child[0] = child_panel->m_child[1] = NULL;
612 wxSize child_size = m_child[0]->m_container->GetSize();
626 m_child[0] = new wxDynamicSashWindowImpl(m_window);
627 m_child[0]->m_container = new wxWindow(m_container, wxID_ANY);
628 m_child[0]->m_parent = this;
629 m_child[0]->m_top = m_top;
630 m_child[0]->Create();
631 if (m_leaf->m_child)
633 m_leaf->m_child->Reparent(m_container);
634 m_child[0]->AddChild(m_leaf->m_child);
637 m_child[1] = new wxDynamicSashWindowImpl(m_window);
638 m_child[1]->m_container = new wxWindow(m_container, wxID_ANY);
639 m_child[1]->m_parent = this;
640 m_child[1]->m_top = m_top;
641 m_child[1]->Create();
646 m_top->m_add_child_target = m_child[1];
647 wxDynamicSashSplitEvent split(m_child[0]->m_leaf->m_child);
648 m_child[0]->m_leaf->m_child->ProcessEvent(split);
650 m_child[0]->m_leaf->m_vscroll->SetScrollbar(m_leaf->m_vscroll->GetThumbPosition(),
654 m_child[0]->m_leaf->m_hscroll->SetScrollbar(m_leaf->m_hscroll->GetThumbPosition(),
658 m_child[1]->m_leaf->m_vscroll->SetScrollbar(m_leaf->m_vscroll->GetThumbPosition(),
662 m_child[1]->m_leaf->m_hscroll->SetScrollbar(m_leaf->m_hscroll->GetThumbPosition(),
714 py = (int)((ho_parent->m_child[0]->m_container->GetSize().GetHeight() * 100)
716 h_parent->m_child[0]->m_container->GetConstraints()->height.PercentOf(
734 h_parent->m_child[0]->m_container->GetConstraints()->height.PercentOf(
784 px = (int)((vo_parent->m_child[0]->m_container->GetSize().GetWidth() * 100)
786 v_parent->m_child[0]->m_container->GetConstraints()->width.PercentOf(
804 v_parent->m_child[0]->m_container->GetConstraints()->width.PercentOf(
939 if (m_child[0] == NULL)
947 wxLayoutConstraints *layout = m_child[0]->m_container->GetConstraints();
961 if (m_child[0] != NULL)
1004 m_child = NULL;
1120 if (m_child)
1121 m_child->Destroy();
1123 m_child = window;
1159 if (m_child)
1163 wxSize best_size = m_child->GetBestSize();
1168 m_child->SetSize(best_size);
1192 wxPoint pos = m_child->GetPosition();
1197 m_child->SetSize(size);
1205 if (m_child == child)
1304 if (m_child)
1306 wxPoint pos = m_child->GetPosition();
1317 m_child->SetFocus();
1412 if (m_child)
1414 m_child->Reparent(m_viewport);