pyvoiceui
index
/Compile/gyach-pyvoice/pyvoice/pyvoiceui.py

# -*- coding: ISO-8859-1 -*-

 
Modules
            
gtk.gdk
gtk
binascii
copy
gtk.gdk
gettext
gtk
gtk.keysyms
os
pygtk
pytsp
pyvoice
pyvoice_tricks
random
socket
string
struct
sys
time
 
Classes
            
gtk.Dialog(gtk.Window)
_MessageBox
gtk.HBox(gtk.Box)
ColorButton
SoundBar
pyvoicegui
 
class ColorButton(gtk.HBox)
      A class for a 'color indicator' button, which changes colors based on the state of our 
connection.
 
  
Method resolution order:
ColorButton
gtk.HBox
gtk.Box
gtk.Container
gtk.Widget
gtk.Object
gobject.GObject
__builtin__.object

Methods defined here:
__init__(self)
setColor(self, *args)
updateColorProperties(self, r, g, b)

Data and non-method functions defined here:
__doc__ = "\n\tA class for a 'color indicator' button, which ... colors based on the state of our \n\tconnection.\n\t"
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'pyvoiceui'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Data and non-method functions inherited from gtk.HBox:
__gtype__ = <GType GtkHBox (135924712)>

Methods inherited from gtk.Box:
get_homogeneous(...)
get_spacing(...)
pack_end(...)
pack_end_defaults(...)
pack_start(...)
pack_start_defaults(...)
query_child_packing(...)
reorder_child(...)
set_child_packing(...)
set_homogeneous(...)
set_spacing(...)

Methods inherited from gtk.Container:
add(...)
add_with_properties(...)
check_resize(...)
child_get(...)
child_get_property(...)
child_set(...)
child_set_property(...)
child_type(...)
children(...)
forall(...)
foreach(...)
get_border_width(...)
get_children(...)
get_focus_chain(...)
get_focus_hadjustment(...)
get_focus_vadjustment(...)
get_resize_mode(...)
propagate_expose(...)
remove(...)
resize_children(...)
set_border_width(...)
set_focus_chain(...)
set_focus_child(...)
set_focus_hadjustment(...)
set_focus_vadjustment(...)
set_reallocate_redraws(...)
set_resize_mode(...)
unset_focus_chain(...)

Data and non-method functions inherited from gtk.Container:
border_width = <attribute 'border_width' of 'gtk.Container' objects>
focus_child = <attribute 'focus_child' of 'gtk.Container' objects>
has_focus_chain = <attribute 'has_focus_chain' of 'gtk.Container' objects>
need_resize = <attribute 'need_resize' of 'gtk.Container' objects>
reallocate_redraws = <attribute 'reallocate_redraws' of 'gtk.Container' objects>
resize_mode = <attribute 'resize_mode' of 'gtk.Container' objects>

Methods inherited from gtk.Widget:
activate(...)
add_accelerator(...)
add_events(...)
child_focus(...)
child_notify(...)
class_path(...)
create_pango_context(...)
create_pango_layout(...)
destroy(...)
drag_begin(...)
drag_check_threshold(...)
drag_dest_find_target(...)
drag_dest_get_target_list(...)
drag_dest_set(...)
drag_dest_set_proxy(...)
drag_dest_set_target_list(...)
drag_dest_unset(...)
drag_get_data(...)
drag_highlight(...)
drag_source_set(...)
drag_source_set_icon(...)
drag_source_set_icon_pixbuf(...)
drag_source_set_icon_stock(...)
drag_source_unset(...)
drag_unhighlight(...)
draw(...)
ensure_style(...)
event(...)
freeze_child_notify(...)
get_accessible(...)
get_allocation(...)
get_ancestor(...)
get_child_requisition(...)
get_child_visible(...)
get_colormap(...)
get_composite_name(...)
get_direction(...)
get_events(...)
get_extension_events(...)
get_modifier_style(...)
get_name(...)
get_pango_context(...)
get_parent(...)
get_parent_window(...)
get_pointer(...)
get_settings(...)
get_size_request(...)
get_style(...)
get_toplevel(...)
get_visual(...)
grab_add(...)
grab_default(...)
grab_focus(...)
grab_remove(...)
hide(...)
hide_all(...)
hide_on_delete(...)
intersect(...)
is_ancestor(...)
is_focus(...)
map(...)
mnemonic_activate(...)
modify_base(...)
modify_bg(...)
modify_fg(...)
modify_font(...)
modify_style(...)
modify_text(...)
path(...)
queue_clear(...)
queue_clear_area(...)
queue_draw(...)
queue_draw_area(...)
queue_resize(...)
rc_get_style(...)
realize(...)
remove_accelerator(...)
render_icon(...)
reparent(...)
reset_rc_styles(...)
reset_shapes(...)
selection_add_target(...)
selection_add_targets(...)
selection_clear_targets(...)
selection_convert(...)
selection_owner_set(...)
selection_remove_all(...)
send_expose(...)
set_accel_path(...)
set_app_paintable(...)
set_child_visible(...)
set_colormap(...)
set_composite_name(...)
set_direction(...)
set_double_buffered(...)
set_events(...)
set_extension_events(...)
set_name(...)
set_parent(...)
set_parent_window(...)
set_redraw_on_allocate(...)
set_scroll_adjustments(...)
set_sensitive(...)
set_size_request(...)
set_state(...)
set_style(...)
set_uposition(...)
set_usize(...)
shape_combine_mask(...)
show(...)
show_all(...)
show_now(...)
size_allocate(...)
size_request(...)
thaw_child_notify(...)
translate_coordinates(...)
unmap(...)
unparent(...)
unrealize(...)

Data and non-method functions inherited from gtk.Widget:
allocation = <attribute 'allocation' of 'gtk.Widget' objects>
name = <attribute 'name' of 'gtk.Widget' objects>
parent = <attribute 'parent' of 'gtk.Widget' objects>
saved_state = <attribute 'saved_state' of 'gtk.Widget' objects>
state = <attribute 'state' of 'gtk.Widget' objects>
style = <attribute 'style' of 'gtk.Widget' objects>
window = <attribute 'window' of 'gtk.Widget' objects>

Methods inherited from gtk.Object:
flags(...)
set_flags(...)
unset_flags(...)

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(...)
emit(...)
emit_stop_by_name(...)
freeze_notify(...)
get_data(...)
get_property(...)
handler_block(...)
handler_disconnect(...)
handler_is_connected(...)
handler_unblock(...)
notify(...)
set_data(...)
set_property(...)
stop_emission(...)
thaw_notify(...)

Data and non-method functions inherited from gobject.GObject:
__dict__ = <dict-proxy object>
__gdoc__ = 'Object GtkHBox\n\nSignals from GObject:\n notify (...ether the children should all be the same size.\n\n'
__grefcount__ = <attribute '__grefcount__' of 'gobject.GObject' objects>
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from __builtin__.object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__reduce__(...)
helper for pickle
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from __builtin__.object:
__class__ = <type 'type'>
the object's class
 
