Re: TreeView tooltip use immediate control

2012-02-04 Thread Stefan Salewski
On Sat, 2012-02-04 at 00:01 +0100, David Nečas wrote: > On Fri, Feb 03, 2012 at 11:36:13PM +0100, Stefan Salewski wrote: > > How can I immediately activate or deactivate tooltips for all TreeView > > widgets on user action, i.e. menu operation. > > You can enable/disable all tooltips using the "gt

Re: TreeView tooltip use immediate control

2012-02-03 Thread Stefan Salewski
On Sat, 2012-02-04 at 00:01 +0100, David Nečas wrote: > On Fri, Feb 03, 2012 at 11:36:13PM +0100, Stefan Salewski wrote: > > How can I immediately activate or deactivate tooltips for all TreeView > > widgets on user action, i.e. menu operation. > > You can enable/disable all tooltips using the "gt

Re: TreeView tooltip use immediate control

2012-02-03 Thread David Nečas
On Fri, Feb 03, 2012 at 11:36:13PM +0100, Stefan Salewski wrote: > How can I immediately activate or deactivate tooltips for all TreeView > widgets on user action, i.e. menu operation. You can enable/disable all tooltips using the "gtk-enable-tooltips" GtkSettings property. But if you want to ena

TreeView tooltip use immediate control

2012-02-03 Thread Stefan Salewski
I have an application which use many TreeView widgets (see http://www.ssalewski.de/PetEd.html.en). I use set_tooltip_column() to activate tooltips at program start when widgets are created. How can I immediately activate or deactivate tooltips for all TreeView widgets on user action, i.e. menu ope