GNOME Bugzilla – Bug 742053
GtkLinkButton has no label field in glade
Last modified: 2018-03-26 15:44:15 UTC
https://developer.gnome.org/gtk3/stable/GtkLinkButton.html#gtk-link-button-new-with-label looks like this widget support label, but no gui for this.
Good point. Currently we have disabled many of the visual aspects of a GtkButton which do not apply to various subclasses such: * GtkMenuButton * GtkLinkButton * GtkScaleButton It would be good, before hazarding a fix for this, to understand which attributes exactly are supported by the GtkLinkButton and which should be omitted ? Can a GtkLinkButton have all of the regular appearance attributes: label, icon, use-underline, image, always-show-image... can custom button content be added to the button and it still function ? Or is it only the 'label' attribute which can be set for a linkbutton ? My guess is that: o The URL defines where the linkbutton 'leads' o If no custom content or label is defined, the button displays the URL
I don't think anybody has tested what happens if you stuff custom content or an image into a link button. I expect that it will just work. But the intended use fo link buttons is to set a uri and optionally a label.
Подтверждаю, есть этот косяк. Уже 2 года эта ошибка висит и никто не исправляет. Видимо, разработчики сами ничего сложнее калькулятора и тех примеров на сайте с помощью Glade ничего не создавали. Доколе???
Created attachment 367453 [details] Provided label field for gtk_linkbutton
Created attachment 367472 [details] [review] Enabled label for gtk link button
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glade/issues/191.