mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
Sync plugin header (part 4)
This commit is contained in:
parent
3310a613e4
commit
0e249b1bb9
@ -14,6 +14,9 @@
|
|||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
// Contribution by Don HO <don.h@free.fr>
|
||||||
|
// Date of Contribution: 2025-05-14
|
||||||
|
// Description of Contribution: Minor change
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -48,20 +51,11 @@
|
|||||||
|
|
||||||
#define DMN_FIRST 1050
|
#define DMN_FIRST 1050
|
||||||
#define DMN_CLOSE (DMN_FIRST + 1)
|
#define DMN_CLOSE (DMN_FIRST + 1)
|
||||||
//nmhdr.code = DWORD(DMN_CLOSE, 0));
|
|
||||||
//nmhdr.hwndFrom = hwndNpp;
|
|
||||||
//nmhdr.idFrom = ctrlIdNpp;
|
|
||||||
|
|
||||||
#define DMN_DOCK (DMN_FIRST + 2)
|
#define DMN_DOCK (DMN_FIRST + 2)
|
||||||
#define DMN_FLOAT (DMN_FIRST + 3)
|
#define DMN_FLOAT (DMN_FIRST + 3)
|
||||||
//nmhdr.code = DWORD(DMN_XXX, int newContainer);
|
|
||||||
//nmhdr.hwndFrom = hwndNpp;
|
|
||||||
//nmhdr.idFrom = ctrlIdNpp;
|
|
||||||
|
|
||||||
#define DMN_SWITCHIN (DMN_FIRST + 4)
|
#define DMN_SWITCHIN (DMN_FIRST + 4)
|
||||||
#define DMN_SWITCHOFF (DMN_FIRST + 5)
|
#define DMN_SWITCHOFF (DMN_FIRST + 5)
|
||||||
#define DMN_FLOATDROPPED (DMN_FIRST + 6)
|
#define DMN_FLOATDROPPED (DMN_FIRST + 6)
|
||||||
//nmhdr.code = DWORD(DMN_XXX, 0);
|
//nmhdr.code = DWORD(DMN_XXX, 0);
|
||||||
//nmhdr.hwndFrom = DockingCont::_hself;
|
//nmhdr.hwndFrom = DockingCont::_hself;
|
||||||
//nmhdr.idFrom = 0;
|
//nmhdr.idFrom = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user