Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
427 B

  1. //
  2. // nui.h
  3. //
  4. #ifndef NUI_H
  5. #define NUI_H
  6. #include "private.h"
  7. #include "nuibase.h"
  8. class CSoftkbdIMX;
  9. class CLBarItem : public CLBarItemButtonBase
  10. {
  11. public:
  12. CLBarItem(CSoftkbdIMX *pimx);
  13. ~CLBarItem();
  14. STDMETHODIMP GetIcon(HICON *phIcon);
  15. void UpdateToggle();
  16. private:
  17. HRESULT OnLButtonUp(const POINT pt, const RECT *prcArea);
  18. CSoftkbdIMX *_pimx;
  19. };
  20. #endif // NUI_H