-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
2 lines (2 loc) · 8.62 KB
/
index.html
1
2
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Home · Gtk4.jl</title><script data-outdated-warner src="assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.045/juliamono.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.24/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="assets/documenter.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-dark/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><script src="assets/themeswap.js"></script></head><body><div id="documenter"><nav class="docs-sidebar"><div class="docs-package-name"><span class="docs-autofit"><a href>Gtk4.jl</a></span></div><form class="docs-search" action="search/"><input class="docs-search-query" id="documenter-search-query" name="q" type="text" placeholder="Search docs"/></form><ul class="docs-menu"><li class="is-active"><a class="tocitem" href>Home</a><ul class="internal"><li><a class="tocitem" href="#Introduction"><span>Introduction</span></a></li><li><a class="tocitem" href="#Usage"><span>Usage</span></a></li><li><a class="tocitem" href="#History"><span>History</span></a></li></ul></li><li><span class="tocitem">Manual</span><ul><li><a class="tocitem" href="manual/gettingStarted/">Getting Started</a></li><li><a class="tocitem" href="manual/properties/">Properties</a></li><li><a class="tocitem" href="manual/methods/">Automatically generated methods</a></li><li><a class="tocitem" href="manual/layout/">Layout</a></li><li><a class="tocitem" href="manual/signals/">Signals and Callbacks</a></li><li><a class="tocitem" href="manual/builder/">Builder</a></li><li><a class="tocitem" href="manual/actions/">Actions</a></li><li><a class="tocitem" href="manual/buttons/">Buttons</a></li><li><a class="tocitem" href="manual/textwidgets/">Text Widgets</a></li><li><a class="tocitem" href="manual/display/">Display widgets</a></li><li><a class="tocitem" href="manual/combobox/">Dropdown widgets</a></li><li><a class="tocitem" href="manual/listtreeview/">List and Tree Widgets</a></li><li><a class="tocitem" href="manual/dialogs/">Dialogs</a></li><li><a class="tocitem" href="manual/keyevents/">Key Events</a></li><li><a class="tocitem" href="manual/canvas/">Drawing with Cairo</a></li></ul></li><li><span class="tocitem">Howto</span><ul><li><a class="tocitem" href="howto/nonreplusage/">Using Gtk4 outside the REPL</a></li><li><a class="tocitem" href="howto/async/">Asynchronous UI</a></li><li><a class="tocitem" href="howto/sysimage/">Gtk4 in a sysimage</a></li></ul></li><li><a class="tocitem" href="diff3to4/">Gtk.jl to Gtk4.jl</a></li><li><span class="tocitem">Reference</span><ul><li><a class="tocitem" href="doc/reference/">Gtk4 Reference</a></li><li><a class="tocitem" href="doc/GLib_reference/">GLib Reference</a></li><li><a class="tocitem" href="doc/Gtk4_types_reference/">Gtk4 Types</a></li><li><a class="tocitem" href="doc/GLib_types_reference/">GLib Types</a></li><li><a class="tocitem" href="doc/constants_reference/">Constants</a></li><li><a class="tocitem" href="doc/preferences/">Preference Settings</a></li></ul></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href>Home</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href>Home</a></li></ul></nav><div class="docs-right"><a class="docs-edit-link" href="https://github.com/JuliaGtk/Gtk4.jl/blob/main/docs/src/index.md" title="Edit on GitHub"><span class="docs-icon fab"></span><span class="docs-label is-hidden-touch">Edit on GitHub</span></a><a class="docs-settings-button fas fa-cog" id="documenter-settings-button" href="#" title="Settings"></a><a class="docs-sidebar-button fa fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a></div></header><article class="content" id="documenter-page"><h1 id="Gtk4.jl"><a class="docs-heading-anchor" href="#Gtk4.jl">Gtk4.jl</a><a id="Gtk4.jl-1"></a><a class="docs-heading-anchor-permalink" href="#Gtk4.jl" title="Permalink"></a></h1><p><em>Julia Bindings for Gtk version 4.x.</em></p><h2 id="Introduction"><a class="docs-heading-anchor" href="#Introduction">Introduction</a><a id="Introduction-1"></a><a class="docs-heading-anchor-permalink" href="#Introduction" title="Permalink"></a></h2><p>Gtk4.jl is a Julia package providing bindings for the Gtk library: <a href="https://www.gtk.org/">https://www.gtk.org/</a></p><p>Complete Gtk documentation is available at <a href="https://www.gtk.org/docs/">https://www.gtk.org/docs/</a></p><h2 id="Usage"><a class="docs-heading-anchor" href="#Usage">Usage</a><a id="Usage-1"></a><a class="docs-heading-anchor-permalink" href="#Usage" title="Permalink"></a></h2><ul><li>Manual/tutorial: see <a href="manual/gettingStarted/#Getting-Started">Getting Started</a> and following pages for an introduction to using the package, adapted from the <a href="https://juliagraphics.github.io/Gtk.jl/latest/">Gtk.jl manual</a>.</li><li>How-to guides: see <a href="howto/nonreplusage/#Using-Gtk4-outside-the-REPL">Using Gtk4 outside the REPL</a> and following pages for practical discussions of various sticky issues when using Gtk4.jl.</li><li>Reference: see <a href="doc/reference/#Gtk4-Reference">Gtk4 Reference</a> for an API reference automatically generated from docstrings.</li><li>See <a href="diff3to4/#Differences-between-Gtk.jl-and-Gtk4.jl">Differences between Gtk.jl and Gtk4.jl</a> for a summary of the differences between this package and Gtk.jl.</li></ul><h2 id="History"><a class="docs-heading-anchor" href="#History">History</a><a id="History-1"></a><a class="docs-heading-anchor-permalink" href="#History" title="Permalink"></a></h2><p>This package and its documentation were adapted from Gtk.jl, which was written by <a href="https://github.com/JuliaGraphics/Gtk.jl/contributors">Jameson Nash and others</a> and supported GTK versions 2 and 3. With version 4 there were so many changes to the GTK API that it would have been messy to try to support it and previous versions in the same package. Note that much of the GLib/GObject functionality that underlies GTK is largely the same code as in Gtk.jl. Some changes were made to try to take better advantage of GObject introspection or to remove old code that was no longer necessary in recent versions of Julia.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="manual/gettingStarted/">Getting Started »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Friday 20 September 2024 21:06">Friday 20 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>