Sha256: 6f4a0e1ced28e92c98c07ca4f4db2f38cc008a08d8918063e22908c2c3711974

Contents?: true

Size: 1.22 KB

Versions: 17

Compression:

Stored size: 1.22 KB

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
 *  Copyright (C) 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
 */

#pragma once

/*
 * AlmaLinux 9: GTK 4.4
 * Debian GNU/Linux bookworm: GTK 4.6
 * Ubuntu 22.04: GTK 4.6
 */
#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_4_4

#include "rb-gtk4.h"

G_GNUC_INTERNAL void rb_gtk4_cell_layout_init(void);
G_GNUC_INTERNAL void rb_gtk4_tree_view_init(void);
G_GNUC_INTERNAL void rb_gtk4_widget_init(void);
G_GNUC_INTERNAL void rb_gtk4_window_init(void);

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
gtk4-4.2.0 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.9 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.8 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.7 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.6 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.5 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.4 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.3 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.2 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.1 ext/gtk4/rb-gtk4-private.h
gtk4-4.1.0 ext/gtk4/rb-gtk4-private.h
gtk4-4.0.9 ext/gtk4/rb-gtk4-private.h
gtk4-4.0.8 ext/gtk4/rb-gtk4-private.h
gtk4-4.0.7 ext/gtk4/rb-gtk4-private.h
gtk4-4.0.6 ext/gtk4/rb-gtk4-private.h
gtk4-4.0.5 ext/gtk4/rb-gtk4-private.h
gtk4-4.0.4 ext/gtk4/rb-gtk4-private.h