Home
last modified time | relevance | path

Searched refs:SetCaretType (Results 1 – 7 of 7) sorted by relevance

/dports/editors/madedit/madedit-0.2.9/src/MadEdit/
H A DMadEditBasic.cpp433 SetCaretType(m_CaretType); in SetTextFont()
503 SetCaretType(ctBlock); in SetHexFont()
755 SetCaretType(ctBlock); in SetEditMode()
1030 SetCaretType(ctVerticalLine); in SetInsertMode()
1034 SetCaretType(ctBlock); in SetInsertMode()
H A DMadEdit.h694 void SetCaretType(MadCaretType type);
H A DMadEdit.cpp10223 void MadEdit::SetCaretType(MadCaretType type) in SetCaretType() function in MadEdit
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtom.h1399 virtual HRESULT WINAPI SetCaretType(__LONG32 CaretType) = 0;
1449 HRESULT (WINAPI *SetCaretType)(ITextDocument2 *This,__LONG32 CaretType);
1501 #define ITextDocument2_SetCaretType(This,CaretType) (This)->lpVtbl->SetCaretType(This,CaretType)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtom.h1399 virtual HRESULT WINAPI SetCaretType(__LONG32 CaretType) = 0;
1449 HRESULT (WINAPI *SetCaretType)(ITextDocument2 *This,__LONG32 CaretType);
1501 #define ITextDocument2_SetCaretType(This,CaretType) (This)->lpVtbl->SetCaretType(This,CaretType)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Text/
H A Dmod.rs964 pub fn SetCaretType(&self, value: CaretType) -> ::windows::runtime::Result<()> { in SetCaretType() method
2799 pub fn SetCaretType(&self, value: CaretType) -> ::windows::runtime::Result<()> { in SetCaretType() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Controls/RichEdit/
H A Dmod.rs2143 pub unsafe fn SetCaretType(&self, value: i32) -> ::windows::runtime::Result<()> { in SetCaretType() method
2567 pub unsafe fn SetCaretType(&self, carettype: i32) -> ::windows::runtime::Result<()> { in SetCaretType() method