You are right. The down arrow is not shown. GtkComboBox and some other widgets that show arrows use the named icons pan-up-symbolic, pan-down-symbolic, pan-start-symbolic, pan-end-symbolic. These icons are fairly new, and does not yet exist in all themes. They replace the deprecated GtkArrow class. See https://bugzilla.gnome.org/show_bug.cgi?id=729565. If you want to know when (and if) they will be added to a specific theme, gtkmm-list is not a good place to ask.

Kjell

Den 2014-09-05 23:24, Glus Xof skrev:



2014-09-05 16:25 GMT+02:00 Kjell Ahlstedt <kjell.ahlst...@bredband.net <mailto:kjell.ahlst...@bredband.net>>:


    Den 2014-09-03 21:19, Glus Xof skrev:

        Hi guys,

After jumping from the version Gtkmm-3.12.0 to Gtkmm-3.13.7, I need to put some questions...


        3) I hope that missing images, part of some widgets like
        GtkComboBox (es), GtkExpander (s) ... will be restored as soon
        as possible (almost, in the Adwaita Gtk theme).

    Many themed icons are stored in svg files, but gdk-pixbuf by
    itself can't load svg files. You must also install librsvg. Could
    that be the reason why you don't see all images?


I think, it was already installed...

$ jhbuild shell
$ pkg-config --modversion librsvg-2.0
2.40.4

I retest with https://developer.gnome.org/gtkmm-tutorial/3.12/sec-range-example.html.en and the inside image of the Gtk::ComboBox seems still missing...

        The method set_text() of Gtk::ProgressBar seems not working, too.

    I tested the ProgressBar example in the gtkmm tutorial. I see no
    problem with ProgressBar::set_text(). Have you called set_show_text()?
    The text is now shown above the progress bar, and not inside it. I
    suppose that's a deliberate modification.


Ok, That's it... thanks.

Glus


_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to