From 45358c3507af7d4bb32c031eaa25708905effa91 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Mar 2013 21:05:30 +0000 Subject: old ansi popups removed, noone used them anyway git-svn-id: http://svn.miranda-ng.org/main/trunk@4034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_popup.inc | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_popup.inc b/include/delphi/m_popup.inc index 57a25e88a7..0ec2450daa 100644 --- a/include/delphi/m_popup.inc +++ b/include/delphi/m_popup.inc @@ -54,26 +54,8 @@ type end; type - // for info on what this stuff is, see m_popup.h PPOPUPDATA = ^TPOPUPDATA; TPOPUPDATA = record - lchContact : THANDLE; // Handle to the contact, can be NULL (main contact). - lchIcon : HICON; // Handle to a icon to be shown. Cannot be NULL. -// This is the contact name or the first line in the plugin. Cannot be NULL. - lpszContactName : array [0..MAX_CONTACTNAME-1] of AnsiChar; -// This is the second line text. Users can choose to hide it. Cannot be NULL. - lpszText : array [0..MAX_SECONDLINE-1] of AnsiChar; - colorBack : COLORREF; // COLORREF to be used for the background. - // Can be NULL, default will be used. - colorText : COLORREF; // COLORREF to be used for the text. - // Can be NULL, default will be used. - PluginWindowProc: pointer; // Read below. Can be NULL; default will be used. - PluginData : Pointer; // Read below. Can be NULL. - end; - -type - PPOPUPDATAEX = ^TPOPUPDATAEX; - TPOPUPDATAEX = record lchContact : THANDLE; lchIcon : HICON; lpszContactName : array [0..MAX_CONTACTNAME-1] of AnsiChar; @@ -180,9 +162,8 @@ You may pass additional creation flags via lParam: APF_NO_POPUP = 8; APF_NEWDATA = $10; - MS_POPUP_ADDPOPUP :PAnsiChar = 'PopUp/AddPopUp'; MS_POPUP_ADDPOPUPW :PAnsiChar = 'PopUp/AddPopUpW'; - MS_POPUP_ADDPOPUPEX:PAnsiChar = 'PopUp/AddPopUpEx'; + MS_POPUP_ADDPOPUP :PAnsiChar = 'PopUp/AddPopUpEx'; { Returns the handle to the contact associated to the specified PopUpWindow. -- cgit v1.2.3