~ubuntu-branches/ubuntu/precise/p7zip/precise-updates

« back to all changes in this revision

Viewing changes to CPP/7zip/UI/FileManager/MyLoadMenu.h

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2009-02-14 20:12:27 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090214201227-go63qxm9ozfdma60
Tags: 4.65~dfsg.1-1
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
  intended to be built).
* Use dh_clean without -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// MyLoadMenu.h
 
2
 
 
3
#ifndef __MYLOADMENU_H
 
4
#define __MYLOADMENU_H
 
5
 
 
6
class myHMENU; // FIXME
 
7
typedef myHMENU * HMENU; // FIXME
 
8
 
 
9
void OnMenuActivating(HWND hWnd, HMENU hMenu, int position);
 
10
// void OnMenuUnActivating(HWND hWnd, HMENU hMenu, int id);
 
11
// void OnMenuUnActivating(HWND hWnd);
 
12
 
 
13
void MyLoadMenu(HWND hWnd);
 
14
bool OnMenuCommand(HWND hWnd, int id);
 
15
void MyLoadMenu();
 
16
void LoadFileMenu(HMENU hMenu, int startPos, bool programMenu,
 
17
    bool isFsFolder, int numItems, bool allAreFiles);
 
18
bool ExecuteFileCommand(int id);
 
19
 
 
20
#endif