Home
last modified time | relevance | path

Searched refs:wBox (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dstatbox.cpp87 int wBox; in DoGetBestSize() local
92 ,&wBox in DoGetBestSize()
95 wBox += 3 * nCx; in DoGetBestSize()
99 return wxSize( wBox in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dstatbox.cpp87 int wBox; in DoGetBestSize() local
92 ,&wBox in DoGetBestSize()
95 wBox += 3 * nCx; in DoGetBestSize()
99 return wxSize( wBox in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dstatbox.cpp128 int wBox; in DoGetBestSize() local
129 GetTextExtent(GetLabelText(wxGetWindowText(m_hWnd)), &wBox, &cy); in DoGetBestSize()
131 wBox += 3*cx; in DoGetBestSize()
140 best.x = wxMax(best.x, wBox); in DoGetBestSize()
145 best = wxSize(wBox, hBox); in DoGetBestSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dstatbox.cpp128 int wBox; in DoGetBestSize() local
129 GetTextExtent(GetLabelText(wxGetWindowText(m_hWnd)), &wBox, &cy); in DoGetBestSize()
131 wBox += 3*cx; in DoGetBestSize()
140 best.x = wxMax(best.x, wBox); in DoGetBestSize()
145 best = wxSize(wBox, hBox); in DoGetBestSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dstatbox.cpp172 int wBox; in DoGetBestSize() local
173 GetTextExtent(GetLabelText(wxGetWindowText(m_hWnd)), &wBox, &cy); in DoGetBestSize()
175 wBox += 3*cx; in DoGetBestSize()
184 best.x = wxMax(best.x, wBox); in DoGetBestSize()
189 best = wxSize(wBox, hBox); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dstatbox.cpp180 int wBox; in DoGetBestSize() local
181 GetTextExtent(GetLabelText(wxGetWindowText(m_hWnd)), &wBox, &cy); in DoGetBestSize()
183 wBox += 3*cx; in DoGetBestSize()
186 wxSize best(wBox, hBox); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dstatbox.cpp180 int wBox; in DoGetBestSize() local
181 GetTextExtent(GetLabelText(wxGetWindowText(m_hWnd)), &wBox, &cy); in DoGetBestSize()
183 wBox += 3*cx; in DoGetBestSize()
186 wxSize best(wBox, hBox); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dstatbox.cpp180 int wBox; in DoGetBestSize() local
181 GetTextExtent(GetLabelText(wxGetWindowText(m_hWnd)), &wBox, &cy); in DoGetBestSize()
183 wBox += 3*cx; in DoGetBestSize()
186 wxSize best(wBox, hBox); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dstatbox.cpp180 int wBox; in DoGetBestSize() local
181 GetTextExtent(GetLabelText(wxGetWindowText(m_hWnd)), &wBox, &cy); in DoGetBestSize()
183 wBox += 3*cx; in DoGetBestSize()
186 wxSize best(wBox, hBox); in DoGetBestSize()
/dports/sysutils/xfce4-genmon-plugin/xfce4-genmon-plugin-4.1.1/panel-plugin/
H A Dmain.c68 GtkWidget *wBox; member
448 poMonitor->wBox = gtk_box_new (orientation, 0); in genmon_create_control()
450 context = gtk_widget_get_style_context(poMonitor->wBox); in genmon_create_control()
453 gtk_widget_show (poMonitor->wBox); in genmon_create_control()
455 (poMonitor->wBox), 0); in genmon_create_control()
457 poMonitor->wBox); in genmon_create_control()
466 gtk_box_pack_start (GTK_BOX (poMonitor->wBox), in genmon_create_control()
478 gtk_container_add (GTK_CONTAINER (poMonitor->wBox), in genmon_create_control()
536 gtk_box_pack_start (GTK_BOX (poMonitor->wBox), in genmon_create_control()
1120 gtk_orientable_set_orientation(GTK_ORIENTABLE(poMonitor->wBox), p_iOrientation); in genmon_set_orientation()
/dports/sysutils/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3/panel-plugin/
H A Dmain.c120 Widget_t wBox; member
410 poMonitor->wBox = gtk_box_new (p_iOrientation, 0); in CreateMonitorBars()
411 gtk_widget_show (poMonitor->wBox); in CreateMonitorBars()
414 poMonitor->wBox); in CreateMonitorBars()
419 gtk_box_pack_start (GTK_BOX (poMonitor->wBox), in CreateMonitorBars()
456 gtk_box_pack_start (GTK_BOX (poMonitor->wBox), in CreateMonitorBars()
1101 (poMonitor->wBox), p_size > 26 ? 2 : 1); in diskperf_set_size()
1140 gtk_orientable_set_orientation(GTK_ORIENTABLE(poMonitor->wBox), p_iOrientation); in diskperf_set_mode()
/dports/games/cgoban/cgoban-1.9.14/src/client/
H A Dmatch.h36 But *wBox, *wTitle; member
H A Dmatch.c154 m->wBox = butBoxFilled_create(m->win, 1, BUT_DRAWABLE); in cliMatch_create()
155 butBoxFilled_setColors(m->wBox, BUT_LIT, BUT_SHAD, BUT_BG); in cliMatch_create()
337 but_resize(m->wBox, bw*3, bw*5+fh*2, in resize()
/dports/astro/stellarium/stellarium-0.21.3/guide/
H A Dstructure.tex496 linewidth=1pt]{wBox}
554 \newenvironment{config}{\begin{wBox}}{\end{wBox}}
705 %\newenvironment{commands}{\begin{wBox}\begin{Verbatim}}{\end{Verbatim}\end{wBox}}
706 %\DefineVerbatimEnvironment{commands}{\begin{wBox}\begin{Verbatim}}{\end{Verbatim}\end{wBox}}
707 %\lstnewenvironment{commands}{\begin{wBox}\lstset{basicstyle=\ttfamily}\begin{lstlisting}}{\end{lst…
/dports/editors/abiword/abiword-3.0.5/src/af/ev/gtk/
H A Dev_UnixToolbar.cpp756 GtkContainer * wBox = GTK_CONTAINER(_getContainer()); in destroy() local
763 for( list = gtk_container_get_children(wBox); !bFound && list; list = list->next) in destroy()
804 GtkBox * wBox = _getContainer(); in rebuildToolbar() local
805 gtk_box_reorder_child(wBox, m_wHandleBox, oldpos); in rebuildToolbar()
1235 GtkBox * wBox = _getContainer(); in synthesize() local
1244 gtk_box_pack_start(wBox, m_wHandleBox, FALSE, FALSE, 0); in synthesize()
/dports/misc/hs-hascard/hascard-0.3.0.1/src/UI/
H A DCards.hs506 wBox = makeBox makeDeckIncorrect 0 function
509 … wrong = wBox <+> withAttr wrongAttr (str (" Incorrect: " <> show nWrong) <+> hFill ' ')
/dports/editors/jed/jed-0.99-19/src/
H A Dgtkterm.c2173 …GtkWidget *wBox = gtk_widget_get_parent( gtk_widget_get_parent( win->widgetWinXRef[wv->sy][wv->sx]… in jgtk_delEdWin() local
2174 GtkWidget *parW = gtk_widget_get_parent( wBox ); in jgtk_delEdWin()
2181 if ( wBox == win->appWTopEdWin ) in jgtk_delEdWin()
2252 if ( wBox == gtk_paned_get_child1( GTK_PANED( parW ) ) ) in jgtk_delEdWin()