Home
last modified time | relevance | path

Searched refs:description_label (Results 1 – 25 of 80) sorted by relevance

1234

/dports/graphics/pinta/pinta-1.7.1/Pinta/Dialogs/
H A DFileUnsupportedFormatDialog.cs35 private Label description_label; field in Pinta.FileUnsupportedFormatDialog
46 description_label.Markup = message; in SetMessage()
63 description_label = new Label(); in Build()
64 description_label.Wrap = true; in Build()
65 description_label.Xalign = 0; in Build()
66 vbox.PackStart(description_label, false, false, 0); in Build()
H A DErrorDialog.cs36 private Label description_label; field in Pinta.ErrorDialog
61 description_label.Markup = message; in SetMessage()
93 description_label = new Label (); in Build()
94 description_label.Wrap = true; in Build()
95 description_label.Xalign = 0; in Build()
96 vbox.PackStart (description_label, false, false, 0); in Build()
/dports/x11-toolkits/granite/granite-6.2.0/lib/Widgets/
H A DAlertView.vala51 return description_label.label;
54 description_label.label = value;
78 private Gtk.Label description_label;
105 description_label = new Gtk.Label (null);
106 description_label.hexpand = true;
107 description_label.max_width_chars = 75;
108 description_label.wrap = true;
109 description_label.use_markup = true;
110 description_label.xalign = 0;
111 description_label.valign = Gtk.Align.START;
[all …]
H A DAbstractSimpleSettingsPage.vala13 private Gtk.Label description_label;
45 if (description_label != null) {
46 description_label.label = value;
110 description_label = new Gtk.Label (description);
111 description_label.selectable = true;
112 description_label.xalign = 0;
113 description_label.wrap = true;
116 header_area.attach (description_label, 1, 1);
H A DSwitchModelButton.vala45 var description_label = new Gtk.Label (null) {
51 unowned var description_style_context = description_label.get_style_context ();
56 description_revealer.add (description_label);
71 bind_property ("description", description_label, "label");
/dports/sysutils/xfce4-power-manager/xfce4-power-manager-4.16.0/panel-plugins/power-manager-plugin/
H A Dscalemenuitem.c58 GtkWidget *description_label; member
193 if (priv->description_label && priv->percentage_label) in update_packing()
203 else if (priv->description_label) in update_packing()
426 return gtk_label_get_text (GTK_LABEL (priv->description_label)); in scale_menu_item_get_description_label()
467 if (label == NULL && priv->description_label) in scale_menu_item_set_description_label()
470 g_object_unref (priv->description_label); in scale_menu_item_set_description_label()
471 priv->description_label = NULL; in scale_menu_item_set_description_label()
475 if (priv->description_label && label) in scale_menu_item_set_description_label()
477 gtk_label_set_markup (GTK_LABEL (priv->description_label), label); in scale_menu_item_set_description_label()
482 priv->description_label = gtk_label_new (NULL); in scale_menu_item_set_description_label()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/widgets/
H A Dsymbol_tooltip.cpp67 description_label = new QLabel();
68 description_label->setWordWrap(true);
69 description_label->hide();
80 layout->addWidget(description_label);
97 description_label->show(); in showDescription()
112 description_label->hide(); in reset()
208 description_label->setText(help_text); in scheduleShow()
209 description_label->hide(); in scheduleShow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.cc65 views::Label* description_label = in ImportLockDialogView() local
67 description_label->SetBorder(views::CreateEmptyBorder( in ImportLockDialogView()
70 description_label->SetMultiLine(true); in ImportLockDialogView()
71 description_label->SetHorizontalAlignment(gfx::ALIGN_LEFT); in ImportLockDialogView()
72 AddChildView(description_label); in ImportLockDialogView()
/dports/security/seahorse/seahorse-41.0/src/
H A Dkey-manager-item-row.vala53 var description_label = new Gtk.Label(null);
54 object.bind_property("description", description_label, "label", BindingFlags.SYNC_CREATE);
55 description_label.xalign = 1.0f;
56 description_label.valign = Gtk.Align.START;
57 description_label.get_style_context().add_class("seahorse-item-listbox-row-description");
58 grid.attach(description_label, 2, 0);
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-status-page.c46 GtkLabel *description_label; member
64 gtk_widget_set_visible (GTK_WIDGET (self->description_label), in update_description_visibility()
65 gtk_label_get_text (self->description_label) != NULL && in update_description_visibility()
66 g_strcmp0 (gtk_label_get_text (self->description_label), "") != 0); in update_description_visibility()
141 self->description_label = NULL; in hdy_status_page_destroy()
262 gtk_widget_class_bind_template_child (widget_class, HdyStatusPage, description_label); in hdy_status_page_class_init()
393 return gtk_label_get_label (self->description_label); in hdy_status_page_get_description()
414 gtk_label_set_label (self->description_label, description); in hdy_status_page_set_description()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-status-page.c46 GtkLabel *description_label; member
64 gtk_widget_set_visible (GTK_WIDGET (self->description_label), in update_description_visibility()
65 gtk_label_get_text (self->description_label) != NULL && in update_description_visibility()
66 g_strcmp0 (gtk_label_get_text (self->description_label), "") != 0); in update_description_visibility()
141 self->description_label = NULL; in hdy_status_page_destroy()
262 gtk_widget_class_bind_template_child (widget_class, HdyStatusPage, description_label); in hdy_status_page_class_init()
393 return gtk_label_get_label (self->description_label); in hdy_status_page_get_description()
414 gtk_label_set_label (self->description_label, description); in hdy_status_page_set_description()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-gtk/src/widgets/
H A Depisode_description.rs46 description_label: gtk::Label, field
71 description_label: label, in default()
104 let default_text = self.description_label.text(); in init()
107 self.description_label.set_markup(&markup); in init()
109 if self.description_label.text() == default_text { in init()
110 self.description_label.set_text(t); in init()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpgegltool.c489 tool->description_label = gtk_label_new (""); in gimp_gegl_tool_dialog()
490 gtk_label_set_line_wrap (GTK_LABEL (tool->description_label), TRUE); in gimp_gegl_tool_dialog()
491 gtk_label_set_xalign (GTK_LABEL (tool->description_label), 0.0); in gimp_gegl_tool_dialog()
492 gtk_box_pack_start (GTK_BOX (main_vbox), tool->description_label, in gimp_gegl_tool_dialog()
494 gtk_box_reorder_child (GTK_BOX (main_vbox), tool->description_label, 1); in gimp_gegl_tool_dialog()
542 gtk_label_set_text (GTK_LABEL (tool->description_label), description); in gimp_gegl_tool_operation_changed()
543 gtk_widget_show (tool->description_label); in gimp_gegl_tool_operation_changed()
547 gtk_widget_hide (tool->description_label); in gimp_gegl_tool_operation_changed()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-progress-dialog.c49 GtkWidget *description_label; member
122 self->description_label = gtk_label_new (""); in gth_task_progress_init()
123 gtk_widget_set_halign (self->description_label, GTK_ALIGN_START); in gth_task_progress_init()
124 gtk_label_set_xalign (GTK_LABEL (self->description_label), 0.0); in gth_task_progress_init()
125 gtk_label_set_yalign (GTK_LABEL (self->description_label), 0.5); in gth_task_progress_init()
126 gtk_label_set_ellipsize (GTK_LABEL (self->description_label), PANGO_ELLIPSIZE_END); in gth_task_progress_init()
127 …gtk_label_set_max_width_chars (GTK_LABEL (self->description_label), MAX_DESCRIPTION_LABEL_WIDTH_CH… in gth_task_progress_init()
128 gtk_label_set_width_chars (GTK_LABEL (self->description_label), MAX_DESCRIPTION_LABEL_WIDTH_CHARS); in gth_task_progress_init()
129 gtk_widget_show (self->description_label); in gth_task_progress_init()
130 gtk_box_pack_start (GTK_BOX (vbox), self->description_label, FALSE, FALSE, 0); in gth_task_progress_init()
[all …]
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-status-page.c46 GtkLabel *description_label; member
69 gtk_widget_set_visible (GTK_WIDGET (self->description_label), in update_description_visibility()
70 gtk_label_get_text (self->description_label) != NULL && in update_description_visibility()
71 g_strcmp0 (gtk_label_get_text (self->description_label), "") != 0); in update_description_visibility()
225 gtk_widget_class_bind_template_child (widget_class, AdwStatusPage, description_label); in adw_status_page_class_init()
380 return gtk_label_get_label (self->description_label); in adw_status_page_get_description()
401 gtk_label_set_label (self->description_label, description); in adw_status_page_set_description()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Dremove_suggestion_bubble.cc62 views::Label* description_label = in RemoveSuggestionBubbleDialogDelegateView() local
66 description_label->SetMultiLine(true); in RemoveSuggestionBubbleDialogDelegateView()
67 description_label->SetHorizontalAlignment( in RemoveSuggestionBubbleDialogDelegateView()
69 AddChildView(description_label); in RemoveSuggestionBubbleDialogDelegateView()
/dports/deskutils/synapse/synapse-0.2.99.4/src/ui/
H A Dview-default.vala45 description_label.size = SmartLabel.string_to_size (dmax);
46 description_label.min_size = SmartLabel.string_to_size (dmin);
56 description_label.set_state_flags (this.bg_state, false);
70 private SmartLabel description_label;
133 description_label = new SmartLabel ();
134 description_label.size = SmartLabel.Size.SMALL;
135 description_label.set_animation_enabled (true);
136 description_label.xpad = 8;
157 vb.pack_end (description_label, false);
325 description_label.set_text (IController.SEARCHING);
[all …]
H A Dview-side-doish.vala92 description_label.size = SmartLabel.string_to_size (dmax);
93 description_label.min_size = SmartLabel.string_to_size (dmin);
103 private SmartLabel description_label;
159 description_label = new SmartLabel ();
160 description_label.size = SmartLabel.Size.SMALL;
161 description_label.set_animation_enabled (true);
163 description_label.xalign = 0.5f;
227 container.pack_start (description_label, false);
427 description_label.set_text (IController.DOWN_TO_SEE_RECENT);
436 description_label.set_text (IController.SEARCHING);
[all …]
H A Dview-doish.vala88 description_label.size = SmartLabel.string_to_size (dmax);
89 description_label.min_size = SmartLabel.string_to_size (dmin);
99 private SmartLabel description_label;
155 description_label = new SmartLabel ();
156 description_label.size = SmartLabel.Size.SMALL;
157 description_label.set_animation_enabled (true);
159 description_label.xalign = 0.5f;
223 container.pack_start (description_label, false);
423 description_label.set_text (IController.DOWN_TO_SEE_RECENT);
432 description_label.set_text (IController.SEARCHING);
[all …]
/dports/games/lordsawar/lordsawar-0.3.2/src/gui/
H A Druin-report-dialog.cpp71 xml->get_widget("description_label", description_label); in RuinReportDialog()
107 description_label->set_text(l->getDescription()); in fill_in_ruin_info()
158 description_label->set_text(description_label->get_text() + hint); in fill_in_ruin_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/passwords/
H A Dcredential_leak_dialog_view.cc142 auto description_label = std::make_unique<views::Label>( in InitWindow() local
145 description_label->SetMultiLine(true); in InitWindow()
146 description_label->SetHorizontalAlignment(gfx::ALIGN_LEFT); in InitWindow()
147 AddChildView(std::move(description_label)); in InitWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/webauthn/
H A Dauthenticator_request_sheet_view.cc159 auto description_label = std::make_unique<views::Label>( in CreateContentsBelowIllustration() local
161 description_label->SetMultiLine(true); in CreateContentsBelowIllustration()
162 description_label->SetHorizontalAlignment(gfx::ALIGN_LEFT); in CreateContentsBelowIllustration()
163 description_label->SetAllowCharacterBreak(true); in CreateContentsBelowIllustration()
164 label_container->AddChildView(description_label.release()); in CreateContentsBelowIllustration()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/tools/gtk/
H A Dzeitgeist-data-sources-gtk.py111 description_label = gtk.Label()
112 description_label.set_alignment(0, 0)
113 description_label.set_markup("<b>%s</b>" % _("Description"))
114 self.detailsbox.pack_start(description_label, expand=False)
/dports/x11-toolkits/granite/granite-6.2.0/demo/Views/SettingsView/
H A DSimpleSettingsPage.vala33 var description_label = new Gtk.Label ("Description:");
34 description_label.xalign = 1;
44 content_area.attach (description_label, 0, 2, 1, 1);
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/
H A DBrowserWrapperFake.java67 private Label description_label; field in BrowserWrapperFake
188 description_label = new Label(details, SWT.NULL ); in BrowserWrapperFake()
189 description_label.setText( "" ); in BrowserWrapperFake()
192 Utils.setLayoutData(description_label, grid_data ); in BrowserWrapperFake()
193 description_label.setBackground( Colors.white ); in BrowserWrapperFake()
342 description_label.setText( description ); in setText()

1234