Exemplo n.º 1
0
 def display_data(self, data):
     self.SetValue(to_hex(data, self.get_width_chars()))
     self.ascii_view.SetValue(to_ascii(data, self.get_width_chars()))
Exemplo n.º 2
0
 def display_data(self, data):
     self.SetValue(to_hex(data))
Exemplo n.º 3
0
 def display_data(self, data):
     self.SetValue(to_hex(data, self.get_width_chars()))
     self.ascii_view.SetValue(to_ascii(data, self.get_width_chars()))