Module idaapi :: Class Form :: Class DirInput
[frames] | no frames]

Class DirInput

     object --+            
              |            
   Form.Control --+        
                  |        
  Form.InputControl --+    
                      |    
         object --+   |    
                  |   |    
Form.StringArgument --+    
                      |    
       Form.StringInput --+
                          |
                         Form.DirInput

Directory browsing control

Instance Methods
 
__init__(self, width=512, swidth=80, hlp=None, value=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from InputControl: get_tag

Inherited from Control: free, get_arg

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

Class Variables

Inherited from StringArgument: value

Instance Variables

Inherited from Control: arg, form, id

Properties

Inherited from object: __class__

Method Details

__init__(self, width=512, swidth=80, hlp=None, value=None)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • width - String size. But in some cases it has special meaning. For example in FileInput control. If you want to define the string buffer size then pass the 'size' argument
  • swidth - Control width
  • value - Initial value
  • size - String size
Overrides: object.__init__
(inherited documentation)