Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-25 20:07:53 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-25 20:07:53 (GMT)
commit39f5921d5c31896fb871213529fcdef728dd9ebc (patch)
tree014114f18c696848d32b11a59c77402ac3a3458e
parent561eccbedc21884da59b294cf45cfb2ea0f54375 (diff)
Oculto las cabeceras de los TreeViews.
-rw-r--r--InfoNotebook.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/InfoNotebook.py b/InfoNotebook.py
index e01b2ab..c9611dd 100644
--- a/InfoNotebook.py
+++ b/InfoNotebook.py
@@ -112,6 +112,7 @@ class Introspeccion(Gtk.TreeView):
self.__set_columnas()
+ self.set_headers_visible(False)
self.show_all()
def do_row_activated(self, path, column):
@@ -245,7 +246,8 @@ class Estructura_Proyecto(Gtk.TreeView):
Gdk.EventMask.TOUCH_MASK)
self.__set_columnas()
-
+ self.set_headers_visible(False)
+
self.show_all()
def set_path_estructura(self, path):