File: win32gtkutils.h

package info (click to toggle)
grisbi 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,808 kB
  • sloc: ansic: 161,477; sh: 4,559; makefile: 918; xml: 580; perl: 370
file content (46 lines) | stat: -rw-r--r-- 2,174 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*!
 * \file    win32gtkutils.h
 * \brief   Declaration of some usefull functions to make the GTK API
 *          working with the WIN32 one.
 * \author  Francois Terrot (Francois.terrot@grisbi.org)
 *
 */

/* ************************************************************************** */
/*                                                                            */
/*  This program is free software; you can redistribute it and/or modify      */
/*  it under the terms of the GNU General Public License as published by      */
/*  the Free Software Foundation; either version 2 of the License, or         */
/*  (at your option) any later version.                                       */
/*                                                                            */
/*  This program is distributed in the hope that it will be useful,           */
/*  but WITHOUT ANY WARRANTY; without even the implied warranty of            */
/*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
/*  GNU General Public License for more details.                              */
/*                                                                            */
/*  You should have received a copy of the GNU General Public License         */
/*  along with this program; if not, write to the Free Software               */
/*  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
/*                                                                            */
/* ************************************************************************** */
#ifndef _H_WIN32GTKUTILS_EACF3E3A_E8AA_463d_8051_09838372ADAB_
#define _H_WIN32GTKUTILS_EACF3E3A_E8AA_463d_8051_09838372ADAB_ (1)

#include <windows.h>
#include <gtk/gtk.h>

#ifdef __cplusplus
extern "C" {
#endif

/** Make sure any existing GTK Dlls Path is present in the PATH variable */
extern gchar*   win32_strdup_registry(HKEY a_hRoot, TCHAR* a_szKey, TCHAR* a_szValue, DWORD a_dwType);
extern gboolean win32_make_sure_the_gtk2_dlls_path_is_in_PATH();
extern gboolean win32_set_locale();

#ifdef __cplusplus
}
#endif


#endif //!_H_WIN32GTKUTILS_EACF3E3A_E8AA_463d_8051_09838372ADAB_