Searched refs:DLG_HEIGHT (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/print/transports/lpr/ |
H A D | LprSetupDlg.cpp | 21 #define DLG_HEIGHT 100 macro 39 #define OK_V (DLG_HEIGHT - BUTTON_HEIGHT - 11) 167 DialogWindow(BRect(100, 100, 100 + DLG_WIDTH, 100 + DLG_HEIGHT), in LprSetupDlg()
|
/haiku/src/add-ons/print/transports/ipp/ |
H A D | IppSetupDlg.cpp | 22 #define DLG_HEIGHT 80 macro 34 #define OK_V (DLG_HEIGHT - BUTTON_HEIGHT - 11) 153 : BWindow(BRect(100, 100, 100 + DLG_WIDTH, 100 + DLG_HEIGHT), in IppSetupDlg()
|
/haiku/src/add-ons/print/transports/hp_jetdirect/ |
H A D | SetupWindow.cpp | 18 #define DLG_HEIGHT 100 macro 36 #define OK_V (DLG_HEIGHT - BUTTON_HEIGHT - 11) 168 : BWindow(BRect(100, 100, 100 + DLG_WIDTH, 100 + DLG_HEIGHT), in SetupWindow()
|