Searched refs:wxSTATUS_HEIGHT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dframe.cpp28 static const int wxSTATUS_HEIGHT = 25; variable
261 (*height) -= wxSTATUS_HEIGHT;
317 height += wxSTATUS_HEIGHT;
514 int yy = m_height - wxSTATUS_HEIGHT - m_miniEdge - client_area_y_offset;
518 int hh = wxSTATUS_HEIGHT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dframe.cpp45 const int wxSTATUS_HEIGHT = 25; variable
262 (*height) -= wxSTATUS_HEIGHT;
308 if (m_frameStatusBar && m_frameStatusBar->IsShown()) height += wxSTATUS_HEIGHT;
479 int yy = m_height - wxSTATUS_HEIGHT - m_miniEdge - client_area_y_offset;
481 int hh = wxSTATUS_HEIGHT;

Completed in 100 milliseconds