Remove deprecated rules hint setting
This commit is contained in:
parent
b2606fb6d3
commit
2b90e90987
@ -823,7 +823,6 @@ class GrampsPreferences(ConfigureDialog):
|
||||
format_tree.append_column(example_column)
|
||||
format_tree.get_selection().connect('changed',
|
||||
self.cb_format_tree_select)
|
||||
format_tree.set_rules_hint(True)
|
||||
|
||||
# ... and put it into a scrolled win
|
||||
format_sw = Gtk.ScrolledWindow()
|
||||
|
@ -142,7 +142,6 @@ class DbManager(CLIDbManager):
|
||||
self.data_to_delete = None
|
||||
|
||||
self.selection = self.dblist.get_selection()
|
||||
self.dblist.set_rules_hint(True)
|
||||
|
||||
self.__connect_signals()
|
||||
self.__build_interface()
|
||||
@ -301,9 +300,6 @@ class DbManager(CLIDbManager):
|
||||
column.set_sort_column_id(DSORT_COL)
|
||||
self.dblist.append_column(column)
|
||||
|
||||
# set the rules hit
|
||||
self.dblist.set_rules_hint(True)
|
||||
|
||||
def __populate(self):
|
||||
"""
|
||||
Builds the data and the display model.
|
||||
|
@ -404,7 +404,6 @@ class EmbeddedList(ButtonTab):
|
||||
|
||||
self.tree = Gtk.TreeView()
|
||||
self.tree.set_reorderable(True)
|
||||
self.tree.set_rules_hint(True)
|
||||
self.tree.connect('button_press_event', self.double_click)
|
||||
self.tree.connect('key_press_event', self.key_pressed)
|
||||
self.track_ref_for_deletion("tree")
|
||||
|
@ -86,7 +86,6 @@
|
||||
<object class="GtkTreeView" id="plist">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="rules_hint">True</property>
|
||||
<property name="fixed_height_mode">True</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||||
|
@ -113,7 +113,6 @@ class ListModel(object):
|
||||
self.mylist.append(object)
|
||||
|
||||
self.function = {}
|
||||
self.tree.set_rules_hint(True)
|
||||
self.model = None
|
||||
self.selection = None
|
||||
self.mode = mode
|
||||
|
@ -116,7 +116,6 @@ class PluginStatus(ManagedWindow):
|
||||
GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING)
|
||||
self.selection_reg = self.list_reg.get_selection()
|
||||
self.list_reg.set_model(self.model_reg)
|
||||
self.list_reg.set_rules_hint(True)
|
||||
self.list_reg.connect('button-press-event', self.button_press_reg)
|
||||
col0_reg = Gtk.TreeViewColumn(_('Type'), Gtk.CellRendererText(), text=0)
|
||||
col0_reg.set_sort_column_id(0)
|
||||
@ -167,7 +166,6 @@ class PluginStatus(ManagedWindow):
|
||||
GObject.TYPE_STRING, GObject.TYPE_STRING)
|
||||
self.selection = self.list.get_selection()
|
||||
self.list.set_model(self.model)
|
||||
self.list.set_rules_hint(True)
|
||||
self.list.connect('button-press-event', self.button_press)
|
||||
self.list.connect('cursor-changed', self.cursor_changed)
|
||||
col = Gtk.TreeViewColumn(_('Loaded'), Gtk.CellRendererText(),
|
||||
@ -230,7 +228,6 @@ class PluginStatus(ManagedWindow):
|
||||
GObject.TYPE_STRING,
|
||||
GObject.TYPE_STRING)
|
||||
self.addon_list.set_model(self.addon_model)
|
||||
self.addon_list.set_rules_hint(True)
|
||||
#self.addon_list.connect('button-press-event', self.button_press)
|
||||
col = Gtk.TreeViewColumn(_('Addon Name'), Gtk.CellRendererText(),
|
||||
text=1)
|
||||
|
@ -92,7 +92,6 @@ class UndoHistory(ManagedWindow):
|
||||
|
||||
self.renderer = Gtk.CellRendererText()
|
||||
self.tree.set_model(self.model)
|
||||
self.tree.set_rules_hint(True)
|
||||
#self.tree.append_column(
|
||||
#Gtk.TreeViewColumn(_('Original time'), self.renderer,
|
||||
#text=0, foreground=2, background=3))
|
||||
|
@ -148,7 +148,6 @@ class ListView(NavigationView):
|
||||
filter_box = self.search_bar.build()
|
||||
|
||||
self.list = Gtk.TreeView()
|
||||
self.list.set_rules_hint(True)
|
||||
self.list.set_headers_visible(True)
|
||||
self.list.set_headers_clickable(True)
|
||||
self.list.set_fixed_height_mode(True)
|
||||
|
@ -105,7 +105,6 @@
|
||||
<object class="GtkTreeView" id="treeview">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="rules_hint">True</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||||
</child>
|
||||
|
@ -307,7 +307,6 @@
|
||||
<object class="GtkTreeView" id="mlist">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="rules_hint">True</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||||
</child>
|
||||
|
@ -75,7 +75,6 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="tooltip_text" translatable="yes">Select a person to determine the relationship</property>
|
||||
<property name="rules_hint">True</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||||
</child>
|
||||
|
@ -244,7 +244,6 @@
|
||||
<object class="GtkTreeView" id="warn_tree">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="rules_hint">True</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||||
</child>
|
||||
|
@ -842,7 +842,6 @@
|
||||
<object class="GtkTreeView" id="warn_tree">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="rules_hint">True</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user