Home
last modified time | relevance | path

Searched refs:EXTRA_WIDTH (Results 1 – 23 of 23) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/data/gui/widget/
H A Dtoggle_button_radio.cfg18 #define _GUI_RESOLUTION RESOLUTION WIDTH HEIGHT EXTRA_WIDTH FONT_SIZE
32 text_extra_width = {EXTRA_WIDTH}
44 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_ENABLED__TITLE}) }
58 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_DISABLED__TITLE}) }
72 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_ENABLED__TITLE}) }
92 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_ENABLED__TITLE}) }
106 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_DISABLED__TITLE}) }
120 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_ENABLED__TITLE}) }
H A Dtoggle_button_default.cfg19 #define _GUI_RESOLUTION RESOLUTION WIDTH HEIGHT EXTRA_WIDTH FONT_SIZE
33 text_extra_width = {EXTRA_WIDTH}
45 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_ENABLED__TITLE}) }
59 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_DISABLED__TITLE}) }
73 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_ENABLED__TITLE}) }
93 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_ENABLED__TITLE}) }
107 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_DISABLED__TITLE}) }
121 {_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_ENABLED__TITLE}) }
H A Dbutton_default.cfg75 #define _GUI_RESOLUTION RESOLUTION MIN_WIDTH DEFAULT_WIDTH HEIGHT EXTRA_WIDTH EXTRA_HEIGHT FONT_SIZ…
89 text_extra_width = {EXTRA_WIDTH}
189 #define _GUI_RESOLUTION_ICON_ONLY RESOLUTION MIN_WIDTH DEFAULT_WIDTH HEIGHT EXTRA_WIDTH EXTRA_HEIGH…
203 text_extra_width = {EXTRA_WIDTH}
H A Dmultimenu_button_default.cfg34 #define _GUI_RESOLUTION RESOLUTION MIN_WIDTH DEFAULT_WIDTH HEIGHT EXTRA_WIDTH EXTRA_HEIGHT FONT_SIZ…
48 text_extra_width = {EXTRA_WIDTH}
H A Dmenu_button_default.cfg34 #define _GUI_RESOLUTION RESOLUTION MIN_WIDTH DEFAULT_WIDTH HEIGHT EXTRA_WIDTH EXTRA_HEIGHT FONT_SIZ…
48 text_extra_width = {EXTRA_WIDTH}
H A Dtext_box_default.cfg133 #define _GUI_RESOLUTION RESOLUTION MIN_WIDTH DEFAULT_WIDTH HEIGHT X_OFFSET EXTRA_WIDTH FONT_SIZE BA…
150 text_extra_width = {EXTRA_WIDTH}
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/coregen/fifo_4k_2clk/simulation/
H A Dfifo_4k_2clk_dverif.vhd94 CONSTANT EXTRA_WIDTH : INTEGER := if_then_else(C_CH_TYPE = 2,1,0); constant
95 CONSTANT LOOP_COUNT : INTEGER := divroundup(C_DATA_WIDTH+EXTRA_WIDTH,8);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/coregen/fifo_short_2clk/simulation/
H A Dfifo_short_2clk_dverif.vhd94 CONSTANT EXTRA_WIDTH : INTEGER := if_then_else(C_CH_TYPE = 2,1,0); constant
95 CONSTANT LOOP_COUNT : INTEGER := divroundup(C_DATA_WIDTH+EXTRA_WIDTH,8);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/coregen/fifo_4k_2clk/simulation/
H A Dfifo_4k_2clk_dverif.vhd94 CONSTANT EXTRA_WIDTH : INTEGER := if_then_else(C_CH_TYPE = 2,1,0); constant
95 CONSTANT LOOP_COUNT : INTEGER := divroundup(C_DATA_WIDTH+EXTRA_WIDTH,8);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/coregen/fifo_short_2clk/simulation/
H A Dfifo_short_2clk_dverif.vhd94 CONSTANT EXTRA_WIDTH : INTEGER := if_then_else(C_CH_TYPE = 2,1,0); constant
95 CONSTANT LOOP_COUNT : INTEGER := divroundup(C_DATA_WIDTH+EXTRA_WIDTH,8);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dlistctrl.cpp71 static const int EXTRA_WIDTH = 6; variable
73 static const int EXTRA_WIDTH = 4; variable
444 lw += EXTRA_WIDTH; in CalculateSize()
484 lw += EXTRA_WIDTH; in CalculateSize()
543 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
545 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
569 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
573 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1088 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1147 xAligned + EXTRA_WIDTH, (h - hLabel) / 2 ); in OnPaint()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dlistctrl.cpp65 static const int EXTRA_WIDTH = 6; variable
67 static const int EXTRA_WIDTH = 4; variable
464 lw += EXTRA_WIDTH; in CalculateSize()
504 lw += EXTRA_WIDTH; in CalculateSize()
563 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
565 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
589 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
593 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1118 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1177 xAligned + EXTRA_WIDTH, (h - hLabel) / 2 ); in OnPaint()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dlistctrl.cpp71 static const int EXTRA_WIDTH = 6; variable
73 static const int EXTRA_WIDTH = 4; variable
444 lw += EXTRA_WIDTH; in CalculateSize()
484 lw += EXTRA_WIDTH; in CalculateSize()
543 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
545 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
569 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
573 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1088 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1147 xAligned + EXTRA_WIDTH, (h - hLabel) / 2 ); in OnPaint()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/extern/wxWidgets/
H A Dlistctrl.cpp72 static const int EXTRA_WIDTH = 6; variable
74 static const int EXTRA_WIDTH = 4; variable
1178 lw += EXTRA_WIDTH; in CalculateSize()
1218 lw += EXTRA_WIDTH; in CalculateSize()
1277 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1279 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
1303 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
1307 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1845 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1904 … xAligned + EXTRA_WIDTH, h / 2 - hLabel / 2 ); //HEADER_OFFSET_Y + EXTRA_HEIGHT ); in OnPaint()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dlistctrl.cpp75 static const int EXTRA_WIDTH = 6; variable
77 static const int EXTRA_WIDTH = 4; variable
1177 lw += EXTRA_WIDTH; in CalculateSize()
1217 lw += EXTRA_WIDTH; in CalculateSize()
1276 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1278 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
1302 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
1306 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1851 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1910 … xAligned + EXTRA_WIDTH, h / 2 - hLabel / 2 ); //HEADER_OFFSET_Y + EXTRA_HEIGHT ); in OnPaint()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dlistctrl.cpp75 static const int EXTRA_WIDTH = 6; variable
77 static const int EXTRA_WIDTH = 4; variable
1177 lw += EXTRA_WIDTH; in CalculateSize()
1217 lw += EXTRA_WIDTH; in CalculateSize()
1276 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1278 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
1302 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
1306 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1851 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1910 … xAligned + EXTRA_WIDTH, h / 2 - hLabel / 2 ); //HEADER_OFFSET_Y + EXTRA_HEIGHT ); in OnPaint()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dlistctrl.cpp75 static const int EXTRA_WIDTH = 6; variable
77 static const int EXTRA_WIDTH = 4; variable
1177 lw += EXTRA_WIDTH; in CalculateSize()
1217 lw += EXTRA_WIDTH; in CalculateSize()
1276 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1278 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
1302 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
1306 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1851 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1910 … xAligned + EXTRA_WIDTH, h / 2 - hLabel / 2 ); //HEADER_OFFSET_Y + EXTRA_HEIGHT ); in OnPaint()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dlistctrl.cpp75 static const int EXTRA_WIDTH = 6; variable
77 static const int EXTRA_WIDTH = 4; variable
1177 lw += EXTRA_WIDTH; in CalculateSize()
1217 lw += EXTRA_WIDTH; in CalculateSize()
1276 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1278 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
1302 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
1306 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1851 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1910 … xAligned + EXTRA_WIDTH, h / 2 - hLabel / 2 ); //HEADER_OFFSET_Y + EXTRA_HEIGHT ); in OnPaint()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/extern/wxWidgets/
H A Dlistctrl.cpp72 static const int EXTRA_WIDTH = 6; variable
74 static const int EXTRA_WIDTH = 4; variable
1178 lw += EXTRA_WIDTH; in CalculateSize()
1218 lw += EXTRA_WIDTH; in CalculateSize()
1277 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1279 …m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2) + (spacing / 2) - (m_gi->m_rectLabel.wid… in SetPosition()
1303 … m_gi->m_rectLabel.x = m_gi->m_rectAll.x + 4 + (EXTRA_WIDTH/2) + m_gi->m_rectIcon.width; in SetPosition()
1307 m_gi->m_rectLabel.x = m_gi->m_rectAll.x + (EXTRA_WIDTH/2); in SetPosition()
1845 wLabel += 2 * EXTRA_WIDTH; in OnPaint()
1904 … xAligned + EXTRA_WIDTH, h / 2 - hLabel / 2 ); //HEADER_OFFSET_Y + EXTRA_HEIGHT ); in OnPaint()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DButton.java63 static final int EXTRA_WIDTH = 6; field in Button
164 size.width += EXTRA_WIDTH; in cellSizeForBounds()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dultimatelistctrl.py495 EXTRA_WIDTH = 4 variable
3930 lw += EXTRA_WIDTH
3967 lw += EXTRA_WIDTH
5244 wLabel += 2*EXTRA_WIDTH
5288 …self.DrawTextFormatted(dc, text, wx.Rect(xAligned+EXTRA_WIDTH, HEADER_OFFSET_Y, cw-EXTRA_WIDTH, h-…
8636 width += 2*EXTRA_WIDTH
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxTreeList/src/
H A Dtreelistctrl.cpp91 static const int EXTRA_WIDTH = 4; variable
1398 text_x += EXTRA_WIDTH; in OnPaint()
1403 text_x += cw - text_width - EXTRA_WIDTH - MARGIN; in OnPaint()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A Dtreelistctrl.cpp99 static const int EXTRA_WIDTH = 4; variable