~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to NuxCore/Win32Dialogs/NWin32CustomDialog.h

  • Committer: Jay Taoko
  • Date: 2011-10-21 22:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 509.
  • Revision ID: jay.taoko@canonical.com-20111021220635-1tdvncs47hdlfbz1
* Removed custom Nux types: t_u32, t_s32, t_bool, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    std::vector<NString> FilterDesc;
57
57
    std::vector<NString> Filters;
58
58
    TCHAR *FormattedFilter;
59
 
    t_u32 FilterLength;
60
 
    t_u32 NumFilters;
 
59
    unsigned int FilterLength;
 
60
    unsigned int NumFilters;
61
61
    NString DialogTitle;
62
62
    NString InitialDirectory;
63
63
  };
69
69
    ColorDialogOption();
70
70
    ~ColorDialogOption();
71
71
 
72
 
    void SetCustomColor (t_u32 index, t_u32 RGBColor);
73
 
    void SetCustomColor (t_u32 index, BYTE R, BYTE G, BYTE B);
 
72
    void SetCustomColor (unsigned int index, unsigned int RGBColor);
 
73
    void SetCustomColor (unsigned int index, BYTE R, BYTE G, BYTE B);
74
74
 
75
75
 
76
76
  public: