IDA C++ SDK 9.2
Loading...
Searching...
No Matches
textctrl_info_t Struct Reference

Multi line text control, used to embed a text control in a form. More...

#include <kernwin.hpp>

Public Member Functions

 textctrl_info_t ()
 Constructor.

Public Attributes

size_t cb
 size of this structure
qstring text
 in, out: text control value
uint16 flags
 Text control property bits
uint16 tabsize
 how many spaces a single tab will indent

Detailed Description

Multi line text control, used to embed a text control in a form.

Constructor & Destructor Documentation

◆ textctrl_info_t()

textctrl_info_t::textctrl_info_t ( )
inline

Constructor.

Member Data Documentation

◆ cb

size_t textctrl_info_t::cb

size of this structure

◆ text

qstring textctrl_info_t::text

in, out: text control value

◆ flags

uint16 textctrl_info_t::flags

◆ tabsize

uint16 textctrl_info_t::tabsize

how many spaces a single tab will indent


The documentation for this struct was generated from the following file: