Home
last modified time | relevance | path

Searched refs:TVE_COLLAPSE (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dtreectrl.cpp1747 wxASSERT_MSG( flag == TVE_COLLAPSE || in DoExpand()
1748 flag == (TVE_COLLAPSE | TVE_COLLAPSERESET) || in DoExpand()
1796 DoExpand(item, TVE_COLLAPSE); in Collapse()
1801 DoExpand(item, TVE_COLLAPSE | TVE_COLLAPSERESET); in CollapseAndReset()
3432 case TVE_COLLAPSE: in MSWOnNotify()
3852 if ( tv->action == TVE_COLLAPSE ) in MSWOnNotify()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dtreectrl.cpp1718 wxASSERT_MSG( flag == TVE_COLLAPSE || in DoExpand()
1719 flag == (TVE_COLLAPSE | TVE_COLLAPSERESET) || in DoExpand()
1767 DoExpand(item, TVE_COLLAPSE); in Collapse()
1772 DoExpand(item, TVE_COLLAPSE | TVE_COLLAPSERESET); in CollapseAndReset()
3380 case TVE_COLLAPSE: in MSWOnNotify()
3820 if ( tv->action == TVE_COLLAPSE ) in MSWOnNotify()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dtreectrl.cpp1718 wxASSERT_MSG( flag == TVE_COLLAPSE || in DoExpand()
1719 flag == (TVE_COLLAPSE | TVE_COLLAPSERESET) || in DoExpand()
1767 DoExpand(item, TVE_COLLAPSE); in Collapse()
1772 DoExpand(item, TVE_COLLAPSE | TVE_COLLAPSERESET); in CollapseAndReset()
3380 case TVE_COLLAPSE: in MSWOnNotify()
3820 if ( tv->action == TVE_COLLAPSE ) in MSWOnNotify()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dtreectrl.cpp1725 wxASSERT_MSG( flag == TVE_COLLAPSE || in DoExpand()
1726 flag == (TVE_COLLAPSE | TVE_COLLAPSERESET) || in DoExpand()
1767 DoExpand(item, TVE_COLLAPSE); in Collapse()
1772 DoExpand(item, TVE_COLLAPSE | TVE_COLLAPSERESET); in CollapseAndReset()
2681 case TVE_COLLAPSE: in MSWOnNotify()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dtreectrl.cpp1725 wxASSERT_MSG( flag == TVE_COLLAPSE || in DoExpand()
1726 flag == (TVE_COLLAPSE | TVE_COLLAPSERESET) || in DoExpand()
1767 DoExpand(item, TVE_COLLAPSE); in Collapse()
1772 DoExpand(item, TVE_COLLAPSE | TVE_COLLAPSERESET); in CollapseAndReset()
2681 case TVE_COLLAPSE: in MSWOnNotify()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dtreectrl.cpp1725 wxASSERT_MSG( flag == TVE_COLLAPSE || in DoExpand()
1726 flag == (TVE_COLLAPSE | TVE_COLLAPSERESET) || in DoExpand()
1767 DoExpand(item, TVE_COLLAPSE); in Collapse()
1772 DoExpand(item, TVE_COLLAPSE | TVE_COLLAPSERESET); in CollapseAndReset()
2681 case TVE_COLLAPSE: in MSWOnNotify()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dtreectrl.cpp1725 wxASSERT_MSG( flag == TVE_COLLAPSE || in DoExpand()
1726 flag == (TVE_COLLAPSE | TVE_COLLAPSERESET) || in DoExpand()
1767 DoExpand(item, TVE_COLLAPSE); in Collapse()
1772 DoExpand(item, TVE_COLLAPSE | TVE_COLLAPSERESET); in CollapseAndReset()
2681 case TVE_COLLAPSE: in MSWOnNotify()
/dports/graphics/wdune/wdune-1.926/src/
H A DSceneTreeView.cpp857 if (pNMTreeView->action == TVE_COLLAPSE) {
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DDialogTextures.cpp228 m_treeTextures.Expand(childItem, TVE_COLLAPSE); in CollapseChildren()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindlg.c351 (level > 1 ? TVE_COLLAPSE : TVE_EXPAND)); in treeview_insert()
/dports/security/putty/putty-0.76/windows/
H A Dwindlg.c351 (level > 1 ? TVE_COLLAPSE : TVE_EXPAND)); in treeview_insert()
/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 DTreeItem.java1269 OS.SendMessage (hwnd, OS.TVM_EXPAND, expanded ? OS.TVE_EXPAND : OS.TVE_COLLAPSE, handle); in setExpanded()
/dports/graphics/wdune/wdune-1.926/src/swt/win32/
H A Dswt.c3442 int flag = flags & SW_TREE_ITEM_COLLAPSED ? TVE_COLLAPSE : TVE_EXPAND; in swTreeSetFlags()
3459 TreeView_Expand(tree->hWnd, item, collapsed ? TVE_COLLAPSE : TVE_EXPAND); in swTreeSetItemCollapsed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java1590 public static final int TVE_COLLAPSE = 0x1; field in OS
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dsel.cpp2346 if (pnmtv->action == TVE_COLLAPSE) in DialogProc()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h825 #define TVE_COLLAPSE 1 macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h825 #define TVE_COLLAPSE 1 macro
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs2496 pub const TVE_COLLAPSE: ::WPARAM = 0x0001; const
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs2496 pub const TVE_COLLAPSE: ::WPARAM = 0x0001; const
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs2496 pub const TVE_COLLAPSE: ::WPARAM = 0x0001; const
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs2496 pub const TVE_COLLAPSE: ::WPARAM = 0x0001; const
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs2496 pub const TVE_COLLAPSE: ::WPARAM = 0x0001; const
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs2496 pub const TVE_COLLAPSE: ::WPARAM = 0x0001; const
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs2496 pub const TVE_COLLAPSE: ::WPARAM = 0x0001; const
/dports/net-im/fractal/fractal-4.4.0/vendor/winapi-0.2.8/src/
H A Dcommctrl.rs2496 pub const TVE_COLLAPSE: ::WPARAM = 0x0001; const

123456789