class SoundBar(gtk.HBox)
      A class for a 'sound bar' that lights up as the volume of the sound changes.
 
  
Method resolution order:
SoundBar
gtk.HBox
gtk.Box
gtk.Container
gtk.Widget
gtk.Object
gobject.GObject
__builtin__.object

Methods defined here:
__init__(self)
setColor1(self, *args)
setColor10(self, *args)
setColor2(self, *args)
setColor3(self, *args)
setColor4(self, *args)
setColor5(self, *args)
setColor6(self, *args)
setColor7(self, *args)
setColor8(self, *args)
setColor9(self, *args)
set_volume(self, vnum)
updateColor(self, some_block)
updateColorProperties(self, which_one, r, g, b)

Data and non-method functions defined here:
__doc__ = "\n\tA class for a 'sound bar' that lights up as the volume of the sound changes.\n\t"
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'pyvoiceui'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Data and non-method functions inherited from gtk.HBox:
__gtype__ = <GType GtkHBox (135924712)>

Methods inherited from gtk.Box:
get_homogeneous(...)
get_spacing(...)
pack_end(...)
pack_end_defaults(...)
pack_start(...)
pack_start_defaults(...)
query_child_packing(...)
reorder_child(...)
set_child_packing(...)
set_homogeneous(...)
set_spacing(...)

Methods inherited from gtk.Container:
add(...)
add_with_properties(...)
check_resize(...)
child_get(...)
child_get_property(...)
child_set(...)
child_set_property(...)
child_type(...)
children(...)
forall(...)
foreach(...)
get_border_width(...)
get_children(...)
get_focus_chain(...)
get_focus_hadjustment(...)
get_focus_vadjustment(...)
get_resize_mode(...)
propagate_expose(...)
remove(...)
resize_children(...)
set_border_width(...)
set_focus_chain(...)
set_focus_child(...)
set_focus_hadjustment(...)
set_focus_vadjustment(...)
set_reallocate_redraws(...)
set_resize_mode(...)
unset_focus_chain(...)

Data and non-method functions inherited from gtk.Container:
border_width = <attribute 'border_width' of 'gtk.Container' objects>
focus_child = <attribute 'focus_child' of 'gtk.Container' objects>
has_focus_chain = <attribute 'has_focus_chain' of 'gtk.Container' objects>
need_resize = <attribute 'need_resize' of 'gtk.Container' objects>
reallocate_redraws = <attribute 'reallocate_redraws' of 'gtk.Container' objects>
resize_mode = <attribute 'resize_mode' of 'gtk.Container' objects>

Methods inherited from gtk.Widget:
activate(...)
add_accelerator(...)
add_events(...)
child_focus(...)
child_notify(...)
class_path(...)
create_pango_context(...)
create_pango_layout(...)
destroy(...)
drag_begin(...)
drag_check_threshold(...)
drag_dest_find_target(...)
drag_dest_get_target_list(...)
drag_dest_set(...)
drag_dest_set_proxy(...)
drag_dest_set_target_list(...)
drag_dest_unset(...)
drag_get_data(...)
drag_highlight(...)
drag_source_set(...)
drag_source_set_icon(...)
drag_source_set_icon_pixbuf(...)
drag_source_set_icon_stock(...)
drag_source_unset(...)
drag_unhighlight(...)
draw(...)
ensure_style(...)
event(...)
freeze_child_notify(...)
get_accessible(...)
get_allocation(...)
get_ancestor(...)
get_child_requisition(...)
get_child_visible(...)
get_colormap(...)
get_composite_name(...)
get_direction(...)
get_events(...)
get_extension_events(...)
get_modifier_style(...)
get_name(...)
get_pango_context(...)
get_parent(...)
get_parent_window(...)
get_pointer(...)
get_settings(...)
get_size_request(...)
get_style(...)
get_toplevel(...)
get_visual(...)
grab_add(...)
grab_default(...)
grab_focus(...)
grab_remove(...)
hide(...)
hide_all(...)
hide_on_delete(...)
intersect(...)
is_ancestor(...)
is_focus(...)
map(...)
mnemonic_activate(...)
modify_base(...)
modify_bg(...)
modify_fg(...)
modify_font(...)
modify_style(...)
modify_text(...)
path(...)
queue_clear(...)
queue_clear_area(...)
queue_draw(...)
queue_draw_area(...)
queue_resize(...)
rc_get_style(...)
realize(...)
remove_accelerator(...)
render_icon(...)
reparent(...)
reset_rc_styles(...)
reset_shapes(...)
selection_add_target(...)
selection_add_targets(...)
selection_clear_targets(...)
selection_convert(...)
selection_owner_set(...)
selection_remove_all(...)
send_expose(...)
set_accel_path(...)
set_app_paintable(...)
set_child_visible(...)
set_colormap(...)
set_composite_name(...)
set_direction(...)
set_double_buffered(...)
set_events(...)
set_extension_events(...)
set_name(...)
set_parent(...)
set_parent_window(...)
set_redraw_on_allocate(...)
set_scroll_adjustments(...)
set_sensitive(...)
set_size_request(...)
set_state(...)
set_style(...)
set_uposition(...)
set_usize(...)
shape_combine_mask(...)
show(...)
show_all(...)
show_now(...)
size_allocate(...)
size_request(...)
thaw_child_notify(...)
translate_coordinates(...)
unmap(...)
unparent(...)
unrealize(...)

Data and non-method functions inherited from gtk.Widget:
allocation = <attribute 'allocation' of 'gtk.Widget' objects>
name = <attribute 'name' of 'gtk.Widget' objects>
parent = <attribute 'parent' of 'gtk.Widget' objects>
saved_state = <attribute 'saved_state' of 'gtk.Widget' objects>
state = <attribute 'state' of 'gtk.Widget' objects>
style = <attribute 'style' of 'gtk.Widget' objects>
window = <attribute 'window' of 'gtk.Widget' objects>

Methods inherited from gtk.Object:
flags(...)
set_flags(...)
unset_flags(...)

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(...)
emit(...)
emit_stop_by_name(...)
freeze_notify(...)
get_data(...)
get_property(...)
handler_block(...)
handler_disconnect(...)
handler_is_connected(...)
handler_unblock(...)
notify(...)
set_data(...)
set_property(...)
stop_emission(...)
thaw_notify(...)

Data and non-method functions inherited from gobject.GObject:
__dict__ = <dict-proxy object>
__gdoc__ = 'Object GtkHBox\n\nSignals from GObject:\n notify (...ether the children should all be the same size.\n\n'
__grefcount__ = <attribute '__grefcount__' of 'gobject.GObject' objects>
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from __builtin__.object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__reduce__(...)
helper for pickle
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from __builtin__.object:
__class__ = <type 'type'>
the object's class
 
class _MessageBox(gtk.Dialog)
      A generic message dialog box class.
 
  
