Re: turning on grid lines in a TreeView

2007-01-04 Thread Allen
Hi, I'm using Includes libsigc++ (2.0.17), glibmm (2.10.4), gtkmm (2.8.8), libglademm (2.6.2), libxml++ (2.12.0), glademm (2.6.0), and gideon (R8.beta). From http://www.mapr.ucl.ac.be/~gustin/win32_ports Hum, you've just pointed out something to me I didn't realize. I was unaware that GTK ha

Re: turning on grid lines in a TreeView

2007-01-03 Thread Armin Burgmeier
> Hello, Hi Allen, > I've tried for hours to turn on the grid lines in my TreeView but the > methods to do so are "not" w/in the class for some reason. The > documentation states 2 methods to do so but neither are actually w/in > the the gtkmm library. What version of gtkmm are you using? Grid

Re: turning on grid lines in a TreeView

2007-01-03 Thread Paul Davis
On Wed, 2007-01-03 at 16:21 -0600, Allen wrote: > Thanks Paul, > > I've got > set_rules_hint (true) but I do not know about the "style engine" or how to > control it. The methods I'm looking @ in the Gtk::TreeView are: > > void Gtk::TreeView::set_grid_lines(TreeViewGridLines g_lines) > Glib::

Re: turning on grid lines in a TreeView

2007-01-03 Thread Allen
Thanks Paul, I've got set_rules_hint (true) but I do not know about the "style engine" or how to control it. The methods I'm looking @ in the Gtk::TreeView are: void Gtk::TreeView::set_grid_lines(TreeViewGridLines g_lines) Glib::PropertyProxy Gtk::TreeView::property_enable_grid_lines() and

Re: turning on grid lines in a TreeView

2007-01-03 Thread Paul Davis
On Wed, 2007-01-03 at 15:58 -0600, Allen wrote: > Hello, > > I've tried for hours to turn on the grid lines in my TreeView but the > methods to do so are "not" w/in the class for some reason. The > documentation states 2 methods to do so but neither are actually w/in > the the gtkmm library. >

turning on grid lines in a TreeView

2007-01-03 Thread Allen
Hello, I've tried for hours to turn on the grid lines in my TreeView but the methods to do so are "not" w/in the class for some reason. The documentation states 2 methods to do so but neither are actually w/in the the gtkmm library. Would someone mind telling me how to turn on the gridlines i