52 CONTEXT(
"QuickLaunchBar::QuickLaunchBar()");
74 CONTEXT(
"QuickLaunchBar::Create()");
82 IDW_QUICKLAUNCHBAR, 0, 0, 0,
NULL, 0, 0, 0, 16, 16,
sizeof(
TBBUTTON));
92 CONTEXT(
"QuickLaunchBar::AddShortcuts()");
117 WindowCanvas canvas(_hwnd);
143 FmtString num_txt(
TEXT(
"%d"),
i+1);
216 if (rows<2 || rows==btns)
225 if (
rect.right > max_cx)
247 entry = it->second._entry;
268 CONTEXT(
"QuickLaunchBar::Command()");
288 int id = ttdi->hdr.
idFrom;
VOID WaitCursor(BOOL bBegin)
_STLP_TEMPLATE_FOR_CONT_EXT iterator find(const _KT &__x)
_Rep_type::iterator iterator
void erase(iterator __pos)
_Rep_type::const_iterator const_iterator
HWND WINAPI CreateToolbarEx(HWND hwnd, DWORD style, UINT wID, INT nBitmaps, HINSTANCE hBMInst, UINT_PTR wBMID, LPCTBBUTTON lpButtons, INT iNumButtons, INT dxButton, INT dyButton, INT dxBitmap, INT dyBitmap, UINT uStructSize)
#define PM_RESIZE_CHILDREN
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
ExplorerGlobals g_Globals
#define ID_SWITCH_DESKTOP_1
BOOL RecursiveCreateDirectory(LPCTSTR path_in)
#define SetWindowStyle(hwnd, val)
UCHAR ab[sizeof("Hello World!") -1]
unsigned __int3264 UINT_PTR
#define FILE_ATTRIBUTE_HIDDEN
#define FILE_ATTRIBUTE_DIRECTORY
_Out_opt_ int _Out_opt_ int * cy
#define CCS_NOPARENTALIGN
#define TTM_SETMAXTIPWIDTH
#define PM_UPDATE_DESKTOP
#define IDW_QUICKLAUNCHBAR
#define IDC_FIRST_QUICK_ID
#define QUICKLAUNCH_FOLDER
ShellFolder & GetDesktopFolder()
Exception with context information.
base of all file and directory entries
virtual BOOL launch_entry(HWND hwnd, UINT nCmdShow=SW_SHOWNORMAL)
void smart_scan(SORT_ORDER sortOrder=SORT_NAME, int scan_flags=0)
CtxMenuInterfaces _cm_ifs
LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
const Icon & get_icon(int icon_id)
HBITMAP create_bitmap(COLORREF bk_color, HBRUSH hbrBkgnd, HDC hdc_wnd) const
QuickLaunchBar(HWND hwnd)
static HWND Create(HWND hwndParent)
void UpdateDesktopButtons(int desktop_idx)
int Notify(int id, NMHDR *pnmh)
void AddButton(int id, HBITMAP hbmp, LPCTSTR name, Entry *entry, int flags=TBSTATE_ENABLED)
LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
int Command(int id, int code)
quick launch bar shortcut
convenient loading of string resources
IShellFolder smart pointer.
file system path of special folder
virtual int Notify(int id, NMHDR *pnmh)
#define DeleteBitmap(hbm)
#define SelectBitmap(hdc, hbm)
#define GetWindowStyle(hwnd)
HDC WINAPI CreateCompatibleDC(_In_opt_ HDC hdc)
HBITMAP WINAPI CreateCompatibleBitmap(_In_ HDC hdc, _In_ INT cx, _In_ INT cy)
int WINAPI FillRect(HDC, LPCRECT, HBRUSH)
BOOL WINAPI DeleteDC(_In_ HDC)
DWORD WINAPI GetSysColor(_In_ int)
HBRUSH WINAPI GetSysColorBrush(_In_ int)
HWND WINAPI GetParent(_In_ HWND)
BOOL WINAPI ScreenToClient(_In_ HWND, _Inout_ LPPOINT)