Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

gtklib: add function to get raw menu items

Changeset 37b225be4cc4

Parent acb024e3a1cb

by Yuki KODAMA

Changes to one file · Browse files at 37b225be4cc4 Showing diff from parent acb024e3a1cb Diff from another changeset...

 
773
774
775
 
 
 
776
777
778
 
773
774
775
776
777
778
779
780
781
@@ -773,6 +773,9 @@
  self.reset()   return menu   + def get_menus(self): + return self.childs[:] +   ### internal method ###     def append_child(self, child):