Method resolution order:
_MessageBox
gtk.Dialog
gtk.Window
gtk.Bin
gtk.Container
gtk.Widget
gtk.Object
gobject.GObject
__builtin__.object

Methods defined here:
_MessageBox__click = __click(self, button)
_MessageBox__press = __press(self, widget, event)
__init__(self, title='Message', message='', buttons=('Ok',), modal=1)
message: either a string or a list of strings
quit(self, *args)

Data and non-method functions defined here:
__doc__ = '\n A generic message dialog box class.\n '
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'pyvoiceui'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from gtk.Dialog:
add_action_widget(...)
add_button(...)
add_buttons(...)
get_has_separator(...)
response(...)
run(...)
set_default_response(...)
set_has_separator(...)
set_response_sensitive(...)

Data and non-method functions inherited from gtk.Dialog:
__gtype__ = <GType GtkDialog (135959072)>
action_area = <attribute 'action_area' of 'gtk.Dialog' objects>
vbox = <attribute 'vbox' of 'gtk.Dialog' objects>

Methods inherited from gtk.Window:
activate_default(...)
activate_focus(...)
add_accel_group(...)
add_mnemonic(...)
begin_move_drag(...)
begin_resize_drag(...)
deiconify(...)
get_decorated(...)
get_default_size(...)
get_destroy_with_parent(...)
get_focus(...)
get_frame_dimensions(...)
get_gravity(...)
get_has_frame(...)
get_icon(...)
get_icon_list(...)
get_mnemonic_modifier(...)
get_modal(...)
get_position(...)
get_resizable(...)
get_role(...)
get_size(...)
get_title(...)
get_transient_for(...)
get_type_hint(...)
iconify(...)
maximize(...)
mnemonic_activate(...)
move(...)
parse_geometry(...)
present(...)
remove_accel_group(...)
remove_mnemonic(...)
reshow_with_initial_size(...)
resize(...)
set_decorated(...)
set_default(...)
set_default_size(...)
set_destroy_with_parent(...)
set_focus(...)
set_frame_dimensions(...)
set_geometry_hints(...)
set_gravity(...)
set_has_frame(...)
set_icon(...)
set_icon_list(...)
set_mnemonic_modifier(...)
set_modal(...)
set_policy(...)
set_position(...)
set_resizable(...)
set_role(...)
set_title(...)
set_transient_for(...)
set_type_hint(...)
set_wmclass(...)
stick(...)
unmaximize(...)
unstick(...)

Data and non-method functions inherited from gtk.Window:
allow_grow = <attribute 'allow_grow' of 'gtk.Window' objects>
allow_shrink = <attribute 'allow_shrink' of 'gtk.Window' objects>
configure_notify_received = <attribute 'configure_notify_received' of 'gtk.Window' objects>
configure_request_count = <attribute 'configure_request_count' of 'gtk.Window' objects>
decorated = <attribute 'decorated' of 'gtk.Window' objects>
default_widget = <attribute 'default_widget' of 'gtk.Window' objects>
destroy_with_parent = <attribute 'destroy_with_parent' of 'gtk.Window' objects>
focus_widget = <attribute 'focus_widget' of 'gtk.Window' objects>
frame = <attribute 'frame' of 'gtk.Window' objects>
frame_bottom = <attribute 'frame_bottom' of 'gtk.Window' objects>
frame_left = <attribute 'frame_left' of 'gtk.Window' objects>
frame_right = <attribute 'frame_right' of 'gtk.Window' objects>
frame_top = <attribute 'frame_top' of 'gtk.Window' objects>
gravity = <attribute 'gravity' of 'gtk.Window' objects>
group = <attribute 'group' of 'gtk.Window' objects>
has_focus = <attribute 'has_focus' of 'gtk.Window' objects>
has_frame = <attribute 'has_frame' of 'gtk.Window' objects>
has_user_ref_count = <attribute 'has_user_ref_count' of 'gtk.Window' objects>
iconify_initially = <attribute 'iconify_initially' of 'gtk.Window' objects>
keys_changed_handler = <attribute 'keys_changed_handler' of 'gtk.Window' objects>
maximize_initially = <attribute 'maximize_initially' of 'gtk.Window' objects>
mnemonic_modifier = <attribute 'mnemonic_modifier' of 'gtk.Window' objects>
modal = <attribute 'modal' of 'gtk.Window' objects>
need_default_position = <attribute 'need_default_position' of 'gtk.Window' objects>
need_default_size = <attribute 'need_default_size' of 'gtk.Window' objects>
position = <attribute 'position' of 'gtk.Window' objects>
stick_initially = <attribute 'stick_initially' of 'gtk.Window' objects>
title = <attribute 'title' of 'gtk.Window' objects>
transient_parent = <attribute 'transient_parent' of 'gtk.Window' objects>
type = <attribute 'type' of 'gtk.Window' objects>
type_hint = <attribute 'type_hint' of 'gtk.Window' objects>
wm_role = <attribute 'wm_role' of 'gtk.Window' objects>
wmclass_class = <attribute 'wmclass_class' of 'gtk.Window' objects>
wmclass_name = <attribute 'wmclass_name' of 'gtk.Window' objects>

Methods inherited from gtk.Bin:
get_child(...)

Data and non-method functions inherited from gtk.Bin:
child = <attribute 'child' of 'gtk.Bin' objects>

Methods inherited from gtk.Container:
add(...)
add_with_properties(...)
check_resize(...)
child_get(...)
child_get_property(...)
child_set(...)
child_set_property(...)
child_type(...)
children(...)
forall(...)
foreach(...)
get_border_width(...)
get_children(...)
get_focus_chain(...)
get_focus_hadjustment(...)
get_focus_vadjustment(...)
get_resize_mode(...)
propagate_expose(...)
remove(...)
resize_children(...)
set_border_width(...)
set_focus_chain(...)
set_focus_child(...)
set_focus_hadjustment(...)
set_focus_vadjustment(...)
set_reallocate_redraws(...)
set_resize_mode(...)
unset_focus_chain(...)

Data and non-method functions inherited from gtk.Container:
border_width = <attribute 'border_width' of 'gtk.Container' objects>
focus_child = <attribute 'focus_child' of 'gtk.Container' objects>
has_focus_chain = <attribute 'has_focus_chain' of 'gtk.Container' objects>
need_resize = <attribute 'need_resize' of 'gtk.Container' objects>
reallocate_redraws = <attribute 'reallocate_redraws' of 'gtk.Container' objects>
resize_mode = <attribute 'resize_mode' of 'gtk.Container' objects>

