-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4443 from ItzSelenux/main
Add new topic: GTK
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
aliases: gtk2, gtk3, gtk4 | ||
created_by: Spencer Kimball, Peter Mattis | ||
display_name: GTK | ||
github_url: https://github.com/GNOME/gtk | ||
logo: gtk.png | ||
released: April 14, 1998 | ||
short_description: GTK (formerly GIMP ToolKit and GTK+) is a cross-platform toolkit for creating graphical user interfaces. | ||
topic: gtk | ||
related: c | ||
url: https://www.gtk.org | ||
wikipedia_url: https://en.wikipedia.org/wiki/GTK | ||
--- | ||
GTK (formerly GIMP ToolKit and GTK+) is a free software cross-platform widget toolkit for creating graphical user interfaces. It is licensed under the terms of the GNU Lesser General Public License, allowing both free and proprietary software to use it. It is one of the most popular toolkits for the Wayland and X11 windowing systems. |