Home
last modified time | relevance | path

Searched refs:labelFrame (Results 1 – 25 of 87) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/fancy_ui/
H A Dbidi_container_view_unittest.mm46 CGRect labelFrame = [label frame];
47 EXPECT_EQ(20, labelFrame.origin.x);
48 EXPECT_EQ(30, labelFrame.origin.y);
49 EXPECT_EQ(40, labelFrame.size.width);
50 EXPECT_EQ(50, labelFrame.size.height);
61 CGRect labelFrame = [label frame];
63 labelFrame.origin.x);
64 EXPECT_EQ(30, labelFrame.origin.y);
65 EXPECT_EQ(40, labelFrame.size.width);
66 EXPECT_EQ(50, labelFrame.size.height);
/dports/www/getleft/Getleft-v1.2/scripts/
H A DAyuda.tcl144 set labelFrame [ttk::labelframe $extFrame.labelFrame -labelanchor nw \
151 -command "Ayuda::EnableBrowserEntry $labelFrame.browserEntry"]
155 -command "Ayuda::EnableBrowserEntry $labelFrame.browserEntry"]
158 -command "Ayuda::EnableBrowserEntry $labelFrame.browserEntry"]
161 -command "Ayuda::EnableBrowserEntry $labelFrame.browserEntry"]
164 -command "Ayuda::EnableBrowserEntry $labelFrame.browserEntry"]
168 -command "Ayuda::EnableBrowserEntry $labelFrame.browserEntry"]
173 -command "Ayuda::EnableBrowserEntry $labelFrame.browserEntry"]
199 grid $labelFrame -ipadx 30 -ipady 7 -pady 5 -padx 3
202 grid anchor $labelFrame c
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DEnumOptionUI.mm58 NSRect labelFrame = { { x, y }, { width, 1024.0f } };
61 labelFrame = [self calcLabelLayout:label inRect:labelFrame optimalWidth:optimalWidth];
65 popUpFrame.origin.y = y + labelFrame.size.height;
69 [label setFrame:labelFrame];
80 return popUpFrame.origin.y + popUpFrame.size.height - labelFrame.origin.y;
H A DStringOptionUI.mm53 NSRect labelFrame = { { x, y }, { width, 1024.0f } };
57 labelFrame = [self calcLabelLayout:label inRect:labelFrame optimalWidth:optimalWidth];
62 textFieldFrame.origin.y = y + labelFrame.size.height + (CGFloat)textFieldMargin;
66 [label setFrame:labelFrame];
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCMetersWindow.cpp748 labelFrame->setBackColor(M_BACKGROUND); in CAnalyzer()
951 while(labelFrame->numChildren()>0) in rebuildLabels()
952 delete labelFrame->childAtIndex(0); in rebuildLabels()
995 FXPacker *labelFrame; member in CAnalyzer
1072 labelFrame->setTarget(this); in FXIMPLEMENT()
1073 labelFrame->setSelector(ID_LABEL_FRAME); in FXIMPLEMENT()
1074 labelFrame->setBackColor(M_BACKGROUND); in FXIMPLEMENT()
1187 for(FXint t=0;t<labelFrame->numChildren();t++) in onLabelFrameConfigure()
1189 const int x=(labelFrame->getWidth()-1)*t/(labelFrame->numChildren()-1); in onLabelFrameConfigure()
1192 if(t!=labelFrame->numChildren()-1) in onLabelFrameConfigure()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/forms/
H A DnsFileControlFrame.cpp163 auto* labelFrame = mTextContent->GetPrimaryFrame(); in Reflow() local
165 labelFrame->GetLogicalUsedBorderAndPadding(wm).IStartEnd(wm); in Reflow()
166 auto* lastLabelCont = labelFrame->LastContinuation(); in Reflow()
167 if (lastLabelCont != labelFrame) { in Reflow()
177 if (CropTextToWidth(*aReflowInput.mRenderingContext, labelFrame, in Reflow()
181 labelFrame->MarkSubtreeDirty(); in Reflow()
182 labelFrame->AddStateBits(NS_BLOCK_NEEDS_BIDI_RESOLUTION); in Reflow()
/dports/www/firefox/firefox-99.0/layout/forms/
H A DnsFileControlFrame.cpp160 auto* labelFrame = mTextContent->GetPrimaryFrame(); in Reflow() local
162 labelFrame->GetLogicalUsedBorderAndPadding(wm).IStartEnd(wm); in Reflow()
163 auto* lastLabelCont = labelFrame->LastContinuation(); in Reflow()
164 if (lastLabelCont != labelFrame) { in Reflow()
174 if (CropTextToWidth(*aReflowInput.mRenderingContext, labelFrame, in Reflow()
178 labelFrame->MarkSubtreeDirty(); in Reflow()
179 labelFrame->AddStateBits(NS_BLOCK_NEEDS_BIDI_RESOLUTION); in Reflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/
H A DnsFileControlFrame.cpp163 auto* labelFrame = mTextContent->GetPrimaryFrame(); in Reflow() local
165 labelFrame->GetLogicalUsedBorderAndPadding(wm).IStartEnd(wm); in Reflow()
166 auto* lastLabelCont = labelFrame->LastContinuation(); in Reflow()
167 if (lastLabelCont != labelFrame) { in Reflow()
177 if (CropTextToWidth(*aReflowInput.mRenderingContext, labelFrame, in Reflow()
181 labelFrame->MarkSubtreeDirty(); in Reflow()
182 labelFrame->AddStateBits(NS_BLOCK_NEEDS_BIDI_RESOLUTION); in Reflow()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/forms/
H A DnsFileControlFrame.cpp160 auto* labelFrame = mTextContent->GetPrimaryFrame(); in Reflow() local
162 labelFrame->GetLogicalUsedBorderAndPadding(wm).IStartEnd(wm); in Reflow()
163 auto* lastLabelCont = labelFrame->LastContinuation(); in Reflow()
164 if (lastLabelCont != labelFrame) { in Reflow()
172 if (CropTextToWidth(*aReflowInput.mRenderingContext, labelFrame, in Reflow()
176 labelFrame->MarkSubtreeDirty(); in Reflow()
177 labelFrame->AddStateBits(NS_BLOCK_NEEDS_BIDI_RESOLUTION); in Reflow()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/gtk/
H A Ddialog-options.cpp63 GtkWidget* labelFrame = gtk_frame_new("Label"); in dialogViewOptions() local
89 gtk_container_border_width(GTK_CONTAINER(labelFrame), 0); in dialogViewOptions()
98 gtk_container_add(GTK_CONTAINER(labelFrame), GTK_WIDGET(labelBox)); in dialogViewOptions()
107 gtk_box_pack_start(GTK_BOX(midBox), labelFrame, TRUE, TRUE, 0); in dialogViewOptions()
/dports/astro/celestia/celestia-1.6.1/src/celestia/gtk/
H A Ddialog-options.cpp63 GtkWidget* labelFrame = gtk_frame_new("Label"); in dialogViewOptions() local
89 gtk_container_border_width(GTK_CONTAINER(labelFrame), 0); in dialogViewOptions()
98 gtk_container_add(GTK_CONTAINER(labelFrame), GTK_WIDGET(labelBox)); in dialogViewOptions()
107 gtk_box_pack_start(GTK_BOX(midBox), labelFrame, TRUE, TRUE, 0); in dialogViewOptions()
/dports/math/pspp/pspp-1.4.1/src/output/spv/
H A Ddetail-xml.grammar31 labelFrame[lf1]*
33 labelFrame[lf2]*
84 :target=ref (labelFrame | graph | container)?
356 container :style=ref style => container_extension? location+ labelFrame*
360 labelFrame :style=ref style => location+ label? paragraph?
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/aqua/
H A DControlHelper.mm796 NSRect labelFrame = [label frame];
797 int nLabelWidth = labelFrame.size.width;
839 NSRect labelFrame = [label frame];
840 …int totalWidth = nPopupMaxWidth + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpacePo…
845 labelFrame.origin.x = left;
846 labelFrame.origin.y = currenttop + kAquaSpaceLabelPopupDiffV;
847 …setting label at: {" << labelFrame.origin.x << ", " << labelFrame.origin.y << ", " << labelFrame.s…
848 [label setFrame:labelFrame];
850 …controlRect.origin.x = left + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpaceLabelF…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/aqua/
H A DControlHelper.mm796 NSRect labelFrame = [label frame];
797 int nLabelWidth = labelFrame.size.width;
840 NSRect labelFrame = [label frame];
841 …int totalWidth = nPopupMaxWidth + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpacePo…
846 labelFrame.origin.x = left;
847 labelFrame.origin.y = currenttop + kAquaSpaceLabelPopupDiffV;
848 …setting label at: {" << labelFrame.origin.x << ", " << labelFrame.origin.y << ", " << labelFrame.s…
849 [label setFrame:labelFrame];
851 …controlRect.origin.x = left + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpaceLabelF…
/dports/graphics/ming/libming-ming-0_4_8/test/Movie/FrameLabel/
H A Dtest01.php10 $m->labelFrame('frame0');
H A Dtest01.py11 m.labelFrame('frame0');
H A Dtest01.pl19 $m->labelFrame('frame0');
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Movie/FrameLabel/
H A Dtest01.php10 $m->labelFrame('frame0');
H A Dtest01.py11 m.labelFrame('frame0');
H A Dtest01.pl19 $m->labelFrame('frame0');
/dports/graphics/py-ming/libming-ming-0_4_8/test/Movie/FrameLabel/
H A Dtest01.php10 $m->labelFrame('frame0');
H A Dtest01.py11 m.labelFrame('frame0');
H A Dtest01.pl19 $m->labelFrame('frame0');
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFMovieClipI.java40 public void labelFrame (String label); in labelFrame() method
/dports/graphics/p5-ming/libming-ming-0_4_8/java_ext/
H A DSWFMovieClipI.java40 public void labelFrame (String label); in labelFrame() method

1234