Home
last modified time | relevance | path

Searched refs:textScroll (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Ddebug.cpp46 Gtk::ScrolledWindow textScroll; member in Inkscape::UI::Dialog::DebugDialogImpl
92 textScroll.add(messageText); in DebugDialogImpl()
93 textScroll.set_policy(Gtk::POLICY_ALWAYS, Gtk::POLICY_ALWAYS); in DebugDialogImpl()
94 mainVBox->pack_start(textScroll); in DebugDialogImpl()
H A Dmessages.cpp64 textScroll.add(messageText); in Messages()
65 textScroll.set_policy(Gtk::POLICY_ALWAYS, Gtk::POLICY_ALWAYS); in Messages()
66 pack_start(textScroll); in Messages()
H A Dmessages.h68 Gtk::ScrolledWindow textScroll;
/dports/games/gogui/Quaqua/src/bugs/
H A DTestQuaquaDnD16.java86 JScrollPane textScroll = new JScrollPane(textArea); in startup() local
87 textScroll.setBorder(null); in startup()
89 JSplitPane panel = new JSplitPane(JSplitPane.VERTICAL_SPLIT, listScroll, textScroll); in startup()
/dports/cad/cura/Cura-58bae31/resources/qml/
H A DPrintSetupTooltip.qml14 height: textScroll.height + UM.Theme.getSize("tooltip_margins").height * 2
83 id: textScroll
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/app/batch/
H A DBatchProcessor.java91 JScrollPane textScroll = new JScrollPane(Text); in process() local
92 textScroll.setPreferredSize(new Dimension(400, 300)); in process()
93 textScroll.setBorder(BorderFactory.createLineBorder(Color.gray)); in process()
119 textBox.add(textScroll); in process()
/dports/cad/p5-GDS2/GDS2-3.35/Examples/
H A Dgds2dump404 my $textScroll = $MW -> Scrollbar(
409 -yscrollcommand => ['set', $textScroll],
413 $textScroll -> pack(
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/
H A Dweapon_menu.c311 const int textScroll = in DisplayGunIcon() local
316 pos.y + size.y / 2 + textScroll + (FontH() - wc->Icon->size.y) / 2); in DisplayGunIcon()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/browser/
H A DnsWebBrowser.cpp1557 nsCOMPtr<nsITextScroll> textScroll(do_QueryInterface(aDocShell)); in SetDocShell() local
1560 req && baseWin && nav && scrollable && textScroll && progress, in SetDocShell()
1568 mDocShellAsTextScroll = textScroll; in SetDocShell()
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/browser/
H A DnsWebBrowser.cpp1676 nsCOMPtr<nsITextScroll> textScroll(do_QueryInterface(aDocShell)); in SetDocShell() local
1678 NS_ENSURE_TRUE(req && baseWin && nav && scrollable && textScroll && progress, in SetDocShell()
1686 mDocShellAsTextScroll = textScroll; in SetDocShell()