Inheritance diagram for visualizer.higcontainer.HIGContainer:
 Collaboration diagram for visualizer.higcontainer.HIGContainer:Public Member Functions | |
| def | __init__ | 
| def | do_forall (self, internal, callback, data) | 
| def | do_get_property (self, pspec) | 
| def | do_set_property (self, pspec, value) | 
| def | do_size_allocate (self, allocation) | 
| def | do_size_request (self, requisition) | 
Static Public Attributes | |
| tuple | child_alloc = gtk.gdk.Rectangle() | 
| tuple | child_req = gtk.gdk.Rectangle(0, 0, *self.child.get_child_requisition()) | 
| tuple | indent_req = gtk.gdk.Rectangle(0, 0, *self.__indent.get_child_requisition()) | 
| child  More... | |
| tuple | title_alloc = gtk.gdk.Rectangle() | 
| tuple | title_req = gtk.gdk.Rectangle(0, 0, *self.__title.get_child_requisition()) | 
| title  More... | |
Private Attributes | |
| __indent | |
| __title | |
| __title_text | |
Static Private Attributes | |
| dictionary | __gproperties__ | 
| string | __gtype_name__ = 'HIGContainer' | 
Definition at line 11 of file higcontainer.py.
| def visualizer.higcontainer.HIGContainer.__init__ | ( | self, | |
title = None  | 
        |||
| ) | 
Definition at line 18 of file higcontainer.py.
| def visualizer.higcontainer.HIGContainer.do_forall | ( | self, | |
| internal, | |||
| callback, | |||
| data | |||
| ) | 
Definition at line 65 of file higcontainer.py.
References visualizer.higcontainer.HIGContainer.__indent, and visualizer.higcontainer.HIGContainer.__title.
| def visualizer.higcontainer.HIGContainer.do_get_property | ( | self, | |
| pspec | |||
| ) | 
Definition at line 80 of file higcontainer.py.
References visualizer.higcontainer.HIGContainer.__title_text.
| def visualizer.higcontainer.HIGContainer.do_set_property | ( | self, | |
| pspec, | |||
| value | |||
| ) | 
Definition at line 72 of file higcontainer.py.
References visualizer.higcontainer.HIGContainer.__title_text.
| def visualizer.higcontainer.HIGContainer.do_size_allocate | ( | self, | |
| allocation | |||
| ) | 
Definition at line 41 of file higcontainer.py.
| def visualizer.higcontainer.HIGContainer.do_size_request | ( | self, | |
| requisition | |||
| ) | 
Definition at line 30 of file higcontainer.py.
      
  | 
  staticprivate | 
Definition at line 13 of file higcontainer.py.
      
  | 
  staticprivate | 
Definition at line 12 of file higcontainer.py.
      
  | 
  private | 
Definition at line 22 of file higcontainer.py.
Referenced by visualizer.higcontainer.HIGContainer.do_forall().
      
  | 
  private | 
Definition at line 21 of file higcontainer.py.
Referenced by visualizer.higcontainer.HIGContainer.do_forall().
      
  | 
  private | 
Definition at line 19 of file higcontainer.py.
Referenced by visualizer.higcontainer.HIGContainer.do_get_property(), and visualizer.higcontainer.HIGContainer.do_set_property().
      
  | 
  static | 
Definition at line 58 of file higcontainer.py.
      
  | 
  static | 
Definition at line 57 of file higcontainer.py.
      
  | 
  static | 
child
Definition at line 56 of file higcontainer.py.
      
  | 
  static | 
Definition at line 46 of file higcontainer.py.
      
  | 
  static | 
title
Definition at line 45 of file higcontainer.py.