2014-09-05 16:25 GMT+02:00 Kjell Ahlstedt <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