Home
last modified time | relevance | path

Searched refs:LVSCW_AUTOSIZE (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/emulators/bochs/bochs-2.7/gui/
H A Dwin32_enh_dbg_osdep.cc838 CallWindowProc(wListView, hL[REG_WND], LVM_SETCOLUMNWIDTH, 1, LVSCW_AUTOSIZE); in RedrawColumns()
846 CallWindowProc(wListView, hL[ASM_WND], LVM_SETCOLUMNWIDTH, 0, LVSCW_AUTOSIZE); in RedrawColumns()
875 … CallWindowProc(wListView, hL[DUMP_WND], LVM_SETCOLUMNWIDTH, 0, LVSCW_AUTOSIZE); in RedrawColumns()
883 … CallWindowProc(wListView, hL[DUMP_WND], LVM_SETCOLUMNWIDTH, i, LVSCW_AUTOSIZE); in RedrawColumns()
907 CallWindowProc(wListView, hL[DUMP_WND], LVM_SETCOLUMNWIDTH, 0, LVSCW_AUTOSIZE); in RedrawColumns()
908 CallWindowProc(wListView, hL[DUMP_WND], LVM_SETCOLUMNWIDTH, 2, LVSCW_AUTOSIZE); in RedrawColumns()
929 CallWindowProc(wListView, hL[DUMP_WND], LVM_SETCOLUMNWIDTH, 0, LVSCW_AUTOSIZE); in RedrawColumns()
933 CallWindowProc(wListView, hL[DUMP_WND], LVM_SETCOLUMNWIDTH, 0, LVSCW_AUTOSIZE); in RedrawColumns()
934 CallWindowProc(wListView, hL[DUMP_WND], LVM_SETCOLUMNWIDTH, 1, LVSCW_AUTOSIZE); in RedrawColumns()
954 CallWindowProc(wListView, hL[DUMP_WND], LVM_SETCOLUMNWIDTH, 0, LVSCW_AUTOSIZE); in RedrawColumns()
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/win32/
H A Dlistview.cpp76 SendMessage(_hwnd, LVM_SETCOLUMNWIDTH, i, LVSCW_AUTOSIZE); in Autosize()
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/win32/
H A Dlistview.cpp76 SendMessage(_hwnd, LVM_SETCOLUMNWIDTH, i, LVSCW_AUTOSIZE); in Autosize()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/archivers/lzma/lzma-19.00/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/Control/
H A DListView.h126 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstCtrlListView.cpp54 ListView_SetColumnWidth( control, i, LVSCW_AUTOSIZE ); in Align()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DListView.h125 bool SetColumnWidthAuto(int iCol) { return SetColumnWidth(iCol, LVSCW_AUTOSIZE); } in SetColumnWidthAuto()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Dmemorybrowser.c381 ListView_SetColumnWidth( hwnd_list, 1, LVSCW_AUTOSIZE ); in memorybrowser_init()
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Dmemorybrowser.c379 ListView_SetColumnWidth( hwnd_list, 1, LVSCW_AUTOSIZE ); in memorybrowser_init()
/dports/cad/ldview/ldview-4.4/
H A DPartsListDialog.cpp169 ListView_SetColumnWidth(m_hColumnList, 0, LVSCW_AUTOSIZE); in populateColumnList()
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincewscustomlistview.inc186 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
258 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
271 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincewscustomlistview.inc186 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
258 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
271 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincewscustomlistview.inc186 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
258 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
271 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincewscustomlistview.inc186 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
258 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
271 then ListView_SetColumnWidth(ALV.Handle, AIndex, LVSCW_AUTOSIZE)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTableColumn.java386 OS.SendMessage (hwnd, OS.LVM_SETCOLUMNWIDTH, index, OS.LVSCW_AUTOSIZE); in pack()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dlistctrl.cpp619 width = LVSCW_AUTOSIZE; in SetColumnWidth()
3332 lvCol.cx = LVSCW_AUTOSIZE; in wxConvertToMSWListCol()

123456789