Re: toolbuttons and icons
- From: Murray Cumming <murrayc murrayc com>
- To: leroux00 yahoo fr
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: toolbuttons and icons
- Date: Mon, 14 Feb 2005 18:03:49 +0100
Please use Reply To All with mailing lists.
On Mon, 2005-02-14 at 11:49 -0500, Philippe Leroux wrote:
> >
> >I guess you mean glademm. glademm has its own mailing list.
> >
>
> I'm not actually using glademm, i just had a look at the code it made
> yet glademm inserts the pixbuf in the code converting the svg file to
> xpm or something
>
> >>
> >> Glib::RefPtr<Gdk::PixbufLoader>_toolbutton_img=Gdk::PixbufLoader::create(std::string("../icons/sphere.svg"),false);
> >> Gtk::Image *toolbutton_img = Gtk::manage(new class
> >> Gtk::Image(_toolbutton_img->get_pixbuf()));
> >> _toolbutton_img=Glib::RefPtr<Gdk::PixbufLoader>();
> >> Gtk::ToolButton* toolbuttontmp = Gtk::manage(new class
> >> Gtk::ToolButton(*toolbutton_img,iM->Name)
> >
> >Surely you can break that down to discover where the problem is.
> >
>
> The problem here comes from loading the image
> if i do
> new Gtk::Image("image_file")
> the program terminates with std::logic_error
>
> is that a bug?
Possibly.
> should i fill in a bug report?
Yes, with a simple-as-possible test case.
> or is it just me not using the api right?
>
>
>
> >I recommend the UIManager in 2.4 anyway:
> >http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch10.html
> >
>
>
> UI manager doesn't provide what i need, thought it looks nice
> i'm doing some kind of dynamic UI creation where plug-ins can add
> buttons to toolbars
>
> the thing works, i just can't get an image to load :(
>
>
> Thank you for your fast answer Murray
> I'll now try to figure out what is wrong with loading the image
>
> P. L.
>
--
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]