pychess.widgets.gamewidget
index
/home/thomas/Programmering/python/skak/svn/lib/pychess/widgets/gamewidget.py

 
Modules
       
glob
gobject
gtk
imp
pychess.System.myconf
os

 
Classes
       
gobject.GObject(__builtin__.object)
GameWidget

 
class GameWidget(gobject.GObject)
    
Method resolution order:
GameWidget
gobject.GObject
__builtin__.object

Methods defined here:
__init__(self, widgid)
addSidepanels(self, notebook, toggleComboBox)
getTabText(self)
setTabReady(self, ready)
setTabText(self, text)
status(self, message, idle_add=False)

Data and other attributes defined here:
__gtype__ = <GType pychess+widgets+gamewidget+GameWidget (153499416)>

Methods inherited from gobject.GObject:
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__gobject_init__(...)
__hash__(...)
x.__hash__() <==> hash(x)
__repr__(...)
x.__repr__() <==> repr(x)
chain(...)
connect(...)
connect_after(...)
connect_object(...)
connect_object_after(...)
disconnect(...)
disconnect_by_func(...)
emit(...)
emit_stop_by_name(...)
freeze_notify(...)
get_data(...)
get_property(...)
handler_block(...)
handler_block_by_func(...)
handler_disconnect(...)
handler_is_connected(...)
handler_unblock(...)
handler_unblock_by_func(...)
notify(...)
set_data(...)
set_property(...)
stop_emission(...)
thaw_notify(...)

Data and other attributes inherited from gobject.GObject:
__dict__ = <dictproxy object>
__gdoc__ = 'Object pychess+widgets+gamewidget+GameWidget\n\nSi...sed ()\n\nSignals from GObject:\n notify (GParam)\n\n'
__grefcount__ = <attribute '__grefcount__' of 'gobject.GObject' objects>
__new__ = <built-in method __new__ of GObjectMeta object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
props = <gobject.GProps object>

 
Functions
       
createAlignment(top, right, bottom, left)
createGameWidget(title)
createImage(pixbuf)
cur_gmwidg()
delGameWidget(gmwidg)
setCurrent(gmwidg)
set_widgets(w)
show_side_panel(show)

 
Data
        ICON_LOOKUP_USE_BUILTIN = <flags GTK_ICON_LOOKUP_USE_BUILTIN of type GtkIconLookupFlags>
__warningregistry__ = {('Theme directory scalable/emblems of theme etiquette has no size field\n', <class gtk.GtkWarning>, 18): 1}
gtk_close = <gtk.gdk.Pixbuf object (GdkPixbuf)>
gtk_close20 = <gtk.gdk.Pixbuf object (GdkPixbuf)>
head2mainDic = {}
icons = <gtk.IconTheme object (GtkIconTheme)>
light_off = <gtk.gdk.Pixbuf object (GdkPixbuf)>
light_on = <gtk.gdk.Pixbuf object (GdkPixbuf)>
media_forward = <gtk.gdk.Pixbuf object (GdkPixbuf)>
media_next = <gtk.gdk.Pixbuf object (GdkPixbuf)>
media_previous = <gtk.gdk.Pixbuf object (GdkPixbuf)>
media_rewind = <gtk.gdk.Pixbuf object (GdkPixbuf)>
widgets = None
widgid2gmwidg = {}