Home
last modified time | relevance | path

Searched refs:create_label (Results 26 – 50 of 177) sorted by relevance

12345678

/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_webview.erl84 create_label(Buttons, "Navigation"),
92 create_label(Buttons, "Search"),
98 create_label(Buttons, "Other Actions"),
117 create_label(Buttons, "Console output only"),
138 create_label(Parent, Label) -> function
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestadjustsize.c45 create_label (gboolean vertical, in create_label() function
112 test_widgets[TEST_WIDGET_LABEL] = create_label (FALSE, FALSE); in open_test_window()
113 test_widgets[TEST_WIDGET_VERTICAL_LABEL] = create_label (TRUE, FALSE); in open_test_window()
114 test_widgets[TEST_WIDGET_WRAP_LABEL] = create_label (FALSE, TRUE); in open_test_window()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/cmetrics/src/
H A Dcmt_encode_msgpack.c53 struct cmt_map_label *create_label(char *label_text) in create_label() function
86 new_label = create_label(label->name); in gather_label_entries()
137 new_label = create_label(static_label->key); in gather_static_label_entries()
149 new_label = create_label(static_label->val); in gather_static_label_entries()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/fogbugz_import/
H A Dimporter.rb53 create_label(label['sCategory'])
79 def create_label(name) method in Gitlab.FogbugzImport.Importer
122 create_label(label)
/dports/math/py-matplotlib-scalebar/matplotlib-scalebar-0.8.1/matplotlib_scalebar/
H A Ddimension.py99 def create_label(self, value, latexrepr): member in _Dimension
154 def create_label(self, value, latexrepr): member in AngleDimension
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestadjustsize.c43 create_label (gboolean wrap) in create_label() function
86 test_widgets[TEST_WIDGET_LABEL] = create_label (FALSE); in open_test_window()
87 test_widgets[TEST_WIDGET_WRAP_LABEL] = create_label (TRUE); in open_test_window()
/dports/security/tinyca/tinyca-0.7.6/lib/GUI/
H A DX509_infobox.pm79 $self->{'certfingerprintmd5'} = GUI::HELPERS::create_label(
88 $self->{'certfingerprintsha1'} = GUI::HELPERS::create_label(
/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/src/
H A DHig.cc54 Gtk::Label *widg = Gtk::manage(GtkUtil::create_label(std::string(lab), true)); in HigCategoryPanel()
105 Gtk::Label *lab = Gtk::manage(GtkUtil::create_label(std::string(text), true)); in add_caption()
H A DGtkUtil.hh60 create_label(std::string text, bool bold);
H A DTimerBoxPreferencePage.cc133 enabled_lab = Gtk::manage(GtkUtil::create_label(_("Show status window"), false)); in create_page()
147 enabled_lab = Gtk::manage(GtkUtil::create_label(_("Applet enabled"), false)); in create_page()
H A DPreferencesDialog.cc307 …Gtk::Label *autostart_lab = Gtk::manage(GtkUtil::create_label(_("Start Workrave on logon"), false)… in create_gui_page()
322 Gtk::Label *trayicon_lab = Gtk::manage(GtkUtil::create_label(_("Show system tray icon"), false)); in create_gui_page()
541 Gtk::Widget *box = Gtk::manage(GtkUtil::create_label("Monitoring", false)); in create_timer_page()
561 …Gtk::Label *monitor_type_lab = Gtk::manage(GtkUtil::create_label(_("Use alternate monitor"), false… in create_monitoring_page()
567 …Gtk::Label *monitor_type_help = Gtk::manage(GtkUtil::create_label(_("Enable this option if Workrav… in create_monitoring_page()
/dports/graphics/clutter/clutter-1.26.4/tests/interactive/
H A Dtest-text-field.c192 create_label (const ClutterColor *color, in create_label() function
272 label = create_label (CLUTTER_COLOR_White, "<b>Input field:</b>"); in test_text_field_main()
296 label = create_label (CLUTTER_COLOR_White, "<b>A very long password field:</b>"); in test_text_field_main()
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/interactive/
H A Dtest-text-field.c201 create_label (const ClutterColor *color, in create_label() function
280 label = create_label (CLUTTER_COLOR_White, "<b>Input field:</b>"); in test_text_field_main()
304 label = create_label (CLUTTER_COLOR_White, "<b>A very long password field:</b>"); in test_text_field_main()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/interactive/
H A Dtest-text-field.c192 create_label (const ClutterColor *color, in create_label() function
272 label = create_label (CLUTTER_COLOR_White, "<b>Input field:</b>"); in test_text_field_main()
296 label = create_label (CLUTTER_COLOR_White, "<b>A very long password field:</b>"); in test_text_field_main()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Dfishbowl.c121 create_label (void) in create_label() function
162 { "Label", create_label },
/dports/devel/py-pyopencl/pyopencl-2018.2/examples/
H A Ddemo_mandelbrot.py126 self.create_label()
156 def create_label(self): member in Mandelbrot
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Ddisneymateriallayerui.cpp384 QLabel* create_label(const Dictionary& metadata) in create_label() function
416 m_content_layout->addRow(create_label(metadata), line_edit); in create_text_input_widgets()
445 m_content_layout->addRow(create_label(metadata), layout); in create_color_input_widgets()
479 m_content_layout->addRow(create_label(metadata), layout); in create_colormap_input_widgets()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dcrtcontrolwidget.c350 static GtkWidget *create_label(const char *text, gboolean minimal) in create_label() function
474 label = create_label(control->res.label, minimal); in add_sliders()
507 label = create_label(control->res.label, minimal); in add_sliders()
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/plugins/today-panel/
H A Dgtd-panel-today.c130 create_label (const gchar *text, in create_label() function
168 header = create_label (_("Overdue"), TRUE); in header_func()
177 header = create_label (_("Today"), FALSE); in header_func()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dfishbowl.c109 create_label (void) in create_label() function
213 { "Label", create_label },
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/tools/zeitgeist-explorer/
H A Dzeitgeist-explorer77 def create_label(label):
84 timestamp_box.pack_start(create_label(label), False)
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlPluginWindow.cpp1118 … LSPLabel *CtlPluginWindow::create_label(LSPWidgetContainer *dst, const char *key, float halign) in create_label() function in lsp::ctl::CtlPluginWindow
1196 LSPLabel *lbl = create_label(vbox, "headings.greetings"); in show_notification()
1208 lbl = create_label(vbox, "messages.greetings.2"); in show_notification()
1212 lbl = create_label(vbox, "messages.greetings.3"); in show_notification()
1213 lbl = create_label(vbox, "messages.greetings.4"); in show_notification()
1215 lbl = create_label(vbox, "messages.greetings.5", 1.0f); in show_notification()
1216 lbl = create_label(vbox, LSP_FULL_NAME, 1.0f); in show_notification()
/dports/x11/xapp/xapp-2.2.6/libxapp/
H A Dxapp-kbd-layout-controller.c97 create_label (XAppKbdLayoutController *controller, in create_label() function
214 data->group_label = create_label (controller, data->group_name, data->group_dupe_id); in load_stores()
215 data->variant_label = create_label (controller, data->variant_name, data->variant_dupe_id); in load_stores()
/dports/www/gitea/gitea-1.16.5/templates/repo/issue/labels/
H A Dlabel_new.tmpl23 <button class="ui green small button">{{.i18n.Tr "repo.issues.create_label"}}</button>
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/
H A Dgroup_labels.rb61 create_label(user_group, Entities::GroupLabel)

12345678