• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(5917)  |  Call(5763)  |  Derive(153)  |  Import(1)
Proxy of C++ TextCtrl class

src/h/a/hachoir-wx-0.3/hachoir_wx/hex_view/hex_view.py   hachoir-wx(Download)
# -*- coding: utf-8 -*-
 
from wx import TextCtrl, TextAttr, PreTextCtrl
from stubs import to_hex, calc_char_range, clamp_range
from hachoir_wx.hex_view import get_width_chars, get_height_chars
 
class hex_view_t(TextCtrl):