{"id":19202532,"url":"https://github.com/321zer0/gtk-c-tutorial","last_synced_at":"2025-02-23T05:43:04.164Z","repository":{"id":201047257,"uuid":"120023919","full_name":"321zer0/gtk-c-tutorial","owner":"321zer0","description":"GTK+ 3 Tutorial in C","archived":false,"fork":false,"pushed_at":"2018-10-03T12:34:13.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T13:47:51.657Z","etag":null,"topics":["c-programming","gtk","gtk3"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/321zer0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-02-02T19:45:02.000Z","updated_at":"2024-08-31T16:52:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"82869a47-d665-402e-96c2-03591cf40ad7","html_url":"https://github.com/321zer0/gtk-c-tutorial","commit_stats":null,"previous_names":["321zer0/gtk-c-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/321zer0%2Fgtk-c-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/321zer0%2Fgtk-c-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/321zer0%2Fgtk-c-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/321zer0%2Fgtk-c-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/321zer0","download_url":"https://codeload.github.com/321zer0/gtk-c-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240275899,"owners_count":19775614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-programming","gtk","gtk3"],"created_at":"2024-11-09T12:43:03.173Z","updated_at":"2025-02-23T05:43:03.865Z","avatar_url":"https://github.com/321zer0.png","language":"C","readme":"# GTK+ 3 Tutorial\nThis GTK+ 3 tutorial is a collection of examples on how to build GUI apps using the GTK+ 3 toolkit. The examples are written in the C \nprogramming language. Each example shows how a particular widget can be used.\n\n## Installing GTK+ 3\n\nThe GTK+ library and its dependencies must be installed on your system first in order to compile code that uses GTK+\n\nOn Linux:\n```\n  sudo apt-get install libgtk-3-dev\n```\n\nOn Windows using MSYS2:\n```\n  pacman -S mingw-w64-x86_64-gtk3\n```\n  \n## Compilation\n\nThe code can be compiled as follows:\n\nOn Linux:\n```\n  gcc -Wall -O -o example example.c `pkg-config --cflags --libs gtk+-3.0`\n```\n\nOn Windows using MSYS2:\n```\n  gcc -Wall -O -o example.exe example.c `pkg-config --cflags --libs gtk+-3.0`\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F321zer0%2Fgtk-c-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F321zer0%2Fgtk-c-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F321zer0%2Fgtk-c-tutorial/lists"}