Home
last modified time | relevance | path

Searched refs:main_label (Results 1 – 25 of 61) sorted by relevance

123

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dgui_utils.cpp111 Gtk::Label main_label; in gui_show_text_entry_dialog() local
112 main_label.set_markup("<big><b>" + Glib::Markup::escape_text(message) in gui_show_text_entry_dialog()
114 main_label.set_line_wrap(true); in gui_show_text_entry_dialog()
115 main_label.set_selectable(true); in gui_show_text_entry_dialog()
116 main_label.set_alignment(Gtk::ALIGN_START); in gui_show_text_entry_dialog()
134 vbox.pack_start(main_label, false, false, 0); in gui_show_text_entry_dialog()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.dwarf2/
H A Ddw2-inline-with-lexical-scope.exp85 {low_pc main_label addr}
116 {DW_LNE_set_address main_label}
119 {DW_LNE_set_address main_label}
H A Ddw2-vendor-extended-opcode.exp60 {DW_LNE_set_address main_label}
H A Dimported-unit-runto-main.exp36 declare_labels cu_label main_label int_label
H A Dimported-unit-abstract-const-value.exp39 declare_labels cu_label main_label int_label
H A Ddw2-out-of-range-end-of-seq.exp61 {DW_LNE_set_address main_label}
H A Ddw2-step-out-of-function-no-stmt.exp89 {DW_LNE_set_address main_label}
H A Dimported-unit.exp50 declare_labels cu_label main_label doit_label int_label
H A Ddw2-inline-stepping.exp100 {DW_LNE_set_address main_label}
H A Ddw2-ranges-func.exp139 {DW_LNE_set_address main_label}
H A Ddw2-inline-many-frames.exp193 {DW_LNE_set_address main_label}
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Dreporterror.py128 self.main_label = QLabel(
142 self.main_label.setOpenExternalLinks(True)
143 self.main_label.setWordWrap(True)
144 self.main_label.setAlignment(Qt.AlignJustify)
189 vlayout.addWidget(self.main_label)
/dports/x11/xpra/xpra-4.3/xpra/client/gtk_base/
H A Dopen_requests.py153 main_label = l(s)
156 main_label.set_label(parts[0]+"?..")
157 main_label.set_tooltip_text(s)
158 main_label.set_line_wrap(True)
159 main_label.set_line_wrap_mode(Pango.WrapMode.WORD_CHAR)
160 main_label.set_size_request(URI_MAX_WIDTH, -1)
161 main_label.set_selectable(True)
162 items = (main_label, l(details), expires_label, buttons)
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/t/
H A Dtest17-goto.p5 goto main_label;
7 main_label:;
/dports/comms/flcluster/flcluster-1.0.4/src/
H A Dflcluster.cxx349 string main_label = PACKAGE_NAME; in main() local
350 main_label.append(": ").append(PACKAGE_VERSION); in main()
351 main_window->label(main_label.c_str()); in main()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/nice_region_error/
H A Ddifferent_lifetimes.rs109 let (span_1, span_2, main_label, span_label, future_return_type) = in try_report_anon_anon_conflict()
168 err.span_label(span_1, main_label); in try_report_anon_anon_conflict()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-window.h98 gchar *main_label,
H A Dnautilus-toolbar.c476 gchar *main_label; in on_progress_info_finished() local
495 main_label = nautilus_progress_info_get_status (info); in on_progress_info_finished()
497 main_label, in on_progress_info_finished()
499 g_free (main_label); in on_progress_info_finished()
/dports/devel/dwz/dwz/testsuite/dwz.tests/
H A Dvarval.S117 .8byte main_label - 4
118 .8byte main_label - 4 + 11
/dports/lang/v/v-0.1.29/cmd/tools/modules/testing/
H A Dcommon.v227 main_label := 'Building $folder ...'
233 eheader(main_label)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/function_params/
H A Dsampler_param.amber72 %main_label = OpLabel
/dports/biology/p5-BioPerl/BioPerl-1.7.7/examples/tk/
H A Dgsequence.pl24 my ($main_notebook,@main_label,@seq_edit);
256 $main_label[$curr] = new Gtk::Label($seq[$curr]->id())
258 $main_label[$curr] = new Gtk::Label("<New>")
276 $main_notebook->append_page( $seq_edit_hbox, $main_label[$curr] );
392 $main_label[$current]->set_text($seq[$current]->id) if (defined($seq[$current]));
393 $main_label[$current]->set_text("<New>") if (!defined($seq[$current]));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/undef/
H A Dundefined_constant_composite.amber97 %main_label = OpLabel
H A Dundefined_spec_constant_composite.amber105 %main_label = OpLabel
/dports/print/system-config-printer/system-config-printer-1.5.12/troubleshoot/
H A DPrintTestPage.py62 self.main_label = label
151 self.main_label.set_markup (label_text)

123