Module ida_kernwin :: Class Form :: Class EmbeddedChooserControl
[frames] | no frames]

Class EmbeddedChooserControl

   object --+        
            |        
 Form.Control --+    
                |    
Form.InputControl --+
                    |
                   Form.EmbeddedChooserControl

Embedded chooser control. This control links to a Chooser2 control created with the 'embedded=True'

Instance Methods
 
__get_selection__(self)
 
__init__(self, chooser=None, swidth=40, hlp=None)
Embedded chooser control
 
free(self)
Frees the embedded chooser data

Inherited from InputControl: get_tag, is_input_field

Inherited from Control: get_arg

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

Properties
  selection
  value

Inherited from object: __class__

Method Details

__init__(self, chooser=None, swidth=40, hlp=None)
(Constructor)

 

Embedded chooser control

Parameters:
  • chooser - A chooser2 instance (must be constructed with 'embedded=True')
Overrides: object.__init__

free(self)

 

Frees the embedded chooser data

Overrides: Control.free

Property Details

selection

Get Method:
__get_selection__(self)

value

Get Method:
unreachable(self)