{"id":28699659,"url":"https://github.com/mono/gtk-sharp","last_synced_at":"2025-12-30T04:45:17.768Z","repository":{"id":986474,"uuid":"791219","full_name":"mono/gtk-sharp","owner":"mono","description":"Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono","archived":true,"fork":false,"pushed_at":"2023-02-25T17:37:48.000Z","size":19599,"stargazers_count":430,"open_issues_count":50,"forks_count":143,"subscribers_count":62,"default_branch":"main","last_synced_at":"2025-06-09T11:49:29.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.mono-project.com/GtkSharp","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mono.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog.old","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":"audit/AssemblyResolver.cs","citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2010-07-22T15:46:00.000Z","updated_at":"2025-05-28T04:31:40.000Z","dependencies_parsed_at":"2023-07-05T18:18:14.751Z","dependency_job_id":null,"html_url":"https://github.com/mono/gtk-sharp","commit_stats":{"total_commits":3609,"total_committers":104,"mean_commits":34.70192307692308,"dds":0.5921307841507343,"last_synced_commit":"dadc19cf1b90c5743f2776c675faac990e397a56"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"purl":"pkg:github/mono/gtk-sharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Fgtk-sharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Fgtk-sharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Fgtk-sharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Fgtk-sharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mono","download_url":"https://codeload.github.com/mono/gtk-sharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Fgtk-sharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259804841,"owners_count":22913901,"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":[],"created_at":"2025-06-14T11:01:28.376Z","updated_at":"2025-12-18T00:01:34.006Z","avatar_url":"https://github.com/mono.png","language":"C#","readme":"The Gtk# website can be found at: http://www.mono-project.com/GtkSharp\n\nGtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME\nlibraries. Gtk# is free software, licensed under the GNU LGPL.\n\nBuilding \u0026 Installing Gtk#:\n---------------------------\n\n    Install the gtk-3 development headers first. On Debian, this can be done using:\n    apt-get install libgtk-3-dev\n\n    The build is the traditional:\n\n        ./configure\n        make\n        make install\n\n    You may want to consider using configure's prefix option to install\n    Gtk# using the same prefix as Mono.  That way all of your .NET assemblies\n    get placed in the same place, and you don't need to do any extra \"configuring\"\n    to make it so mono (and mint) can find your assemblies.  In other words,\n    doing something like:\n\n        ./configure --prefix=`pkg-config --variable=prefix mono`\n        make\n        make install\n\n    If you are compiling from GIT, you will need libtool and the auto* tools\n    and will need to replace the configure above with autogen.sh.\n\n\nThe gui-thread-check profiler module.\n-------------------------------------\n\n    Since version 3 of gtk# a profiler called \"gui-thread-check\" is included as\n    part of the install for debugging purposes. (It's located in the subfolder\n    gtk/gui-thread-check .)\n\n    This profiler module can be used to check if a GTK# application is trying to\n    invoke gtk or gdk methods from a thread which is not the main GUI thread.\n\n    To use it, run your application with the command:\n\n        mono --profile=gui-thread-check yourapp.exe\n\n    If the profiler is properly installed, you'll see an output like this:\n\n        *** Running with gui-thread-check ***\n        *** GUI THREAD INITIALIZED: 2861676352\n\n    While the application is running, if the profiler detects a non-gui thread\n    invoking gtk methods, it will print a warning message together with a\n    stack trace. For example:\n\n        *** GTK CALL NOT IN GUI THREAD: Widget.gtk_widget_get_parent\n           Widget.get_Parent\n           SourceEditorWidget.SetLastActiveEditor\n           SourceEditorWidget.get_TextEditor\n           SourceEditorWidget.get_Document\n           SourceEditorWidget.HandleParseInformationUpdaterWorkerThreadDoWork\n           BackgroundWorker.OnDoWork\n           BackgroundWorker.ProcessWorker\n\n\nDiscussion \u0026 Support:\n---------------------\n\n    A mailing list for Gtk# discussion is available.\n\n    You can subscribe to the mailing list by visiting:\n\n        http://lists.ximian.com/mailman/listinfo/gtk-sharp-list\n\n    And following the instructions (on that page) to subscribe.\n    Messages are posted on this mailing list by sending them to:\n\n        gtk-sharp-list@ximian.com\n\n    (The mailing list requires you to subscribe in order to post\n    messages.)\n\n    An archive of this mailing list can be found at:\n\n        http://lists.ximian.com/archives/public/gtk-sharp-list/\n\n    Also, people can get help with and discuss Gtk# on IRC via the\n    #gtk# or #mono channels on the irc.gnome.org IRC server.\n\n    People looking for general help with C# should visit the\n    #c# channel on irc.freenode.net IRC server.\n\n\nDevelopers:\n-----------\n\n    For developers wishing to \"get started\" with Gtk#, they are encouraged\n    to read the Mono Hand Book:\n\n        http://www.mono-project.com/docs/gui/gtksharp/\n\n\nHackers:\n--------\n\n    For those who wish to help with the development of Gtk#, they should\n    read the file named: HACKING.\n\n    Also, anyone wishing to hack Gtk# is encouraged to join the Gtk#\n    mailing list. And to visit the #gtk# IRC channel (on irc.gnome.org).\n\nJoin the chat at https://gitter.im/mono/gtk-sharp\n","funding_links":[],"categories":["GUI"],"sub_categories":["GUI - Framework"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmono%2Fgtk-sharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmono%2Fgtk-sharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmono%2Fgtk-sharp/lists"}