Methods inherited from gtk.Widget:
activate(...)
add_accelerator(...)
add_events(...)
child_focus(...)
child_notify(...)
class_path(...)
create_pango_context(...)
create_pango_layout(...)
destroy(...)
drag_begin(...)
drag_check_threshold(...)
drag_dest_find_target(...)
drag_dest_get_target_list(...)
drag_dest_set(...)
drag_dest_set_proxy(...)
drag_dest_set_target_list(...)
drag_dest_unset(...)
drag_get_data(...)
drag_highlight(...)
drag_source_set(...)
drag_source_set_icon(...)
drag_source_set_icon_pixbuf(...)
drag_source_set_icon_stock(...)
drag_source_unset(...)
drag_unhighlight(...)
draw(...)
ensure_style(...)
event(...)
freeze_child_notify(...)
get_accessible(...)
get_allocation(...)
get_ancestor(...)
get_child_requisition(...)
get_child_visible(...)
get_colormap(...)
get_composite_name(...)
get_direction(...)
get_events(...)
get_extension_events(...)
get_modifier_style(...)
get_name(...)
get_pango_context(...)
get_parent(...)
get_parent_window(...)
get_pointer(...)
get_settings(...)
get_size_request(...)
get_style(...)
get_toplevel(...)
get_visual(...)
grab_add(...)
grab_default(...)
grab_focus(...)
grab_remove(...)
hide(...)
hide_all(...)
hide_on_delete(...)
intersect(...)
is_ancestor(...)
is_focus(...)
map(...)
modify_base(...)
modify_bg(...)
modify_fg(...)
modify_font(...)
modify_style(...)
modify_text(...)
path(...)
queue_clear(...)
queue_clear_area(...)
queue_draw(...)
queue_draw_area(...)
queue_resize(...)
rc_get_style(...)
realize(...)
remove_accelerator(...)
render_icon(...)
reparent(...)
reset_rc_styles(...)
reset_shapes(...)
selection_add_target(...)
selection_add_targets(...)
selection_clear_targets(...)
selection_convert(...)
selection_owner_set(...)
selection_remove_all(...)
send_expose(...)
set_accel_path(...)
set_app_paintable(...)
set_child_visible(...)
set_colormap(...)
set_composite_name(...)
set_direction(...)
set_double_buffered(...)
set_events(...)
set_extension_events(...)
set_name(...)
set_parent(...)
set_parent_window(...)
set_redraw_on_allocate(...)
set_scroll_adjustments(...)
set_sensitive(...)
set_size_request(...)
set_state(...)
set_style(...)
set_uposition(...)
set_usize(...)
shape_combine_mask(...)
show(...)
show_all(...)
show_now(...)
size_allocate(...)
size_request(...)
thaw_child_notify(...)
translate_coordinates(...)
unmap(...)
unparent(...)
unrealize(...)

Data and non-method functions inherited from gtk.Widget:
allocation = <attribute 'allocation' of 'gtk.Widget' objects>
name = <attribute 'name' of 'gtk.Widget' objects>
parent = <attribute 'parent' of 'gtk.Widget' objects>
saved_state = <attribute 'saved_state' of 'gtk.Widget' objects>
state = <attribute 'state' of 'gtk.Widget' objects>
style = <attribute 'style' of 'gtk.Widget' objects>
window = <attribute 'window' of 'gtk.Widget' objects>

Methods inherited from gtk.Object:
flags(...)
set_flags(...)
unset_flags(...)

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(...)
emit(...)
emit_stop_by_name(...)
freeze_notify(...)
get_data(...)
get_property(...)
handler_block(...)
handler_disconnect(...)
handler_is_connected(...)
handler_unblock(...)
notify(...)
set_data(...)
set_property(...)
stop_emission(...)
thaw_notify(...)

Data and non-method functions inherited from gobject.GObject:
__dict__ = <dict-proxy object>
__gdoc__ = 'Object GtkDialog\n\nSignals from GObject:\n notify...ana tiene un barra separadora sobre sus botones\n\n'
__grefcount__ = <attribute '__grefcount__' of 'gobject.GObject' objects>
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from __builtin__.object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__reduce__(...)
helper for pickle
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from __builtin__.object:
__class__ = <type 'type'>
the object's class
 
class pyvoicegui
      Main GUI interface class.
 
   Methods defined here:
__init__(self)
Main GUI interface class initiation method.
boot_many_cb(self, *args)
boot_once_cb(self, *args)
check_requested_room(self, *args)
Called at regular intervals to see if we have switched chat rooms in GYach 
Enhanced.  If we have, Py Voice Chat is reconnected to the new chat room.
clist_cb(self, widget, row, col, event)
Room member list callback on select.
clist_unselect(self, *args)
Room member list callback on unselect.
dbg_off(self, *args)
Turns debuggin off.
dbg_on(self, *args)
Turns debugging on.
doAbout(self, *args)
Displays the 'about' box.
doContrib(self, *args)
Displays the 'contributors' box.
doQuit(self, *args)
Callback when we are about to exit PyVoiceChat.
get_translator_credits(self, *args)
Gather a string containing the credits for the translator (if any).
hide_server(self, *args)
load_server(self, *args)
Loads the saved voice chat server.
save_server(self, *args)
selectServer(self, *args)
Callback for selecting a voice chat server from a list of available servers.
set_status(self, mystat)
Displays any generic string 'mystat' in the status bar.
show_sound_engine(self, *args)
Displays information about PyESD, PyTSP, and the TrueSpeech codec.
show_stats(self, *args)
Shows statistics about the current voice chat session.
show_user_info(self, *args)
Displays information and statistics about the selected voice chat user.
start_voice_cb(self, *args)
Callback to start a Py Voice Chat connection.
stop_booting_cb(self, *args)
stop_voice_cb(self, *args)
Callback to stop a Py Voice Chat connection.
toggleTalk(self, *args)
Enables/disables talking and sending out to the voice chat server.
toggle_ignore(self, *args)
Turns ignore on/off for the selected voice chat user.
toggle_mute(self, *args)
Turns mute on/off.
tstartMicTest(self, *args)
update_alias(self, nstatus)
Displays the nick name (if any) of who is talking in the status bar.
update_error(self, *args)
Displays an existing error messages, which are polled at regular intervals.
update_name(self, nstatus)
Displays the screen name of who is talking in the status bar.
update_recording(self, *args)
Called at regular intervals to update the recording color status.
update_room_name(self, *args)
Called at regular intervals to update the name of the voice chat room we are in.
update_room_users(self, *args)
Called at regular intervals to update the list of members in the voice chat room.
update_state(self, *args)
Called at regular intervals to update the color 'state' display.
update_talker(self, *args)
Called at regular intervals to update the displayed name of who is talking.
update_vol(self, *args)
Called at regular intervals to update the volume display.

Data and non-method functions defined here:
__doc__ = '\n Main GUI interface class.\n '
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'pyvoiceui'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
 
Functions
            
