Rand Stats

Gnome::N

cpan:MARTIMM

Gnome::N - Native Raku Interface to Gnome

L

Description

This package holds the native object description as well as the interface description to connect to the Gnome libraries. This set of modules will never act on their own. They will be used by other packages such as Gnome::Gtk3 and the like.

Note that all modules are now in :api<1>. This is done to prevent clashes with future distributions having the same class names only differing in this api string. So, add this string to your import statements and dependency modules of these classes in META6.json. Furthermore add this api string also when installing with zef.

Example;

use Gnome::Gtk3::Main:api<1>;
use Gnome::Gtk3::Window:api<1>;
use Gnome::Gtk3::Grid:api<1>;
use Gnome::Gtk3::Button:api<1>;

my Gnome::Gtk3::Main $m .= new;
… etcetera …

Documentation

Installation

Do not install this package on its own. Instead install Gnome::Gtk3:api<1>.

zef install 'Gnome::Gtk3:api<1>'

Author

Name: Marcel Timmerman Github account name: MARTIMM

Issues

There are always some problems! If you find one, please help by filing an issue at my Gnome::Gtk3 github project.

Attribution