#include "xap_Win32FrameImpl.h"#include "commctrl.h"#include <limits.h>#include "zmouse.h"#include "ut_debugmsg.h"#include "ut_path.h"#include "ut_Win32OS.h"#include "ut_Win32LocaleString.h"#include "xap_Win32DialogBase.h"#include "xap_ViewListener.h"#include "ev_EditMethod.h"#include "xav_View.h"#include "xap_Prefs.h"#include "ie_impGraphic.h"#include "fv_View.h"#include "ap_Win32App.h"#include "fg_Graphic.h"#include "gr_Win32Graphics.h"Defines | |
| #define | WHICHPROC FARPROC |
| #define | TBN_FIRST (0U-700U) |
| #define | TBN_DROPDOWN (TBN_FIRST - 10) |
| #define | TBDDRET_DEFAULT 0 |
| #define | MAXAPPNAME 256 |
Functions | |
| XAP_Dialog_MessageBox::tAnswer | s_CouldNotLoadFileMessage (XAP_Frame *pFrame, const char *pNewFile, UT_Error errorCode) |
| LRESULT CALLBACK | s_rebarWndProc (HWND hWnd, UINT uMessage, WPARAM wParam, LPARAM lParam) |
Variables | |
| WHICHPROC | s_oldRedBar |
| #define MAXAPPNAME 256 |
| #define TBDDRET_DEFAULT 0 |
| #define TBN_DROPDOWN (TBN_FIRST - 10) |
Referenced by XAP_Win32FrameImpl::_FrameWndProc().
| #define TBN_FIRST (0U-700U) |
| #define WHICHPROC FARPROC |
| XAP_Dialog_MessageBox::tAnswer s_CouldNotLoadFileMessage | ( | XAP_Frame * | pFrame, | |
| const char * | pNewFile, | |||
| UT_Error | errorCode | |||
| ) |
| LRESULT CALLBACK s_rebarWndProc | ( | HWND | hWnd, | |
| UINT | uMessage, | |||
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) |
References s_oldRedBar.
Referenced by XAP_Win32FrameImpl::_createTopLevelWindow().
| WHICHPROC s_oldRedBar |
Referenced by XAP_Win32FrameImpl::_createTopLevelWindow(), and s_rebarWndProc().
1.7.1