~opensynergy/os.contacts/gneg

« back to all changes in this revision

Viewing changes to Klienci/Windows/ContactsTree.py

  • Committer: Grzegorz Hoszko
  • Date: 2008-07-29 19:57:32 UTC
  • mfrom: (7.1.2 seba)
  • Revision ID: grzegorz.hoszko@gmail.com-20080729195732-mvi0pyjz1xza1f81
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
from Synergy.Components.Users.Share import UserListBox as UserListBox
7
7
 
8
8
class ClientsCustomTreeCtrl(CT.CustomTreeCtrl):
9
 
    def __init__(self, client_type=None,  *args, **kwargs):
 
9
    def __init__(self, *args, **kwargs):
10
10
        super(ClientsCustomTreeCtrl, self).__init__(style=wx.SUNKEN_BORDER|CT.TR_HAS_BUTTONS|CT.TR_HIDE_ROOT|CT.TR_ROW_LINES|CT.TR_TWIST_BUTTONS, *args, **kwargs)
11
11
        self._model=None
12
12