Home
last modified time | relevance | path

Searched refs:m_zLabel (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/wdune/wdune-1.926/src/
H A DVertexModifier.cpp311 m_zLabel = swCreateLabel("z", 20, Y_xScrollBar+ 2 * ScrollBarHeight + 10, in VertexModifier()
324 swHideWindow(m_zLabel); in VertexModifier()
384 swDestroyWindow(m_zLabel); in DeleteView()
413 swHideWindow(m_zLabel); in normalCheckBoxCallback()
425 swShowWindow(m_zLabel); in normalCheckBoxCallback()
H A DVertexModifier.h123 SWND m_zLabel; variable
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DDrawWiz.h109 BTextCtrl *m_zLabel; variable
H A DDrawWiz.cpp276 m_zLabel = new BTextCtrl(this,-1, config, ""); in AxisWiz()
277 vbox->Add(m_zLabel, wxSizerFlags().Expand()); in AxisWiz()
353 if((m_dimensions == 3) && (m_zLabel->GetValue() != wxEmptyString)) in GetValue()
357 retval += "zlabel=\"" + m_zLabel->GetValue() + "\""; in GetValue()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tools/
H A Dtooloptions.h215 ClickableLabel *m_zLabel; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dtooloptions.cpp543 m_zLabel = new ClickableLabel(tr("Z:"), this); in ArrowToolOptionsBox()
722 posLay->addWidget(m_zLabel, 0); in ArrowToolOptionsBox()
932 connectLabelAndField(m_zLabel, m_zField); in ArrowToolOptionsBox()