Re: How to add Gtk::Entry to ToolBar?

2010-07-26 Thread Guillaume Brocker
Hi ! Gtk::ToolItem[1] is the answer. As it is a container, it can hold any widget. Simply add a Gtk::Entry as a child and then add the Gtk::ToolItem to the tool bar. [1] http://library.gnome.org/devel/gtkmm/stable/classGtk_1_1ToolItem.html Regards. Guillaume Le 23/07/2010 12:57, SigSev a

add_pixlabel problems when using redist-dll´s (windows)

2010-07-26 Thread ts0
Hello, i encouter problems when using add_pixlabel with redist-dll´s (windows). the images are not displayed. when i install gtkmm-dev and don´t use the dll´s with my app the images get displayed. any suggestions. thanks very much. David R ___

Re: Focus Events

2010-07-26 Thread Michael White
Murray, Thanks for the helpful links, I have move past the issue I was having! Mahalo, Mike On Fri, Jul 23, 2010 at 1:49 PM, Murray Cumming murr...@murrayc.com wrote: On Fri, 2010-07-23 at 07:09 -0600, Michael White wrote: Hi All, I have a few questions with the focus callback that I'm

Is it possible to change the background-color of a VBox?

2010-07-26 Thread Dimitri Holz
I tried to change the color of a VBox with: modify_bg(...) modify_fg(...) modify_base(..) nothing of them works, why? How is it possible to do this? Thanks in advance! ___ gtkmm-list mailing list gtkmm-list@gnome.org

Re: Is it possible to change the background-color of a VBox?

2010-07-26 Thread Robert Pearce
Hi Dimitri, On Mon, 26 Jul 2010 17:13:33 +0200 you wrote: I tried to change the color of a VBox with: Unless I'm mistaken, VBox is a pure container - it simply doesn't have a colour. The widgets it contains may have colour, and its parent widget may have colour, but not the Box itself.

gtkmm 3.0 and libsigc++

2010-07-26 Thread Krzysztof Kosiński
Hello gtkmm 3.0 is the only chance we have in near future to fix two really bad issues in libsigc++: 1. sigc::trackable is not threadsafe. 2. https://bugzilla.gnome.org/show_bug.cgi?id=167714 They significantly affect the usefulness of the C++ bindings. Regards, Krzysztof