Package client :: Module MenuBar
[hide private]
[frames] | no frames]

Source Code for Module client.MenuBar

  1  """ 
  2  Overview 
  3  ======== 
  4  This module provides the menuing system for the Basin Client.  It is used in conjunction with the Actions 
  5  module so that it can take every action from each package and give it its own menu. 
  6  """ 
  7   
  8  import PyQt4.QtGui 
  9   
 10  import re 
 11   
 12  import Constants 
 13   
128