_(somestr)
accel_map_add_filter(...)
accel_map_change_entry(...)
accel_map_load(...)
accel_map_load_fd(...)
accel_map_lookup_entry(...)
accel_map_save(...)
accel_map_save_fd(...)
accelerator_get_default_mod_mask(...)
accelerator_name(...)
accelerator_parse(...)
accelerator_set_default_mod_mask(...)
accelerator_valid(...)
binding_entry_add_signal(...)
bindings_activate(...)
check_version(...)
color_selection_palette_from_string(...)
color_selection_palette_to_string(...)
create_pixmap_from_xpm = pixmap_create_from_xpm(...)
create_pixmap_from_xpm_d = pixmap_create_from_xpm_d(...)
disable_setlocale(...)
do_cleanup(*args)
Cleans up temporary files in /tmp/ .
drag_set_default_icon(...)
events_pending(...)
getBaseDir()
getIconButton(winval, icon, label)
Internal GUI method.
getIconButton2(winval, icon, label, toggle=0)
Internal GUI method.
getPixDir()
get_current_event_time(...)
get_default_language(...)
grab_get_current(...)
gtk_tooltips_data_get(...)
hbutton_box_get_layout_default(...)
hbutton_box_get_spacing_default(...)
hbutton_box_set_layout_default(...)
hbutton_box_set_spacing_default(...)
icon_factory_lookup_default(...)
icon_set_new(...)
icon_size_from_name(...)
icon_size_get_name(...)
icon_size_lookup(...)
icon_size_register(...)
icon_size_register_alias(...)
idle_add(...)
idle_remove = source_remove(...)
image_new_from_animation(...)
image_new_from_icon_set(...)
image_new_from_stock(...)
input_add = io_add_watch(...)
input_add_full = io_add_watch(...)
input_remove = source_remove(...)
item_factories_path_delete(...)
item_factory_add_foreign(...)
item_factory_from_path(...)
item_factory_from_widget(...)
item_factory_path_from_widget(...)
loadImage(picon, windowval)
Internal GUI method.
load_fontset = fontset_load(...)
main(...)
main_do_event(...)
main_iteration(...)
main_iteration_do(...)
main_level(...)
main_quit(...)
mainiteration = main_iteration(...)
mainloop = main(...)
message(message='', buttons=('Ok',), modal=1, big=0)
Create a message box, and return which button was pressed.
preview_get_cmap(...)
preview_get_visual(...)
preview_reset(...)
preview_set_color_cube(...)
preview_set_gamma(...)
preview_set_install_cmap(...)
preview_set_reserved(...)
quit_add(...)
quit_remove(...)
rc_add_default_file(...)
rc_find_module_in_path(...)
rc_get_default_files(...)
rc_get_im_module_file(...)
rc_get_im_module_path(...)
rc_get_module_dir(...)
rc_get_style_by_paths(...)
rc_get_theme_dir(...)
rc_parse(...)
rc_parse_string(...)
rc_reparse_all(...)
rc_reparse_all_for_settings(...)
rc_set_default_files(...)
runApp(*args)
Main method for launching the application.
settings_get_default(...)
stock_add(...)
stock_list_ids(...)
stock_lookup(...)
threads_enter(...)
threads_init(...)
threads_leave(...)
timeout_add(...)
timeout_remove = source_remove(...)
to_utf8(somestr)
tree_row_reference_deleted(...)
tree_row_reference_inserted(...)
vbutton_box_get_layout_default(...)
vbutton_box_get_spacing_default(...)
vbutton_box_set_layout_default(...)
vbutton_box_set_spacing_default(...)
widget_get_default_colormap(...)
widget_get_default_direction(...)
widget_get_default_style(...)
widget_get_default_visual(...)
widget_pop_colormap(...)
widget_pop_composite_child(...)
widget_push_colormap(...)
widget_push_composite_child(...)
widget_set_default_colormap(...)
widget_set_default_direction(...)
window_get_default_icon_list(...)
window_list_toplevels(...)
window_set_default_icon_list(...)
 
Data
             ACCEL_LOCKED = 2
