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

Lines Matching refs:layer

547   // First, find which layer we should be adding to.
555 // right-hand edge of the layer.
561 // Start another layer (row).
575 int layer = m_layers.GetCount() - 1;
581 tabControl->SetColPosition(layer);
588 int verticalOffset = (- GetTopMargin()) - ((layer+1)*GetTabHeight());
592 horizontalOffset = layer*GetHorizontalTabOffset();
614 wxTabLayer *layer = (wxTabLayer *)layerNode->GetData();
615 wxList::compatibility_iterator tabNode = layer->GetFirst();
624 layer->Erase(tabNode);
665 wxTabLayer *layer = (wxTabLayer *)layerNode->GetData();
666 wxList::compatibility_iterator tabNode = layer->GetFirst();
687 wxTabLayer *layer = (wxTabLayer *)layerNode->GetData();
688 wxList::compatibility_iterator tabNode = layer->GetFirst();
695 layer->Erase(tabNode);
699 delete layer;
717 wxTabLayer *layer = (wxTabLayer *)layerNode->GetData();
718 wxList::compatibility_iterator tabNode = layer->GetFirst();
724 layer->Erase(tabNode);
728 delete layer;
744 // Start another layer (row).
759 int layer = m_layers.GetCount() - 1;
762 tabControl->SetColPosition(layer);
765 int verticalOffset = (- GetTopMargin()) - ((layer+1)*GetTabHeight());
769 horizontalOffset = layer*GetHorizontalTabOffset();
815 wxTabLayer *layer = (wxTabLayer *)node->GetData();
816 wxList::compatibility_iterator node2 = layer->GetFirst();
889 wxTabLayer *layer = (wxTabLayer *)node->GetData();
890 wxList::compatibility_iterator node2 = layer->GetFirst();
953 // Move the selected tab to the bottom layer, if necessary,
963 // If we're on the bottom layer, then no need to swap.
975 // If this is already in the bottom layer, return now
982 // and the tab on the first layer. Swap tab structures and
1073 wxTabLayer *layer = (wxTabLayer *)node1->GetData();
1074 wxList::compatibility_iterator node2 = layer->GetFirst();
1087 // Find tab control for layer, position (starting from zero)
1088 wxTabControl *wxTabView::FindTabControlForPosition(int layer, int position) const
1090 wxTabLayerList::compatibility_iterator node1 = m_layers.Item(layer);
1106 wxTabLayer *layer = (wxTabLayer *)node1->GetData();
1108 wxList::compatibility_iterator node2 = layer->GetFirst();