Sha256: 97eed09b17d5b4815ba62655e1be38be448852d7f29122e6387bc7f73a40fb03

Contents?: true

Size: 1.46 KB

Versions: 28

Compression:

Stored size: 1.46 KB

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
 *  Copyright (C) 2015-2022  Ruby-GNOME Project Team
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License as published by the Free Software Foundation; either
 *  version 2.1 of the License, or (at your option) any later version.
 *
 *  This library 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
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *  MA  02110-1301  USA
 */

#ifndef RB_GTK3_PRIVATE_H
#define RB_GTK3_PRIVATE_H

/*
 * CentOS 6: No GTK+ 3
 * CentOS 7: GTK+ 3.22
 * Ubuntu 18.04: GTK+ 3.22
 */
#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_22

#include "rb-gtk3.h"

G_GNUC_INTERNAL void rbgtk3_accel_map_init(void);
G_GNUC_INTERNAL void rbgtk3_cell_layout_init(void);
G_GNUC_INTERNAL void rbgtk3_container_init(void);
G_GNUC_INTERNAL void rbgtk3_spin_button_init(void);
G_GNUC_INTERNAL void rbgtk3_tree_model_init(void);
G_GNUC_INTERNAL void rbgtk3_tree_view_init(void);
G_GNUC_INTERNAL void rbgtk3_widget_init(void);
G_GNUC_INTERNAL void rbgtk3_window_init(void);

#endif

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
gtk3-4.2.7 ext/gtk3/rb-gtk3-private.h
gtk3-4.2.6 ext/gtk3/rb-gtk3-private.h
gtk3-4.2.5 ext/gtk3/rb-gtk3-private.h
gtk3-4.2.4 ext/gtk3/rb-gtk3-private.h
gtk3-4.2.3 ext/gtk3/rb-gtk3-private.h
gtk3-4.2.2 ext/gtk3/rb-gtk3-private.h
gtk3-4.2.1 ext/gtk3/rb-gtk3-private.h
gtk3-4.2.0 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.9 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.8 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.7 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.6 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.5 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.4 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.3 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.2 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.1 ext/gtk3/rb-gtk3-private.h
gtk3-4.1.0 ext/gtk3/rb-gtk3-private.h
gtk3-4.0.9 ext/gtk3/rb-gtk3-private.h
gtk3-4.0.8 ext/gtk3/rb-gtk3-private.h