ACCEL_MASK = 7
ACCEL_VISIBLE = 1
ANCHOR_CENTER = 0
ANCHOR_E = 8
ANCHOR_EAST = 8
ANCHOR_N = 1
ANCHOR_NE = 3
ANCHOR_NORTH = 1
ANCHOR_NORTH_EAST = 3
ANCHOR_NORTH_WEST = 2
ANCHOR_NW = 2
ANCHOR_S = 4
ANCHOR_SE = 6
ANCHOR_SOUTH = 4
ANCHOR_SOUTH_EAST = 6
ANCHOR_SOUTH_WEST = 5
ANCHOR_SW = 5
ANCHOR_W = 7
ANCHOR_WEST = 7
APP_PAINTABLE = 524288
ARG_CHILD_ARG = 16
ARG_CONSTRUCT = 4
ARG_CONSTRUCT_ONLY = 8
ARG_READABLE = 1
ARG_WRITABLE = 2
ARROW_DOWN = 1
ARROW_LEFT = 2
ARROW_RIGHT = 3
ARROW_UP = 0
ATE_GTK_ALLOC_NEEDED = 4096
ATE_GTK_ANCHORED = 512
ATE_GTK_CHILD_VISIBLE = 1024
ATE_GTK_DIRECTION_LTR = 256
ATE_GTK_DIRECTION_SET = 128
ATE_GTK_HAS_SHAPE_MASK = 32
ATE_GTK_IN_REPARENT = 64
ATE_GTK_LEAVE_PENDING = 16
ATE_GTK_REDRAW_ON_ALLOC = 2048
ATE_GTK_REQUEST_NEEDED = 8192
ATE_GTK_RESIZE_PENDING = 4
ATE_GTK_USER_STYLE = 1
BUTTONBOX_DEFAULT_STYLE = 0
BUTTONBOX_EDGE = 2
BUTTONBOX_END = 4
BUTTONBOX_SPREAD = 1
BUTTONBOX_START = 3
BUTTONS_CANCEL = 3
BUTTONS_CLOSE = 2
BUTTONS_NONE = 0
BUTTONS_OK = 1
BUTTONS_OK_CANCEL = 5
BUTTONS_YES_NO = 4
BUTTON_DRAGS = 2
BUTTON_EXPANDS = 4
BUTTON_IGNORED = 0
BUTTON_SELECTS = 1
CALENDAR_NO_MONTH_CHANGE = 4
CALENDAR_SHOW_DAY_NAMES = 2
CALENDAR_SHOW_HEADING = 1
CALENDAR_SHOW_WEEK_NUMBERS = 8
CALENDAR_WEEK_START_MONDAY = 16
CAN_DEFAULT = 8192
CAN_FOCUS = 2048
CELL_EMPTY = 0
CELL_PIXMAP = 2
CELL_PIXTEXT = 3
CELL_RENDERER_INSENSITIVE = 4
CELL_RENDERER_MODE_ACTIVATABLE = 1
CELL_RENDERER_MODE_EDITABLE = 2
CELL_RENDERER_MODE_INERT = 0
CELL_RENDERER_PRELIT = 2
CELL_RENDERER_SELECTED = 1
CELL_RENDERER_SORTED = 8
CELL_TEXT = 1
CELL_WIDGET = 4
CENTIMETERS = 2
CLIST_DRAG_AFTER = 3
CLIST_DRAG_BEFORE = 1
CLIST_DRAG_INTO = 2
CLIST_DRAG_NONE = 0
COMPOSITE_CHILD = 131072
CORNER_BOTTOM_LEFT = 1
CORNER_BOTTOM_RIGHT = 3
CORNER_TOP_LEFT = 0
CORNER_TOP_RIGHT = 2
CTREE_EXPANDER_CIRCULAR = 3
CTREE_EXPANDER_NONE = 0
CTREE_EXPANDER_SQUARE = 1
CTREE_EXPANDER_TRIANGLE = 2
CTREE_EXPANSION_COLLAPSE = 2
CTREE_EXPANSION_COLLAPSE_RECURSIVE = 3
CTREE_EXPANSION_EXPAND = 0
CTREE_EXPANSION_EXPAND_RECURSIVE = 1
CTREE_EXPANSION_TOGGLE = 4
CTREE_EXPANSION_TOGGLE_RECURSIVE = 5
CTREE_LINES_DOTTED = 2
CTREE_LINES_NONE = 0
CTREE_LINES_SOLID = 1
CTREE_LINES_TABBED = 3
CTREE_POS_AFTER = 2
CTREE_POS_AS_CHILD = 1
CTREE_POS_BEFORE = 0
CURVE_TYPE_FREE = 2
CURVE_TYPE_LINEAR = 0
CURVE_TYPE_SPLINE = 1
DEBUG_KEYBINDINGS = 32
DEBUG_MISC = 1
DEBUG_PLUGSOCKET = 2
DEBUG_TEXT = 4
DEBUG_TREE = 8
DEBUG_UPDATES = 16
DELETE_CHARS = 0
DELETE_DISPLAY_LINES = 3
DELETE_DISPLAY_LINE_ENDS = 4
DELETE_PARAGRAPHS = 6
DELETE_PARAGRAPH_ENDS = 5
DELETE_WHITESPACE = 7
DELETE_WORDS = 2
DELETE_WORD_ENDS = 1
DEST_DEFAULT_ALL = 7
DEST_DEFAULT_DROP = 4
DEST_DEFAULT_HIGHLIGHT = 2
DEST_DEFAULT_MOTION = 1
DIALOG_DESTROY_WITH_PARENT = 2
DIALOG_MODAL = 1
DIALOG_NO_SEPARATOR = 4
DIRECTION_LEFT = 0
DIRECTION_RIGHT = 1
DIR_DOWN = 3
DIR_LEFT = 4
DIR_RIGHT = 5
DIR_TAB_BACKWARD = 1
DIR_TAB_FORWARD = 0
DIR_UP = 2
DOUBLE_BUFFERED = 2097152
EXPAND = 1
EXPANDER_COLLAPSED = 0
EXPANDER_EXPANDED = 3
EXPANDER_SEMI_COLLAPSED = 1
EXPANDER_SEMI_EXPANDED = 2
FALSE = 0
FILL = 4
FLOATING = 2
HAS_DEFAULT = 16384
HAS_FOCUS = 4096
HAS_GRAB = 32768
HAVE_MIC_TRICKS = 1
ICON_SIZE_BUTTON = 4
ICON_SIZE_DIALOG = 6
ICON_SIZE_DND = 5
ICON_SIZE_INVALID = 0
ICON_SIZE_LARGE_TOOLBAR = 3
ICON_SIZE_MENU = 1
ICON_SIZE_SMALL_TOOLBAR = 2
IMAGE_ANIMATION = 6
IMAGE_EMPTY = 0
IMAGE_ICON_SET = 5
IMAGE_IMAGE = 2
IMAGE_PIXBUF = 3
IMAGE_PIXMAP = 1
IMAGE_STOCK = 4
INCHES = 1
IN_DESTRUCTION = 1
JUSTIFY_CENTER = 2
JUSTIFY_FILL = 3
JUSTIFY_LEFT = 0
JUSTIFY_RIGHT = 1
LEFT_RIGHT = 1
LOCALE_DIR = '/usr/local/share/locale'
MAPPED = 128
MATCH_ALL = 0
MATCH_ALL_TAIL = 1
MATCH_EXACT = 4
MATCH_HEAD = 2
MATCH_LAST = 5
MATCH_TAIL = 3
MENU_DIR_CHILD = 1
MENU_DIR_NEXT = 2
MENU_DIR_PARENT = 0
MENU_DIR_PREV = 3
MESSAGE_ERROR = 3
MESSAGE_INFO = 0
MESSAGE_QUESTION = 2
MESSAGE_WARNING = 1
MOVEMENT_BUFFER_ENDS = 8
MOVEMENT_DISPLAY_LINES = 3
MOVEMENT_DISPLAY_LINE_ENDS = 4
MOVEMENT_LOGICAL_POSITIONS = 0
MOVEMENT_PAGES = 7
MOVEMENT_PARAGRAPHS = 5
MOVEMENT_PARAGRAPH_ENDS = 6
MOVEMENT_VISUAL_POSITIONS = 1
MOVEMENT_WORDS = 2
NOTEBOOK_TAB_FIRST = 0
NOTEBOOK_TAB_LAST = 1
NO_REPARENT = 262144
NO_WINDOW = 32
ORIENTATION_HORIZONTAL = 0
ORIENTATION_VERTICAL = 1
PACK_END = 1
PACK_START = 0
PARENT_SENSITIVE = 1024
PATH_CLASS = 2
PATH_PRIO_APPLICATION = 8
PATH_PRIO_GTK = 4
PATH_PRIO_HIGHEST = 15
PATH_PRIO_LOWEST = 0
PATH_PRIO_RC = 12
PATH_PRIO_THEME = 10
PATH_WIDGET = 0
PATH_WIDGET_CLASS = 1
PIXELS = 0
POLICY_ALWAYS = 0
POLICY_AUTOMATIC = 1
POLICY_NEVER = 2
POS_BOTTOM = 3
POS_LEFT = 0
POS_RIGHT = 1
POS_TOP = 2
PREVIEW_COLOR = 0
PREVIEW_GRAYSCALE = 1
PROGRESS_BOTTOM_TO_TOP = 2
PROGRESS_CONTINUOUS = 0
PROGRESS_DISCRETE = 1
PROGRESS_LEFT_TO_RIGHT = 0
PROGRESS_RIGHT_TO_LEFT = 1
PROGRESS_TOP_TO_BOTTOM = 3
RC_BASE = 8
RC_BG = 2
RC_FG = 1
RC_STYLE = 65536
RC_TEXT = 4
RC_TOKEN_ACTIVE = 273
RC_TOKEN_APPLICATION = 296
RC_TOKEN_BASE = 280
RC_TOKEN_BG = 278
RC_TOKEN_BG_PIXMAP = 286
RC_TOKEN_BIND = 290
RC_TOKEN_BINDING = 289
RC_TOKEN_CLASS = 293
RC_TOKEN_ENGINE = 300
RC_TOKEN_FG = 277
RC_TOKEN_FONT = 283
RC_TOKEN_FONTSET = 284
RC_TOKEN_FONT_NAME = 285
RC_TOKEN_GTK = 295
RC_TOKEN_HIGHEST = 299
RC_TOKEN_IM_MODULE_FILE = 303
RC_TOKEN_IM_MODULE_PATH = 302
RC_TOKEN_INCLUDE = 271
RC_TOKEN_INSENSITIVE = 276
RC_TOKEN_INVALID = 270
RC_TOKEN_LAST = 307
RC_TOKEN_LOWEST = 294
RC_TOKEN_LTR = 305
RC_TOKEN_MODULE_PATH = 301
RC_TOKEN_NORMAL = 272
RC_TOKEN_PIXMAP_PATH = 287
RC_TOKEN_PRELIGHT = 274
RC_TOKEN_RC = 298
RC_TOKEN_RTL = 306
RC_TOKEN_SELECTED = 275
RC_TOKEN_STOCK = 304
RC_TOKEN_STYLE = 288
RC_TOKEN_TEXT = 279
RC_TOKEN_THEME = 297
RC_TOKEN_WIDGET = 291
RC_TOKEN_WIDGET_CLASS = 292
RC_TOKEN_XTHICKNESS = 281
RC_TOKEN_YTHICKNESS = 282
REALIZED = 64
RECEIVES_DEFAULT = 1048576
RELIEF_HALF = 1
RELIEF_NONE = 2
RELIEF_NORMAL = 0
RESERVED_1 = 4
RESERVED_2 = 8
RESIZE_IMMEDIATE = 2
RESIZE_PARENT = 0
RESIZE_QUEUE = 1
RESPONSE_ACCEPT = -3
RESPONSE_APPLY = -10
RESPONSE_CANCEL = -6
RESPONSE_CLOSE = -7
RESPONSE_DELETE_EVENT = -4
RESPONSE_HELP = -11
RESPONSE_NO = -9
RESPONSE_NONE = -1
RESPONSE_OK = -5
RESPONSE_REJECT = -2
RESPONSE_YES = -8
SCROLL_END = 15
SCROLL_JUMP = 1
SCROLL_NONE = 0
SCROLL_PAGE_BACKWARD = 4
SCROLL_PAGE_DOWN = 9
SCROLL_PAGE_FORWARD = 5
SCROLL_PAGE_LEFT = 12
SCROLL_PAGE_RIGHT = 13
SCROLL_PAGE_UP = 8
SCROLL_START = 14
SCROLL_STEP_BACKWARD = 2
SCROLL_STEP_DOWN = 7
SCROLL_STEP_FORWARD = 3
SCROLL_STEP_LEFT = 10
SCROLL_STEP_RIGHT = 11
SCROLL_STEP_UP = 6
SELECTION_BROWSE = 2
SELECTION_EXTENDED = 3
SELECTION_MULTIPLE = 3
SELECTION_NONE = 0
SELECTION_SINGLE = 1
SENSITIVE = 512
SHADOW_ETCHED_IN = 3
SHADOW_ETCHED_OUT = 4
SHADOW_IN = 1
SHADOW_NONE = 0
SHADOW_OUT = 2
SHRINK = 2
SIDE_BOTTOM = 1
SIDE_LEFT = 2
SIDE_RIGHT = 3
SIDE_TOP = 0
SIZE_GROUP_BOTH = 3
SIZE_GROUP_HORIZONTAL = 1
SIZE_GROUP_NONE = 0
SIZE_GROUP_VERTICAL = 2
SORT_ASCENDING = 0
SORT_DESCENDING = 1
SPIN_END = 5
SPIN_HOME = 4
SPIN_PAGE_BACKWARD = 3
SPIN_PAGE_FORWARD = 2
SPIN_STEP_BACKWARD = 1
SPIN_STEP_FORWARD = 0
SPIN_USER_DEFINED = 6
STATE_ACTIVE = 1
STATE_INSENSITIVE = 4
STATE_NORMAL = 0
STATE_PRELIGHT = 2
STATE_SELECTED = 3
STOCK_ADD = 'gtk-add'
STOCK_APPLY = 'gtk-apply'
STOCK_BOLD = 'gtk-bold'
STOCK_CANCEL = 'gtk-cancel'
STOCK_CDROM = 'gtk-cdrom'
STOCK_CLEAR = 'gtk-clear'
STOCK_CLOSE = 'gtk-close'
STOCK_CONVERT = 'gtk-convert'
STOCK_COPY = 'gtk-copy'
STOCK_CUT = 'gtk-cut'
STOCK_DELETE = 'gtk-delete'
STOCK_DIALOG_ERROR = 'gtk-dialog-error'
STOCK_DIALOG_INFO = 'gtk-dialog-info'
STOCK_DIALOG_QUESTION = 'gtk-dialog-question'
STOCK_DIALOG_WARNING = 'gtk-dialog-warning'
STOCK_DND = 'gtk-dnd'
STOCK_DND_MULTIPLE = 'gtk-dnd-multiple'
STOCK_EXECUTE = 'gtk-execute'
STOCK_FIND = 'gtk-find'
STOCK_FIND_AND_REPLACE = 'gtk-find-and-replace'
STOCK_FLOPPY = 'gtk-floppy'
STOCK_GOTO_BOTTOM = 'gtk-goto-bottom'
STOCK_GOTO_FIRST = 'gtk-goto-first'
STOCK_GOTO_LAST = 'gtk-goto-last'
STOCK_GOTO_TOP = 'gtk-goto-top'
STOCK_GO_BACK = 'gtk-go-back'
STOCK_GO_DOWN = 'gtk-go-down'
STOCK_GO_FORWARD = 'gtk-go-forward'
STOCK_GO_UP = 'gtk-go-up'
STOCK_HELP = 'gtk-help'
STOCK_HOME = 'gtk-home'
STOCK_INDEX = 'gtk-index'
STOCK_ITALIC = 'gtk-italic'
STOCK_JUMP_TO = 'gtk-jump-to'
STOCK_JUSTIFY_CENTER = 'gtk-justify-center'
STOCK_JUSTIFY_FILL = 'gtk-justify-fill'
STOCK_JUSTIFY_LEFT = 'gtk-justify-left'
STOCK_JUSTIFY_RIGHT = 'gtk-justify-right'
STOCK_MISSING_IMAGE = 'gtk-missing-image'
STOCK_NEW = 'gtk-new'
STOCK_NO = 'gtk-no'
STOCK_OK = 'gtk-ok'
STOCK_OPEN = 'gtk-open'
STOCK_PASTE = 'gtk-paste'
STOCK_PREFERENCES = 'gtk-preferences'
STOCK_PRINT = 'gtk-print'
STOCK_PRINT_PREVIEW = 'gtk-print-preview'
STOCK_PROPERTIES = 'gtk-properties'
STOCK_QUIT = 'gtk-quit'
STOCK_REDO = 'gtk-redo'
STOCK_REFRESH = 'gtk-refresh'
STOCK_REMOVE = 'gtk-remove'
STOCK_REVERT_TO_SAVED = 'gtk-revert-to-saved'
STOCK_SAVE = 'gtk-save'
STOCK_SAVE_AS = 'gtk-save-as'
STOCK_SELECT_COLOR = 'gtk-select-color'
STOCK_SELECT_FONT = 'gtk-select-font'
STOCK_SORT_ASCENDING = 'gtk-sort-ascending'
STOCK_SORT_DESCENDING = 'gtk-sort-descending'
STOCK_SPELL_CHECK = 'gtk-spell-check'
STOCK_STOP = 'gtk-stop'
STOCK_STRIKETHROUGH = 'gtk-strikethrough'
STOCK_UNDELETE = 'gtk-undelete'
STOCK_UNDERLINE = 'gtk-underline'
STOCK_UNDO = 'gtk-undo'
STOCK_YES = 'gtk-yes'
STOCK_ZOOM_100 = 'gtk-zoom-100'
STOCK_ZOOM_FIT = 'gtk-zoom-fit'
STOCK_ZOOM_IN = 'gtk-zoom-in'
STOCK_ZOOM_OUT = 'gtk-zoom-out'
TARGET_SAME_APP = 1
TARGET_SAME_WIDGET = 2
TEXT_DIR_LTR = 1
TEXT_DIR_NONE = 0
TEXT_DIR_RTL = 2
TEXT_SEARCH_TEXT_ONLY = 1
TEXT_SEARCH_VISIBLE_ONLY = 0
TEXT_WINDOW_BOTTOM = 6
TEXT_WINDOW_LEFT = 3
TEXT_WINDOW_PRIVATE = 0
TEXT_WINDOW_RIGHT = 4
TEXT_WINDOW_TEXT = 2
TEXT_WINDOW_TOP = 5
TEXT_WINDOW_WIDGET = 1
TOOLBAR_BOTH = 2
TOOLBAR_BOTH_HORIZ = 3
TOOLBAR_CHILD_BUTTON = 1
TOOLBAR_CHILD_RADIOBUTTON = 3
TOOLBAR_CHILD_SPACE = 0
TOOLBAR_CHILD_TOGGLEBUTTON = 2
TOOLBAR_CHILD_WIDGET = 4
TOOLBAR_ICONS = 0
TOOLBAR_SPACE_EMPTY = 0
TOOLBAR_SPACE_LINE = 1
TOOLBAR_TEXT = 1
TOPLEVEL = 16
TOP_BOTTOM = 0
TREE_MODEL_ITERS_PERSIST = 1
TREE_MODEL_LIST_ONLY = 2
TREE_VIEW_COLUMN_AUTOSIZE = 1
TREE_VIEW_COLUMN_FIXED = 2
TREE_VIEW_COLUMN_GROW_ONLY = 0
TREE_VIEW_DROP_AFTER = 1
TREE_VIEW_DROP_BEFORE = 0
TREE_VIEW_DROP_INTO_OR_AFTER = 3
TREE_VIEW_DROP_INTO_OR_BEFORE = 2
TREE_VIEW_ITEM = 1
TREE_VIEW_LINE = 0
TRUE = 1
UPDATE_ALWAYS = 0
UPDATE_CONTINUOUS = 0
UPDATE_DELAYED = 2
UPDATE_DISCONTINUOUS = 1
UPDATE_IF_VALID = 1
VISIBILITY_FULL = 2
VISIBILITY_NONE = 0
VISIBILITY_PARTIAL = 1
VISIBLE = 256
WIDGET_HELP_TOOLTIP = 0
WIDGET_HELP_WHATS_THIS = 1
WINDOW_POPUP = 1
WINDOW_TOPLEVEL = 0
WIN_POS_CENTER = 1
WIN_POS_CENTER_ALWAYS = 3
WIN_POS_CENTER_ON_PARENT = 4
WIN_POS_MOUSE = 2
WIN_POS_NONE = 0
WRAP_CHAR = 1
WRAP_NONE = 0
WRAP_WORD = 2
__file__ = './pyvoiceui.py'
__name__ = 'pyvoiceui'
allow_vol_update = 0
audio_packets = 0
audio_packets_S = 0
can_record = 0
chat_connect_status = 0
chat_cookie = ''
chat_name_nick = ''
chat_name_nicks = {}
chat_room = ''
chat_serial = ''
chat_user = ''
debug_on = 0
eighty_byte_model = 0
empty_buffer = 0
error_msg = ''
esd_volume = 0
f_gettext = 0
gtk_version = (2, 0, 6)
gyach_ignore_file = '/root/.yahoorc/gyach/ignore'
hex_len_map = {1: '\x01', 2: '\x02', 3: '\x03', 4: '\x04', 5: '\x05', 6: '\x06', 7: '\x07', 8: '\x08', 9: '\t', 10: '\n', ...}
hex_len_map_num = {'\x01': 1, '\x02': 2, '\x03': 3, '\x04': 4, '\x05': 5, '\x06': 6, '\x07': 7, '\x08': 8, '\t': 9, '\n': 10, ...}
ignored_users = {}
ii = 'z'
is_recording = 0
last_login_string = ''
letter_len = 256
letter_len_map = {1: 'A', 2: 'B', 3: 'C', 4: 'D', 5: 'E', 6: 'F', 7: 'G', 8: 'H', 9: 'I', 10: 'J', ...}
letter_len_map_num = {'A': 1, 'B': 2, 'C': 3, 'D': 4, 'E': 5, 'F': 6, 'G': 7, 'H': 8, 'I': 9, 'J': 10, ...}
locale_dirs = ['/usr/lib/python2.2//locale', '/usr/share/locale', '/usr/X11R6/share/locale', '/usr/locale', '/usr/local/share/locale']
mic_test = 0
my_esd_host = 'localhost'
no_auto_server_change = 0
on_mute = 0
poll_connection = 1
pygtk_version = (2, 0, 0)
pyvoice_ignore_file = '/root/.pyvoice_ignore'
pyvoice_xtext = <gettext.NullTranslations instance>
r_starttime = 0
record_sequence = 1
record_time = 0
rsound_data = ''
sdivider = '@'
snd_buflimit = 2048
sound_cut1 = 1568
sound_cut2 = 1824
sound_data = ''
sound_spool_started = 0
tcp_data = None
tcp_data2 = None
tcp_not_udp = 0
tcp_socket = None
tcp_socket2 = None
tcp_socket3 = None
total_packets = 0
total_packets_S = 0
udp_socket = None
user_stats = {}
vchat_port = 5001
vchat_port_udp = 5000
vchat_server = '66.218.70.37'
vchat_server2 = ''
vchat_udp_server = ''
who_is_talking = ''
who_is_talking_expire = 1088722803.6307061