/[winpt]/trunk/Include/wptW32API.h
ViewVC logotype

Diff of /trunk/Include/wptW32API.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 204 by twoaday, Wed Apr 26 06:37:23 2006 UTC revision 279 by twoaday, Mon Jan 15 22:02:32 2007 UTC
# Line 79  const char* get_fileopen_dlg (HWND hwnd, Line 79  const char* get_fileopen_dlg (HWND hwnd,
79                                const char *filter, const char *name);                                const char *filter, const char *name);
80  const char * get_folder_dlg( HWND hwnd, const char * title, const char * name );  const char * get_folder_dlg( HWND hwnd, const char * title, const char * name );
81  char * m_strdup (const char *str);  char * m_strdup (const char *str);
 const char * strtimestamp (long timestamp);  
82  const char* get_locale_date (long tm_t, char *buf, DWORD buflen);  const char* get_locale_date (long tm_t, char *buf, DWORD buflen);
83    const char* get_locale_time (long tm_t, char *buf, DWORD buflen);
84    const char* get_locale_timedate (long tm_t, char *buf, DWORD buflen);
85  int get_temp_name (char *buf, DWORD buflen, const char *name);  int get_temp_name (char *buf, DWORD buflen, const char *name);
86    
 void SetWindowText_utf8 (HWND hwnd, const char *txt);  
 void SetDlgItemText_utf8 (HWND dlg, int id, const char *txt);  
87  int GetDlgItemText_utf8 (HWND dlg, int id, char **r_txt);  int GetDlgItemText_utf8 (HWND dlg, int id, char **r_txt);
88    
89  #define listbox_add_string(lb, string) \  #define listbox_add_string(lb, string) \

Legend:
Removed from v.204  
changed lines
  Added in v.279

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26