Ardour  9.0-pre0-384-ga76afae0e9
gtkversion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __GTK_VERSION_H__
 
#define GTK_MAJOR_VERSION   (2)
 
#define GTK_MINOR_VERSION   (24)
 
#define GTK_MICRO_VERSION   (33)
 
#define GTK_BINARY_AGE   (2433)
 
#define GTK_INTERFACE_AGE   (33)
 
#define GTK_CHECK_VERSION(major, minor, micro)
 

Macro Definition Documentation

◆ __GTK_VERSION_H__

#define __GTK_VERSION_H__

Definition at line 32 of file gtkversion.h.

◆ GTK_BINARY_AGE

#define GTK_BINARY_AGE   (2433)

Definition at line 39 of file gtkversion.h.

◆ GTK_CHECK_VERSION

#define GTK_CHECK_VERSION (   major,
  minor,
  micro 
)
Value:
(GTK_MAJOR_VERSION > (major) || \
(GTK_MAJOR_VERSION == (major) && GTK_MINOR_VERSION > (minor)) || \
(GTK_MAJOR_VERSION == (major) && GTK_MINOR_VERSION == (minor) && \
GTK_MICRO_VERSION >= (micro)))
#define GTK_MAJOR_VERSION
Definition: gtkversion.h:36
#define GTK_MINOR_VERSION
Definition: gtkversion.h:37

Definition at line 45 of file gtkversion.h.

◆ GTK_INTERFACE_AGE

#define GTK_INTERFACE_AGE   (33)

Definition at line 40 of file gtkversion.h.

◆ GTK_MAJOR_VERSION

#define GTK_MAJOR_VERSION   (2)

Definition at line 36 of file gtkversion.h.

◆ GTK_MICRO_VERSION

#define GTK_MICRO_VERSION   (33)

Definition at line 38 of file gtkversion.h.

◆ GTK_MINOR_VERSION

#define GTK_MINOR_VERSION   (24)

Definition at line 37 of file gtkversion.h.