Searched refs:DLG_WIDTH (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp17 #define DLG_WIDTH 370 macro
25 #define SERVER_WIDTH (DLG_WIDTH - SERVER_H - SERVER_H)
31 #define QUEUE_WIDTH (DLG_WIDTH - QUEUE_H - QUEUE_H)
35 #define OK_H (DLG_WIDTH - BUTTON_WIDTH - 11)
168 : BWindow(BRect(100, 100, 100 + DLG_WIDTH, 100 + DLG_HEIGHT),
/haiku/src/add-ons/print/transports/lpr/
H A DLprSetupDlg.cpp20 #define DLG_WIDTH 370 macro
28 #define SERVER_WIDTH (DLG_WIDTH - SERVER_H - SERVER_H)
34 #define QUEUE_WIDTH (DLG_WIDTH - QUEUE_H - QUEUE_H)
38 #define OK_H (DLG_WIDTH - BUTTON_WIDTH - 11)
167 DialogWindow(BRect(100, 100, 100 + DLG_WIDTH, 100 + DLG_HEIGHT),
/haiku/src/add-ons/print/transports/ipp/
H A DIppSetupDlg.cpp21 #define DLG_WIDTH 350 macro
29 #define URL_WIDTH (DLG_WIDTH - URL_H - URL_H)
33 #define OK_H (DLG_WIDTH - BUTTON_WIDTH - 11)
153 : BWindow(BRect(100, 100, 100 + DLG_WIDTH, 100 + DLG_HEIGHT),

Completed in 50 milliseconds