Home
last modified time | relevance | path

Searched defs:editHeight (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dlist_search_panel.cpp50 int const editHeight = m_textCtrl->GetSize().GetHeight(); in BEGIN_EVENT_TABLE() local
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DComboBox.pm670 sub editHeight {($#_)?$_[0]-> set_edit_height($_[1]):return $_[0]-> get_edit_height;} subroutine
/dports/devel/arduino-core/Arduino-b439a77/app/src/processing/app/
H A DEditorStatus.java393 int editHeight = editField.getPreferredSize().height; in setButtonBounds() local