comparison frontends/src/constants.py @ 1301:afc57b34c0a3 frontends_multi_profiles

Quick Frontend (quick_widgets): added on_existing_widget in getOrCreateWidget (see docstring for more infos) + use of constants
author Goffi <goffi@goffi.org>
date Fri, 06 Feb 2015 19:01:06 +0100
parents 0db0013c59dd
children
comparison
equal deleted inserted replaced
1300:ba73798317a7 1301:afc57b34c0a3
60 } 60 }
61 61
62 # Roster 62 # Roster
63 GROUP_NOT_IN_ROSTER = D_('Not in roster') 63 GROUP_NOT_IN_ROSTER = D_('Not in roster')
64 64
65 #Chats 65 # Chats
66 CHAT_ONE2ONE = 'one2one' 66 CHAT_ONE2ONE = 'one2one'
67 CHAT_GROUP = 'group' 67 CHAT_GROUP = 'group'
68
69 # Widgets management
70 # FIXME: should be in quick_frontend.constant, but Libervia doesn't inherit from it
71 WIDGET_NEW = 'NEW'
72 WIDGET_KEEP = 'KEEP'
73 WIDGET_RAISE = 'RAISE'
74 WIDGET_RECREATE = 'RECREATE'
75