Module ida_kernwin :: Class textctrl_info_t
[frames] | no frames]

Class textctrl_info_t

                      object --+        
                               |        
ida_idaapi.pyidc_opaque_object_t --+    
                                   |    
      ida_idaapi.py_clinked_object_t --+
                                       |
                                      textctrl_info_t
Known Subclasses:

Class representing textctrl_info_t

Instance Methods
 
__get_flags__(self)
Returns the flags value
 
__get_tabsize__(self)
Returns the tabsize value
 
__init__(self, text='', flags=0, tabsize=0)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__set_flags__(self, flags)
Sets the flags value
 
__set_tabsize__(self, tabsize)
Sets the tabsize value
 
assign(self, other)
Copies the contents of 'other' to 'self'

Inherited from ida_idaapi.py_clinked_object_t: __del__, copy

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  TXTF_ACCEPTTABS = 2
  TXTF_AUTOINDENT = 1
  TXTF_FIXEDFONT = 32
  TXTF_MODIFIED = 16
  TXTF_READONLY = 4
  TXTF_SELECTED = 8

Inherited from ida_idaapi.pyidc_opaque_object_t: __idc_cvt_id__

Properties
  flags
Returns the flags value
  tabsize
Returns the tabsize value
  text
Sets the text value
  value
Sets the text value

Inherited from ida_idaapi.py_clinked_object_t: clink, clink_ptr

Inherited from object: __class__

Method Details

__init__(self, text='', flags=0, tabsize=0)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

assign(self, other)

 

Copies the contents of 'other' to 'self'

Returns:
Boolean
Overrides: ida_idaapi.py_clinked_object_t.assign

Property Details

flags

Returns the flags value

Get Method:
__get_flags__(self) - Returns the flags value
Set Method:
__set_flags__(self, flags) - Sets the flags value

tabsize

Returns the tabsize value

Get Method:
__get_tabsize__(self) - Returns the tabsize value
Set Method:
__set_tabsize__(self, tabsize) - Sets the tabsize value

text

Sets the text value

Get Method:
__get_text(self) - Sets the text value
Set Method:
__set_text(self, s) - Sets the text value

value

Sets the text value

Get Method:
__get_text(self) - Sets the text value
Set Method:
__set_text(self, s) - Sets the text value