[wxPython] wxTextCtrl default height

If I create a wxTextCtrl with initial e.g. size=(100,-1):
then I can get the initial default height (OS-Dependent)
by calling textctrl.GetSize()[1].

···

-------------------------------------------------------------
My Question:
  I want to determine the Default height of a TextCtrl
  without having to create one first.
-------------------------------------------------------------

P.S.: I took a look to the function:
      wxSystemSettings::GetMetric (wxSystemSettings_GetMetric)
      but I found nothing

Greetings and best regards,

Andre'

--
_____________________________________________
inworks GmbH Andre Reitz
Magirusstrasse 44 Tel. 0731/93 80 7-21
89077 Ulm http://www.inworks.de

Andre Reitz wrote:

If I create a wxTextCtrl with initial e.g. size=(100,-1):
then I can get the initial default height (OS-Dependent)
by calling textctrl.GetSize()[1].

-------------------------------------------------------------
My Question: I want to determine the Default height of a TextCtrl
  without having to create one first.

There isn't any way to do it currently.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!