Home
last modified time | relevance | path

Searched refs:queue_width (Results 1 – 25 of 53) sorted by relevance

123

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DResearchWnd.cpp414 GG::X queue_width(GetOptionsDB().Get<int>("ui.queue.width")); in ResearchWnd() local
419 GG::X0, GG::Y0, GG::X(queue_width), GG::Y(100), "research.info"); in ResearchWnd()
420 …m_queue_wnd = GG::Wnd::Create<ResearchQueueWnd>(GG::X0, GG::Y(100), queue_width, GG::Y(ClientSize(… in ResearchWnd()
469 GG::X queue_width = GG::X(init ? GetOptionsDB().GetDefault<int>("ui.queue.width") : in DoLayout() local
473 … GG::Pt info_lr(info_ul.x + queue_width, info_ul.y + m_research_info_panel->MinUsableSize().y); in DoLayout()
476 … m_research_info_panel->Resize(GG::Pt(queue_width, m_research_info_panel->MinUsableSize().y)); in DoLayout()
H A DProductionWnd.cpp860 GG::X queue_width(GetOptionsDB().Get<int>("ui.queue.width")); in CompleteConstruction() local
865 GG::X0, GG::Y0, queue_width, info_height, "production.info"); in CompleteConstruction()
866 m_queue_wnd = GG::Wnd::Create<ProductionQueueWnd>(GG::X0, info_height, queue_width, in CompleteConstruction()
934 GG::X queue_width(GetOptionsDB().Get<int>("ui.queue.width")); in DoLayout() local
938 m_production_info_panel->Resize(GG::Pt(queue_width, info_height)); in DoLayout()
941 m_queue_wnd->Resize(GG::Pt(queue_width, ClientSize().y - info_height)); in DoLayout()
H A DBuildDesignatorWnd.cpp1339 GG::X queue_width(GetOptionsDB().Get<int>("ui.queue.width")); in InitializeWindows() local
1344 const GG::Pt pedia_ul(queue_width, GG::Y0); in InitializeWindows()
1345 const GG::Pt pedia_wh(Width() - SIDEPANEL_WIDTH - queue_width, PANEL_HEIGHT); in InitializeWindows()
1350 const GG::Pt selector_ul(queue_width, Height() - PANEL_HEIGHT); in InitializeWindows()
1351 const GG::Pt selector_wh(Width() - SIDEPANEL_WIDTH - queue_width, PANEL_HEIGHT); in InitializeWindows()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dwelcome.c843 int queue_width = XTextWidth(textFont, "99", 2) in Welcome_show_server_list() local
873 int bases_offset = queue_offset + queue_width + space_width; in Welcome_show_server_list()
895 all_offset = player_width + queue_width + bases_width in Welcome_show_server_list()
914 queue_width, label_height, true, in Welcome_show_server_list()
943 version_offset = queue_offset + queue_width + space_width; in Welcome_show_server_list()
988 queue_width, label_height, true, in Welcome_show_server_list()
/dports/mail/exim-sa-exim/exim-4.95/exim_monitor/
H A Dem_hdr.h276 extern int queue_width; /* width of queue window */
H A Dem_globals.c82 int queue_width = 600; variable
H A Dem_init.c194 if (s != NULL && (x = Uatoi(s)) != 0) queue_width = x; in init()
/dports/mail/exim-postgresql/exim-4.95/exim_monitor/
H A Dem_hdr.h276 extern int queue_width; /* width of queue window */
H A Dem_globals.c82 int queue_width = 600; variable
H A Dem_init.c194 if (s != NULL && (x = Uatoi(s)) != 0) queue_width = x; in init()
/dports/mail/exim-ldap2/exim-4.95/exim_monitor/
H A Dem_hdr.h276 extern int queue_width; /* width of queue window */
H A Dem_globals.c82 int queue_width = 600; variable
H A Dem_init.c194 if (s != NULL && (x = Uatoi(s)) != 0) queue_width = x; in init()
/dports/mail/exim-monitor/exim-4.95/exim_monitor/
H A Dem_hdr.h276 extern int queue_width; /* width of queue window */
H A Dem_globals.c82 int queue_width = 600; variable
H A Dem_init.c194 if (s != NULL && (x = Uatoi(s)) != 0) queue_width = x; in init()
/dports/mail/exim-mysql/exim-4.95/exim_monitor/
H A Dem_hdr.h276 extern int queue_width; /* width of queue window */
H A Dem_globals.c82 int queue_width = 600; variable
H A Dem_init.c194 if (s != NULL && (x = Uatoi(s)) != 0) queue_width = x; in init()
/dports/mail/exim/exim-4.95/exim_monitor/
H A Dem_hdr.h276 extern int queue_width; /* width of queue window */
H A Dem_globals.c82 int queue_width = 600; variable
H A Dem_init.c194 if (s != NULL && (x = Uatoi(s)) != 0) queue_width = x; in init()
/dports/mail/exim-sqlite/exim-4.95/exim_monitor/
H A Dem_hdr.h276 extern int queue_width; /* width of queue window */
H A Dem_globals.c82 int queue_width = 600; variable
H A Dem_init.c194 if (s != NULL && (x = Uatoi(s)) != 0) queue_width = x; in init()

123