Module dialogs :: Class ChangeActivityDialog
[hide private]
[frames] | no frames]

Class ChangeActivityDialog

source code

Instance Methods [hide private]
 
__init__(self, on_response, activity=None, subactivity=None, text='') source code
 
on_enable_checkbutton_toggled(self, widget) source code
 
on_rbtn_toggled(self, widget, data) source code
 
on_ok_button_clicked(self, widget)
Return activity and messsage (None if no activity selected)
source code
 
on_cancel_button_clicked(self, widget) source code
Class Variables [hide private]
  PAGELIST = ['doing_chores', 'drinking', 'eating', 'exercising'...
Method Details [hide private]

__init__(self, on_response, activity=None, subactivity=None, text='')
(Constructor)

source code 

on_enable_checkbutton_toggled(self, widget)

source code 

on_rbtn_toggled(self, widget, data)

source code 

on_ok_button_clicked(self, widget)

source code 
Return activity and messsage (None if no activity selected)

on_cancel_button_clicked(self, widget)

source code 

Class Variable Details [hide private]

PAGELIST

Value:
['doing_chores', 'drinking', 'eating', 'exercising', 'grooming', 'havi\
ng_appointment', 'inactive', 'relaxing', 'talking', 'traveling', 'work\
ing']