Class p.u.r.s.ShiftPaned(gtk.EventBox):

Part of pida.utils.rat.shiftpaned View In Hierarchy

A ShiftPaned is a gtk.Paned that can hide one of its child widgets, therefore hiding the pane division.
Line # Kind Name Docs
101 Method has_both_widgets Undocumented
104 Method __init__ Undocumented
110 Method _add_child1 Undocumented
118 Method _add_child2 Undocumented
126 Method _remove_child1 Undocumented
130 Method _remove_child2 Undocumented
134 Method pack1 Undocumented
142 Method pack2 Undocumented
150 Method set_state This pane uses a number of states to act more effeciently the
165 Method get_state Undocumented
168 Method show_child1 Undocumented
171 Method show_child2 Undocumented
174 Method hide_child1 Undocumented
177 Method hide_child2 Undocumented
180 Method get_child1_visibility Undocumented
183 Method get_child2_visibility Undocumented
186 Method set_position Undocumented
189 Method get_position Undocumented
192 Method get_children Undocumented
195 Method remove Undocumented
203 Method get_child1 Undocumented
206 Method get_child2 Undocumented
209 Method compute_position Undocumented
212 Method add1 Undocumented
215 Method add2 Undocumented
218 Method add Undocumented
def has_both_widgets(self):
Undocumented
def __init__(self, paned_factory=gtk.HPaned):
Undocumented
def _add_child1(self):
Undocumented
def _add_child2(self):
Undocumented
def _remove_child1(self):
Undocumented
def _remove_child2(self):
Undocumented
def pack1(self, widget, *args, **kwargs):
Undocumented
def pack2(self, widget, *args, **kwargs):
Undocumented
def set_state(self, state):
This pane uses a number of states to act more effeciently the change of visibility of their children
def get_state(self):
Undocumented
def show_child1(self):
Undocumented
def show_child2(self):
Undocumented
def hide_child1(self):
Undocumented
def hide_child2(self):
Undocumented
def get_child1_visibility(self):
Undocumented
def get_child2_visibility(self):
Undocumented
def set_position(self, position):
Undocumented
def get_position(self):
Undocumented
def get_children(self):
Undocumented
def remove(self, widget):
Undocumented
def get_child1(self):
Undocumented
def get_child2(self):
Undocumented
def compute_position(self, *args, **kwargs):
Undocumented
def add1(self, child):
Undocumented
def add2(self, child):
Undocumented
def add(self, widget):
Undocumented
API Documentation for PIDA, generated by pydoctor.