Module profile_window :: Class ProfileWindow
[hide private]
[frames] | no frames]

Class ProfileWindow

source code

Class for our information window
Instance Methods [hide private]
 
__init__(self, account) source code
 
update_progressbar(self) source code
 
remove_statusbar(self, message_id) source code
 
on_profile_window_destroy(self, widget) source code
 
on_profile_window_key_press_event(self, widget, event) source code
 
on_clear_button_clicked(self, widget) source code
 
on_set_avatar_button_clicked(self, widget) source code
 
on_PHOTO_button_press_event(self, widget, event)
If right-clicked, show popup
source code
 
on_BDAY_entry_focus_out_event(self, widget, event) source code
 
set_value(self, entry_name, value) source code
 
set_values(self, vcard_) source code
 
add_to_vcard(self, vcard_, entry, txt)
Add an information to the vCard dictionary
source code
 
make_vcard(self)
Make the vCard dictionary
source code
 
on_ok_button_clicked(self, widget) source code
 
vcard_published(self) source code
 
vcard_not_published(self) source code
 
on_cancel_button_clicked(self, widget) source code
Method Details [hide private]

__init__(self, account)
(Constructor)

source code 

update_progressbar(self)

source code 

remove_statusbar(self, message_id)

source code 

on_profile_window_destroy(self, widget)

source code 

on_profile_window_key_press_event(self, widget, event)

source code 

on_clear_button_clicked(self, widget)

source code 

on_set_avatar_button_clicked(self, widget)

source code 

on_PHOTO_button_press_event(self, widget, event)

source code 
If right-clicked, show popup

on_BDAY_entry_focus_out_event(self, widget, event)

source code 

set_value(self, entry_name, value)

source code 

set_values(self, vcard_)

source code 

add_to_vcard(self, vcard_, entry, txt)

source code 
Add an information to the vCard dictionary

make_vcard(self)

source code 
Make the vCard dictionary

on_ok_button_clicked(self, widget)

source code 

vcard_published(self)

source code 

vcard_not_published(self)

source code 

on_cancel_button_clicked(self, widget)

source code