Module dgstuff :: Class dgtable
[frames] | no frames]

Class dgtable

source code


Helper class to ease making of a scrolling table og columnar data.

Instance Methods
 
__init__(self, data) (Inherited from dgstuff.dgstuff) source code
 
addHead(self, rowdata, w0, h0) source code
 
addRow(self, index, rowdata) source code
 
butenex(self, evt, index, pos)
Hilight management entering and exiting w/ the mouse pointer (Inherited from dgstuff.dgscroll)
source code
 
dbgprint(self, msg) (Inherited from dgstuff.dgstuff) source code
 
finish(self) (Inherited from dgstuff.dgscroll) source code
 
onClick(self, *value)
Common callback for all the items with no specific callback defined (to be overriden) (Inherited from dgstuff.dgscroll)
source code
 
pause(self)
pause the menu controls (Inherited from dgstuff.dgscroll)
source code
 
play(self)
(re)start the menu controls (Inherited from dgstuff.dgscroll)
source code
 
scrollindex(self, delta) (Inherited from dgstuff.dgscroll) source code
 
settexture(self, model, texture=None, wrapmode='clamp', scale=None)
Apply a texture over the menu panel model and set transparency automatically (Inherited from dgstuff.dgstuff)
source code

Inherited from direct.showbase.DirectObject.DirectObject: accept, acceptOnce, addTask, classTree, detectLeaks, doMethodLater, getAllAccepting, ignore, ignoreAll, isAccepting, isIgnoring, removeAllTasks, removeTask