+ def GetClientData(*args, **kwargs):
+ """
+ GetClientData(self) -> PyObject
+
+ Returns the client data object for a listbox or choice selection event, (if any.)
+ """
+ return _core_.CommandEvent_GetClientData(*args, **kwargs)
+
+ def SetClientData(*args, **kwargs):
+ """
+ SetClientData(self, PyObject clientData)
+
+ Associate the given client data with the item at position n.
+ """
+ return _core_.CommandEvent_SetClientData(*args, **kwargs)
+
+ GetClientObject = GetClientData
+ SetClientObject = SetClientData
+