frogstarr78 / gtkdialog

Automatically exported from code.google.com/p/gtkdialog
GNU General Public License v2.0
0 stars 0 forks source link

Tree widget multi-selection mode #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Tree widget multi-selection mode.

GtkSelectionMode

http://developer.gnome.org/gtk/2.24/gtk-Standard-Enumerations.html#GtkSelectionM
ode

A few functions require updating to cope with it (remove_selected_variable and 
widget_get_text_value).

The default is GTK_SELECTION_SINGLE but this allows it to be deselected. The 
mode that stops this deselection is GTK_SELECTION_BROWSE and would probably 
already work if set.

Original issue reported on code.google.com by thunor...@hotmail.com on 18 Jun 2011 at 10:34

GoogleCodeExporter commented 8 years ago
Done.

I actually added support for all the modes: none, single (the default that 
Gtkdialog already supported), browse and multiple.

Original comment by thunor...@hotmail.com on 21 Jun 2011 at 4:57

GoogleCodeExporter commented 8 years ago

Original comment by thunor...@hotmail.com on 21 Jun 2011 at 5:00