xoblite™ / Blackbox for Windows bb5 | RC6 preview | 0.25.2.14
http://xoblite.net/
|
#include "MenuCommon.h"
#include "..\Settings\Settings.h"
#include "..\Plugins\PluginManager.h"
#include "..\Graphics\BImage.h"
#include "StringItem.h"
#include "SpecialFolder.h"
#include "..\Settings\ConfigMenu.h"
#include "..\Workspaces\WorkspacesMenu.h"
#include "..\Toolbar\ToolbarMenu.h"
#include "..\Dock\DockMenu.h"
#include "..\Console\ConsoleMenu.h"
#include "..\Settings\StylesMenu.h"
#include "..\Settings\ThemesMenu.h"
#include "..\Plugins\PluginsMenu.h"
#include "..\Hotkeys\HotkeysMenu.h"
#include "PreviewItem.h"
#include "..\Toolbar\Toolbar.h"
#include "..\Desktop\Wallpaper.h"
#include <io.h>
#include <shlwapi.h>
#include <gdiplus.h>
Variables | |
PreviewItem * | pPreviewItem |
Settings * | pSettings |
Toolbar * | pToolbar |
PluginManager * | pPluginManager |
Wallpaper * | pWallpaper |
int | menuCommonMessageSubscription [] = { BB_MENU, BB_HIDEMENU, BB_RECONFIGURE, 0 } |
char | itemCommand [MAX_LINE_LENGTH] |
char | itemLabel [MAX_LINE_LENGTH] |
char | itemData [MAX_LINE_LENGTH] |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
int menuCommonMessageSubscription[] = { BB_MENU, BB_HIDEMENU, BB_RECONFIGURE, 0 } |
char itemCommand[MAX_LINE_LENGTH] |
char itemLabel[MAX_LINE_LENGTH] |
char itemData[MAX_LINE_LENGTH] |