diff --git a/.gitignore b/.gitignore index e147b7cf..eb2f05e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# Created by https://www.toptal.com/developers/gitignore/api/linux,python,macos,windows -# Edit at https://www.toptal.com/developers/gitignore?templates=linux,python,macos,windows +# Created by https://www.toptal.com/developers/gitignore/api/linux,windows,macos,python,visualstudiocode,pycharm +# Edit at https://www.toptal.com/developers/gitignore?templates=linux,windows,macos,python,visualstudiocode,pycharm ### Linux ### *~ @@ -49,6 +49,119 @@ Temporary Items # iCloud generated files *.icloud +### PyCharm ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### PyCharm Patch ### +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 + +# *.iml +# modules.xml +# .idea/misc.xml +# *.ipr + +# Sonarlint plugin +# https://plugins.jetbrains.com/plugin/7973-sonarlint +.idea/**/sonarlint/ + +# SonarQube Plugin +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin +.idea/**/sonarIssues.xml + +# Markdown Navigator plugin +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced +.idea/**/markdown-navigator.xml +.idea/**/markdown-navigator-enh.xml +.idea/**/markdown-navigator/ + +# Cache file creation bug +# See https://youtrack.jetbrains.com/issue/JBR-2257 +.idea/$CACHE_FILE$ + +# CodeStream plugin +# https://plugins.jetbrains.com/plugin/12206-codestream +.idea/codestream.xml + +# Azure Toolkit for IntelliJ plugin +# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij +.idea/**/azureSettings.xml + ### Python ### # Byte-compiled / optimized / DLL files __pycache__/ @@ -209,7 +322,7 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -.idea/ +#.idea/ ### Python Patch ### # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration @@ -221,6 +334,25 @@ poetry.toml # LSP config files pyrightconfig.json +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + ### Windows ### # Windows thumbnail cache files Thumbs.db @@ -247,4 +379,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/linux,python,macos,windows \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/linux,windows,macos,python,visualstudiocode,pycharm \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index efeea80e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "cSpell.language": "en,pt,pt-BR" -} \ No newline at end of file diff --git a/README.md b/README.md index f8497812..21d6feab 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -![Creating graphical interfaces with Python (PyGObject) and GTK](./docs/images/pygobject-gtk-1600x840.webp "Creating graphical interfaces with Python (PyGObject) and GTK") +![Creating graphical interfaces with Python (PyGObject) and GTK](./docs/images/pytthon-pygobject-gtk.webp "Creating graphical interfaces with Python (PyGObject) and GTK")
-[![en](https://img.shields.io/badge/lang-en-red.svg)](./README.md) -[![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](README.pt-br.md) +[![en](https://img.shields.io/badge/lang-en-darkred.svg)](./README.md) +[![pt-br](https://img.shields.io/badge/lang-pt--br-darkgreen.svg)](README.pt-br.md)
@@ -130,3 +130,712 @@ Thank you for your donation, it is through it that I am able to maintain this co - [Flatpak (Bilal Elmoussaoui)](https://marketplace.visualstudio.com/items?itemName=bilelmoussaoui.flatpak-vscode). --- + +## Widgets + +### GTK + +#### Gtk.ActionBar + +![Gtk.ActionBar](./docs/images/gtk-widgets/actionbar.webp "Gtk.ActionBar") + +- [Widget info](./docs/widgets-info/GtkActionBar.md). +- [Python](./src/gtk-widgets/actionbar/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/actionbar/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/actionbar/ui/MainWindow.py). +- [UI](./src/gtk-widgets/actionbar/ui/MainWindow.ui). + +--- + +#### Gtk.Application + +![Gtk.Application](./docs/images/gtk-widgets/application.webp "Gtk.Application") + +- [Python](./src/gtk-widgets/application/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/application/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/application/ui/MainWindow.py). +- [UI](./src/gtk-widgets/application/ui/MainWindow.ui). + +--- + +#### Gtk.ApplicationWindow + +![Gtk.ApplicationWindow](./docs/images/gtk-widgets/application-window.webp "Gtk.ApplicationWindow") + +- [Widget info](./docs/widgets-info/GtkApplicationWindow.md). +- [Python](./src/gtk-widgets/application-window/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/application-window/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/application-window/ui/MainWindow.py). +- [UI](./src/gtk-widgets/application-window/ui/MainWindow.ui). + +--- + +#### Gtk.Box (horizontal) + +![Gtk.Box (horizontal)](./docs/images/gtk-widgets/box-horizontal.webp "Gtk.Box (horizontal)") + +- [Widget info](./docs/widgets-info/GtkBox.md). +- [Python](./src/gtk-widgets/box-horizontal/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/box-horizontal/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/box-horizontal/ui/MainWindow.py). +- [UI](./src/gtk-widgets/box-horizontal/ui/MainWindow.ui). + +--- + +#### Gtk.Box (vertical) + +![Gtk.Box (vertical)](./docs/images/gtk-widgets/box-vertical.webp "Gtk.Box (vertical)") + +- [Widget info](./docs/widgets-info/GtkBox.md). +- [Python](./src/gtk-widgets/box-vertical/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/box-vertical/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/box-vertical/ui/MainWindow.py). +- [UI](./src/gtk-widgets/box-vertical/ui/MainWindow.ui). + +--- + +#### Gtk.Button + +![Gtk.Button](./docs/images/gtk-widgets/button.webp "Gtk.Button") + +- [Widget info](./docs/widgets-info/GtkButton.md). +- [Python](./src/gtk-widgets/button/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/button/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/button/ui/MainWindow.py). +- [UI](./src/gtk-widgets/button/ui/MainWindow.ui). + +--- + +#### Gtk.Calendar + +![Gtk.Calendar](./docs/images/gtk-widgets/calendar.webp "Gtk.Calendar") + +- [Widget info](./docs/widgets-info/GtkCalendar.md). +- [Python](./src/gtk-widgets/calendar/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/calendar/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/calendar/ui/MainWindow.py). +- [UI](./src/gtk-widgets/calendar/ui/MainWindow.ui). + +--- + +#### Gtk.CheckButton + +![Gtk.CheckButton](./docs/images/gtk-widgets/check-button.webp "Gtk.CheckButton") + +- [Widget info](./docs/widgets-info/GtkCheckButton.md). +- [Python](./src/gtk-widgets/check-button/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/check-button/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/check-button/ui/MainWindow.py). +- [UI](./src/gtk-widgets/check-button/ui/MainWindow.ui). + +--- + +#### Gtk.CheckButton (radio) + +![Gtk.CheckButton (radio)](./docs/images/gtk-widgets/check-button-radio.webp "Gtk.CheckButton (radio)") + +- [Widget info](./docs/widgets-info/GtkCheckButton.md). +- [Python](./src/gtk-widgets/check-button-radio/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/check-button-radio/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/check-button-radio/ui/MainWindow.py). +- [UI](./src/gtk-widgets/check-button-radio/ui/MainWindow.ui). + +--- + +#### Gtk.ColorDialogButton + +![Gtk.ColorDialogButton](./docs/images/gtk-widgets/color-dialog-button.webp "Gtk.ColorDialogButton") + +- [Widget info](./docs/widgets-info/GtkColorDialogButton.md). +- [Python](./src/gtk-widgets/color-dialog-button/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/color-dialog-button/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/color-dialog-button/ui/MainWindow.py). +- [UI](./src/gtk-widgets/color-dialog-button/ui/MainWindow.ui). + +--- + +#### Drag and drop + +![Gtk.Drag and drop](./docs/images/gtk-widgets/drag-and-drop.webp "Gtk.Drag and drop") + +- [Python](./src/gtk-widgets/drag-and-drop/MainWindow.py). + +--- + +#### Gtk.DropDown + +![Gtk.DropDown](./docs/images/gtk-widgets/drop-down.webp "Gtk.DropDown") + +- [Widget info](./docs/widgets-info/GtkDropDown.md). +- [Python](./src/gtk-widgets/drop-down/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/drop-down/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/drop-down/ui/MainWindow.py). +- [UI](./src/gtk-widgets/drop-down/ui/MainWindow.ui). + +--- + +#### Gtk.Entry + +![Gtk.Entry](./docs/images/gtk-widgets/entry.webp "Gtk.Entry") + +- [Widget info](./docs/widgets-info/GtkEntry.md). +- [Python](./src/gtk-widgets/entry/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/entry/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/entry/ui/MainWindow.py). +- [UI](./src/gtk-widgets/entry/ui/MainWindow.ui). + +--- + +#### Gtk.FileDialog (folder) + +![Gtk.FileDialog (folder)](./docs/images/gtk-widgets/file-dialog-folder.webp "Gtk.FileDialog (folder)") + +- [Python](./src/gtk-widgets/file-dialog-folder/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/file-dialog-folder/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/file-dialog-folder/ui/MainWindow.py). +- [UI](./src/gtk-widgets/file-dialog-folder/ui/MainWindow.ui). + +--- + +#### Gtk.FileDialog (open) + +![Gtk.FileDialog (open)](./docs/images/gtk-widgets/file-dialog-open.webp "Gtk.FileDialog (open)") + +- [Python](/src/gtk-widgets/file-dialog-open/MainWindow.py). +- [GTK Blueprint](/src/gtk-widgets/file-dialog-open/ui/MainWindow.blp). +- [Python load ui](/src/gtk-widgets/file-dialog-open/ui/MainWindow.ui). +- [UI](/src/gtk-widgets/file-dialog-open/ui/MainWindow.ui). + +--- + +#### Gtk.FileDialog (save) + +![Gtk.FileDialog (save)](./docs/images/gtk-widgets/file-dialog-save.webp "Gtk.FileDialog (save)") + +- [Python](./src/gtk-widgets/file-dialog-save/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/file-dialog-save/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/file-dialog-save/ui/MainWindow.py). +- [UI](./src/gtk-widgets/file-dialog-save/ui/MainWindow.ui). + +--- + +#### Gtk.Fixed + +![Gtk.Fixed](./docs/images/gtk-widgets/fixed.webp "Gtk.Fixed") + +- [Widget info](./docs/widgets-info/GtkFixed.md). +- [Python](./src/gtk-widgets/fixed/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/fixed/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/fixed/ui/MainWindow.py). +- [UI](./src/gtk-widgets/fixed/ui/MainWindow.ui). + +--- + +#### Gtk.FlowBox + +![Gtk.FlowBox](./docs/images/gtk-widgets/flow-box.webp "Gtk.FlowBox") + +- [Widget info](./docs/widgets-info/GtkFlowBox.md). +- [Python](./src/gtk-widgets/flow-box/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/flow-box/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/flow-box/ui/MainWindow.py). +- [UI](./src/gtk-widgets/flow-box/ui/MainWindow.ui). + +--- + +#### Gtk.Grid + +![Gtk.Grid](./docs/images/gtk-widgets/grid.webp "Gtk.Grid") + +- [Widget info](./docs/widgets-info/GtkGrid.md). +- [Python](./src/gtk-widgets/grid/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/grid/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/grid/ui/MainWindow.py). +- [UI](./src/gtk-widgets/grid/ui/MainWindow.ui). + +--- + +#### Gtk.HeaderBar + +![Gtk.ApplicatHeaderBarion](./docs/images/gtk-widgets/header-bar.webp "Gtk.HeaderBar") + +- [Widget info](./docs/widgets-info/GtkHeaderBar.md). +- [Python](./src/gtk-widgets/header-bar/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/header-bar/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/header-bar/ui/MainWindow.py). +- [UI](./src/gtk-widgets/header-bar/ui/MainWindow.ui). + +--- + +#### Gtk.Image + +![Gtk.Image](./docs/images/gtk-widgets/image.webp "Gtk.Image") + +- [Widget info](./docs/widgets-info/GtkImage.md). +- [Python](./src/gtk-widgets/image/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/image/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/image/ui/MainWindow.py). +- [UI](./src/gtk-widgets/image/ui/MainWindow.ui). + +--- + +#### Gtk.ListBox + +![Gtk.ListBox](./docs/images/gtk-widgets/list-box.webp "Gtk.ListBox") + +- [Widget info](./docs/widgets-info/GtkListBox.md). +- [Python](./src/gtk-widgets/list-box/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/list-box/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/list-box/ui/MainWindow.py). +- [UI](./src/gtk-widgets/list-box/ui/MainWindow.ui). + +--- + +#### Gtk.ListView + +![Gtk.ListView](./docs/images/gtk-widgets/list-view.webp "Gtk.ListView") + +> 🚨 Criar código Python. + +- [Widget info](./docs/widgets-info/GtkListView.md). +- [Python](#gtklistview). +- [GTK Blueprint](./src/gtk-widgets/list-view/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/list-view/ui/MainWindow.py). +- [UI](./src/gtk-widgets/list-view/ui/MainWindow.ui). + +--- + +#### Gtk.MenuButton + +![Gtk.MenuButton](./docs/images/gtk-widgets/menu-button.webp "Gtk.MenuButton") + +- [Widget info](./docs/widgets-info/GtkMenuButton.md). +- [Python](./src/gtk-widgets/menu-button/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/menu-button/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/menu-button/ui/MainWindow.py). +- [UI](./src/gtk-widgets/menu-button/ui/MainWindow.ui). + +--- + +#### Gtk.Overlay + +![Gtk.Overlay](./docs/images/gtk-widgets/overlay.webp "Gtk.Overlay") + +- [Widget info](./docs/widgets-info/GtkOverlay.md). +- [Python](./src/gtk-widgets/overlay/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/overlay/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/overlay/ui/MainWindow.py). +- [UI](./src/gtk-widgets/overlay/ui/MainWindow.ui). + +--- + +Pango tags +========== + +![Gtk.Pango tags](./docs/images/gtk-widgets/pango-tags.webp "Gtk.Pango tags") + +- [Python](./src/gtk-widgets/pango-tags/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/pango-tags/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/pango-tags/ui/MainWindow.py). +- [UI](./src/gtk-widgets/pango-tags/ui/MainWindow.ui). + +--- + +#### Gtk.Picture + +![Gtk.Picture](./docs/images/gtk-widgets/picture.webp "Gtk.Picture") + +- [Widget info](./docs/widgets-info/GtkPicture.md). +- [Python](./src/gtk-widgets/picture/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/picture/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/picture/ui/MainWindow.py). +- [UI](./src/gtk-widgets/picture/ui/MainWindow.ui). + +--- + +#### Gtk.PrintOperation + +![Gtk.PrintOperation](./docs/images/gtk-widgets/print-operation.webp "Gtk.PrintOperation") + +- [Python](./src/gtk-widgets/print-operation/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/print-operation/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/print-operation/ui/MainWindow.py). +- [UI](./src/gtk-widgets/print-operation/ui/MainWindow.ui). + +--- + +#### Gtk.SearchBar + +![Gtk.SearchBar](./docs/images/gtk-widgets/search-bar.webp "Gtk.SearchBar") + +- [Widget info](./docs/widgets-info/GtkSearchBar.md). +- [Python](./src/gtk-widgets/search-bar/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/search-bar/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/search-bar/ui/MainWindow.py). +- [UI](./src/gtk-widgets/search-bar/ui/MainWindow.ui). + +--- + +#### Gtk.ShortcutsWindow + +![Gtk.ShortcutsWindow](./docs/images/gtk-widgets/shortcuts-window.webp "Gtk.ShortcutsWindow") + +> 🚨 Criar código Python. + +- [Widget info](./docs/widgets-info/GtkShortcutsWindow.md). +- [GTK Blueprint](./src/gtk-widgets/shortcuts-window/ui/ShortcutsWindow.blp). +- [UI](./src/gtk-widgets/shortcuts-window/ui/ShortcutsWindow.ui). + +--- + +#### Signals and slots + +![Signals and slots](./docs/images/gtk-widgets/signals-and-slots.webp "Signals and slots") + +- [Python](./src/gtk-widgets/signals-and-slots/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/signals-and-slots/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/signals-and-slots/ui/MainWindow.py). +- [UI](./src/gtk-widgets/signals-and-slots/ui/MainWindow.ui). + +--- + +#### Gtk.StackSidebar + +![Gtk.StackSidebar](./docs/images/gtk-widgets/stack-sidebar.webp "Gtk.StackSidebar") + +- [Widget info](./docs/widgets-info/GtkStackSidebar.md). +- [Python](./src/gtk-widgets/stack-sidebar/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/stack-sidebar/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/stack-sidebar/ui/MainWindow.py). +- [UI](./src/gtk-widgets/stack-sidebar/ui/MainWindow.ui). + +--- + +#### Gtk.StackSwitcher + +![Gtk.StackSwitcher](./docs/images/gtk-widgets/stack-switcher.webp "Gtk.StackSwitcher") + +- [Widget info](./docs/widgets-info/GtkStackSwitcher.md). +- [Python](./src/gtk-widgets/stack-switcher/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/stack-switcher/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/stack-switcher/ui/MainWindow.py). +- [UI](./src/gtk-widgets/stack-switcher/ui/MainWindow.ui). + +--- + +#### Gtk.Switch + +![Gtk.Switch](./docs/images/gtk-widgets/switch.webp "Gtk.Switch") + +- [Widget info](./docs/widgets-info/GtkSwitch.md). +- [Python](./src/gtk-widgets/switch/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/switch/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/switch/ui/MainWindow.py). +- [UI](./src/gtk-widgets/switch/ui/MainWindow.ui). + +--- + +#### Translation (gettext) + +![Gtk.Translation (gettext)](./docs/images/gtk-widgets/ "Gtk.Translation (gettext)") + +> 🚨 Revisar. + +- [Python](./src/gtk-widgets/translator-gettext/MainWindow.py). + +--- + +#### Gtk.Video + +![Gtk.Video](./docs/images/gtk-widgets/video.webp "Gtk.Video") + +- [Widget info](./docs/widgets-info/GtkVideo.md). +- [Python](./src/gtk-widgets/video/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/video/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/video/ui/MainWindow.py). +- [UI](./src/gtk-widgets/video/ui/MainWindow.ui). + +--- + +#### Gtk.Window + +![Gtk.Window](./docs/images/gtk-widgets/window.webp "Gtk.Window") + +- [Widget info](./docs/widgets-info/GtkWindow.md). +- [Python](./src/gtk-widgets/window/MainWindow.py). +- [GTK Blueprint](./src/gtk-widgets/window/ui/MainWindow.blp). +- [Python load ui](./src/gtk-widgets/window/ui/MainWindow.py). +- [UI](./src/gtk-widgets/window/ui/MainWindow.ui). + +--- + +
+ +### Libadwaita + +#### Adw.AboutWindow + +![Adw.AboutWindow](./docs/images/libadwaita-widgets/about-window.webp "Adw.AboutWindow") + +- [Widget info](./docs/widgets-info/AdwAboutWindow.md). +- [Python](./src/libadwaita-widgets/about-window/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/about-window/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/about-window/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/about-window/ui/MainWindow.ui). + +--- + +#### Adw.ActionRow + +![Adw.ActionRow](./docs/images/libadwaita-widgets/action-row.webp "Adw.ActionRow") + +- [Widget info](./docs/widgets-info/AdwActionRow.md). +- [Python](./src/libadwaita-widgets/action-row/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/action-row/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/action-row/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/action-row/ui/MainWindow.ui). + +--- + +#### Adw.Application + +![Adw.Application](./docs/images/libadwaita-widgets/application.webp "Adw.Application") + +- [Python](./src/libadwaita-widgets/application/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/application/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/application/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/application/ui/MainWindow.ui). + +--- + +#### Adw.Avatar + +![Adw.Avatar](./docs/images/libadwaita-widgets/avatar.webp "Adw.Avatar") + +- [Widget info](./docs/widgets-info/AdwAvatar.md). +- [Python](./src/libadwaita-widgets/avatar/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/avatar/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/avatar/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/avatar/ui/MainWindow.ui). + +--- + +#### Adw.Banner + +![Adw.Banner](./docs/images/libadwaita-widgets/banner.webp "Adw.Banner") + +- [Widget info](./docs/widgets-info/AdwBanner.md). +- [Python](./src/libadwaita-widgets/banner/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/banner/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/banner/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/banner/ui/MainWindow.ui). + +--- + +#### Adw.ButtonContent + +![Adw.ButtonContent](./docs/images/libadwaita-widgets/button-content.webp "Adw.ButtonContent") + +- [Widget info](./docs/widgets-info/AdwButtonContent.md). +- [Python](./src/libadwaita-widgets/button-content/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/button-content/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/button-content/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/button-content/ui/MainWindow.ui). + +--- + +#### Adw.Carousel + +![Adw.Carousel](./docs/images/libadwaita-widgets/carousel.webp "Adw.Carousel") + +- [Widget info](./docs/widgets-info/AdwCarousel.md). +- [Python](./src/libadwaita-widgets/carousel/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/carousel/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/carousel/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/carousel/ui/MainWindow.ui). + +--- + +#### Adw.CarouselIndicatorDots + +![Adw.CarouselIndicatorDots](./docs/images/libadwaita-widgets/carousel-indicator-dots.webp "Adw.CarouselIndicatorDots") + +- [Widget info](./docs/widgets-info/AdwCarouselIndicatorDots.md). +- [Python](./src/libadwaita-widgets/carousel-indicator-dots/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/carousel-indicator-dots/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/carousel-indicator-dots/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/carousel-indicator-dots/ui/MainWindow.ui). + +--- + +#### Adw.CarouselIndicatorLines + +![Adw.CarouselIndicatorLines](./docs/images/libadwaita-widgets/carousel-indicator-lines.webp "Adw.CarouselIndicatorLines") + +- [Widget info](./docs/widgets-info/AdwCarouselIndicatorLines.md). +- [Python](./src/libadwaita-widgets/carousel-indicator-lines/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/carousel-indicator-lines/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/carousel-indicator-lines/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/carousel-indicator-lines/ui/MainWindow.ui). + +--- + +#### Adw.Clamp + +![Adw.Clamp](./docs/images/libadwaita-widgets/clamp.webp "Adw.Clamp") + +- [Widget info](./docs/widgets-info/AdwClamp.md). +- [Python](./src/libadwaita-widgets/clamp/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/clamp/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/clamp/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/clamp/ui/MainWindow.ui). + +--- + +#### Adw.ComboRow + +![Adw.ComboRow](./docs/images/libadwaita-widgets/combo-row.webp "Adw.ComboRow") + +- [Widget info](./docs/widgets-info/AdwComboRow.md). +- [Python](./src/libadwaita-widgets/combo-row/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/combo-row/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/combo-row/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/combo-row/ui/MainWindow.ui). + +--- + +#### Adw.EntryRow + +![Adw.EntryRow](./docs/images/libadwaita-widgets/entry-row.webp "Adw.EntryRow") + +- [Widget info](./docs/widgets-info/AdwEntryRow.md). +- [Python](./src/libadwaita-widgets/entry-row/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/entry-row/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/entry-row/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/entry-row/ui/MainWindow.ui). + +--- + +#### Adw.ExpanderRow + +![Adw.ExpanderRow](./docs/images/libadwaita-widgets/expander-row.webp "Adw.ExpanderRow") + +- [Widget info](./docs/widgets-info/AdwExpanderRow.md). +- [Python](./src/libadwaita-widgets/expander-row/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/expander-row/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/expander-row/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/expander-row/ui/MainWindow.ui). + +--- + +#### Adw.MessageDialog + +![Adw.MessageDialog](./docs/images/libadwaita-widgets/message-dialog.webp "Adw.MessageDialog") + +- [Widget info](./docs/widgets-info/AdwMessageDialog.md). +- [Python](./src/libadwaita-widgets/message-dialog/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/message-dialog/ui/AdwMessageDialog.blp). +- [Python load ui](./src/libadwaita-widgets/message-dialog/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/message-dialog/ui/AdwMessageDialog.ui). + +--- + +#### Adw.NavigationSplitView + +![Adw.NavigationSplitView](./docs/images/libadwaita-widgets/navigation-split-view.webp "Adw.NavigationSplitView") + +- [Widget info](./docs/widgets-info/AdwNavigationSplitView.md). +- [GTK Blueprint](./src/libadwaita-widgets/navigation-split-view/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/navigation-split-view/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/navigation-split-view/ui/MainWindow.ui). + +--- + +#### Adw.PasswordEntryRow + +![Adw.PasswordEntryRow](./docs/images/libadwaita-widgets/password-entry-row.webp "Adw.PasswordEntryRow") + +- [Widget info](./docs/widgets-info/AdwPasswordEntryRow.md). +- [Python](./src/libadwaita-widgets/password-entry-row/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/password-entry-row/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/password-entry-row/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/password-entry-row/ui/MainWindow.ui). + +--- + +#### Adw.PreferencesPage + +![Adw.PreferencesPage](./docs/images/libadwaita-widgets/preferences-page.webp "Adw.PreferencesPage") + +- [Python](./src/libadwaita-widgets/preferences-page/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/preferences-page/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/preferences-page/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/preferences-page/ui/MainWindow.ui). + +--- + +#### Adw.PreferencesWindow + +![Adw.PreferencesWindow](./docs/images/libadwaita-widgets/preferences-window.webp "Adw.PreferencesWindow") + +- [Python](./src/libadwaita-widgets/preferences-window/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/preferences-window/ui/AdwPreferencesWindow.blp). +- [Python load ui](./src/libadwaita-widgets/preferences-window/ui/AdwPreferencesWindow.py). +- [UI](./src/libadwaita-widgets/preferences-window/ui/AdwPreferencesWindow.ui). + +--- + +#### Adw.SplitButton + +![Adw.SplitButton](./docs/images/libadwaita-widgets/split-button.webp "Adw.SplitButton") + +- [Widget info](./docs/widgets-info/AdwSplitButton.md). +- [Python](./src/libadwaita-widgets/split-button/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/split-button/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/split-button/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/split-button/ui/MainWindow.ui). + +--- + +#### Adw.StatusPage + +![Adw.StatusPage](./docs/images/libadwaita-widgets/status-page.webp "Adw.StatusPage") + +- [Widget info](./docs/widgets-info/AdwStatusPage.md). +- [Python](./src/libadwaita-widgets/status-page/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/status-page/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/status-page/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/status-page/ui/MainWindow.ui). + +-- + +#### Adw.Toast + +![Adw.Toast](./docs/images/libadwaita-widgets/toast.webp "Adw.Toast") + +- [Python](./src/libadwaita-widgets/toast/MainWindow.py). +- [GTK Blueprint](./src/libadwaita-widgets/toast/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/toast/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/toast/ui/MainWindow.ui). + +--- + +#### Adw.ToolbarView + +![Adw.ToolbarView](./docs/images/libadwaita-widgets/toolbar-view.webp "Adw.ToolbarView") + +- [Widget info](./docs/widgets-info/AdwToolbarView.md). +- [Python](./src/libadwaita-widgets/toolbar-view/MainWindow.py). + +--- + +#### Adw.ViewStack + +![Adw.ViewStack](./docs/images/libadwaita-widgets/view-stack.webp "Adw.ViewStack") + +- [Widget info](./docs/widgets-info/AdwViewStack.md). +- [GTK Blueprint](./src/libadwaita-widgets/view-stack/ui/MainWindow.blp). +- [Python load ui](./src/libadwaita-widgets/view-stack/ui/MainWindow.py). +- [UI](./src/libadwaita-widgets/view-stack/ui/MainWindow.ui). + +--- diff --git a/README.pt-br.md b/README.pt-br.md index 1cfaf7d7..bd38097a 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -1,9 +1,9 @@ -![Criando interfaces gráficas com Python (PyGObject) e GTK](./docs/images/pygobject-gtk-1600x840.webp "Criando interfaces gráficas com Python (PyGObject) e GTK") +![Criando interfaces gráficas com Python (PyGObject) e GTK](./docs/images/pytthon-pygobject-gtk.pt-br.webp "Criando interfaces gráficas com Python (PyGObject) e GTK")
-[![en](https://img.shields.io/badge/lang-en-red.svg)](./README) -[![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](./README.pt-br) +[![en](https://img.shields.io/badge/lang-en-darkred.svg)](./README) +[![pt-br](https://img.shields.io/badge/lang-pt--br-darkgreen.svg)](./README.pt-br)
@@ -139,8 +139,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.ActionBar](./docs/images/gtk-widgets/actionbar.webp "Gtk.ActionBar") -- [Informações do widget](./docs/widgets-info/GtkActionBar). - +- [Informações do widget](./docs/widgets-info/GtkActionBar.md). - [Python](./src/gtk-widgets/actionbar/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/actionbar/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/actionbar/ui/MainWindow.py). @@ -163,8 +162,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.ApplicationWindow](./docs/images/gtk-widgets/application-window.webp "Gtk.ApplicationWindow") -- [Informações do widget](./docs/widgets-info/GtkApplicationWindow). - +- [Informações do widget](./docs/widgets-info/GtkApplicationWindow.md). - [Python](./src/gtk-widgets/application-window/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/application-window/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/application-window/ui/MainWindow.py). @@ -176,8 +174,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Box (horizontal)](./docs/images/gtk-widgets/box-horizontal.webp "Gtk.Box (horizontal)") -- [Informações do widget](./docs/widgets-info/GtkBox). - +- [Informações do widget](./docs/widgets-info/GtkBox.md). - [Python](./src/gtk-widgets/box-horizontal/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/box-horizontal/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/box-horizontal/ui/MainWindow.py). @@ -189,7 +186,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Box (vertical)](./docs/images/gtk-widgets/box-vertical.webp "Gtk.Box (vertical)") -- [Informações do widget](./docs/widgets-info/GtkBox). +- [Informações do widget](./docs/widgets-info/GtkBox.md). - [Python](./src/gtk-widgets/box-vertical/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/box-vertical/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/box-vertical/ui/MainWindow.py). @@ -201,8 +198,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Button](./docs/images/gtk-widgets/button.webp "Gtk.Button") -- [Informações do widget](./docs/widgets-info/GtkButton). - +- [Informações do widget](./docs/widgets-info/GtkButton.md). - [Python](./src/gtk-widgets/button/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/button/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/button/ui/MainWindow.py). @@ -214,7 +210,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Calendar](./docs/images/gtk-widgets/calendar.webp "Gtk.Calendar") -- [Informações do widget](./docs/widgets-info/GtkCalendar). +- [Informações do widget](./docs/widgets-info/GtkCalendar.md). - [Python](./src/gtk-widgets/calendar/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/calendar/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/calendar/ui/MainWindow.py). @@ -226,7 +222,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.CheckButton](./docs/images/gtk-widgets/check-button.webp "Gtk.CheckButton") -- [Informações do widget](./docs/widgets-info/GtkCheckButton). +- [Informações do widget](./docs/widgets-info/GtkCheckButton.md). - [Python](./src/gtk-widgets/check-button/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/check-button/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/check-button/ui/MainWindow.py). @@ -238,7 +234,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.CheckButton (radio)](./docs/images/gtk-widgets/check-button-radio.webp "Gtk.CheckButton (radio)") -- [Informações do widget](./docs/widgets-info/GtkCheckButton). +- [Informações do widget](./docs/widgets-info/GtkCheckButton.md). - [Python](./src/gtk-widgets/check-button-radio/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/check-button-radio/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/check-button-radio/ui/MainWindow.py). @@ -250,7 +246,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.ColorDialogButton](./docs/images/gtk-widgets/color-dialog-button.webp "Gtk.ColorDialogButton") -- [Informações do widget](./docs/widgets-info/GtkColorDialogButton). +- [Informações do widget](./docs/widgets-info/GtkColorDialogButton.md). - [Python](./src/gtk-widgets/color-dialog-button/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/color-dialog-button/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/color-dialog-button/ui/MainWindow.py). @@ -270,7 +266,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.DropDown](./docs/images/gtk-widgets/drop-down.webp "Gtk.DropDown") -- [Informações do widget](./docs/widgets-info/GtkDropDown). +- [Informações do widget](./docs/widgets-info/GtkDropDown.md). - [Python](./src/gtk-widgets/drop-down/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/drop-down/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/drop-down/ui/MainWindow.py). @@ -282,7 +278,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Entry](./docs/images/gtk-widgets/entry.webp "Gtk.Entry") -- [Informações do widget](./docs/widgets-info/GtkEntry). +- [Informações do widget](./docs/widgets-info/GtkEntry.md). - [Python](./src/gtk-widgets/entry/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/entry/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/entry/ui/MainWindow.py). @@ -327,7 +323,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Fixed](./docs/images/gtk-widgets/fixed.webp "Gtk.Fixed") -- [Informações do widget](./docs/widgets-info/GtkFixed). +- [Informações do widget](./docs/widgets-info/GtkFixed.md). - [Python](./src/gtk-widgets/fixed/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/fixed/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/fixed/ui/MainWindow.py). @@ -339,7 +335,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.FlowBox](./docs/images/gtk-widgets/flow-box.webp "Gtk.FlowBox") -- [Informações do widget](./docs/widgets-info/GtkFlowBox). +- [Informações do widget](./docs/widgets-info/GtkFlowBox.md). - [Python](./src/gtk-widgets/flow-box/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/flow-box/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/flow-box/ui/MainWindow.py). @@ -351,7 +347,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Grid](./docs/images/gtk-widgets/grid.webp "Gtk.Grid") -- [Informações do widget](./docs/widgets-info/GtkGrid). +- [Informações do widget](./docs/widgets-info/GtkGrid.md). - [Python](./src/gtk-widgets/grid/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/grid/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/grid/ui/MainWindow.py). @@ -363,7 +359,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.ApplicatHeaderBarion](./docs/images/gtk-widgets/header-bar.webp "Gtk.HeaderBar") -- [Informações do widget](./docs/widgets-info/GtkHeaderBar). +- [Informações do widget](./docs/widgets-info/GtkHeaderBar.md). - [Python](./src/gtk-widgets/header-bar/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/header-bar/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/header-bar/ui/MainWindow.py). @@ -375,7 +371,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Image](./docs/images/gtk-widgets/image.webp "Gtk.Image") -- [Informações do widget](./docs/widgets-info/GtkImage). +- [Informações do widget](./docs/widgets-info/GtkImage.md). - [Python](./src/gtk-widgets/image/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/image/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/image/ui/MainWindow.py). @@ -387,7 +383,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.ListBox](./docs/images/gtk-widgets/list-box.webp "Gtk.ListBox") -- [Informações do widget](./docs/widgets-info/GtkListBox). +- [Informações do widget](./docs/widgets-info/GtkListBox.md). - [Python](./src/gtk-widgets/list-box/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/list-box/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/list-box/ui/MainWindow.py). @@ -401,7 +397,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo > 🚨 Criar código Python. -- [Informações do widget](./docs/widgets-info/GtkListView). +- [Informações do widget](./docs/widgets-info/GtkListView.md). - [Python](#gtklistview). - [GTK Blueprint](./src/gtk-widgets/list-view/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/list-view/ui/MainWindow.py). @@ -413,7 +409,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.MenuButton](./docs/images/gtk-widgets/menu-button.webp "Gtk.MenuButton") -- [Informações do widget](./docs/widgets-info/GtkMenuButton). +- [Informações do widget](./docs/widgets-info/GtkMenuButton.md). - [Python](./src/gtk-widgets/menu-button/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/menu-button/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/menu-button/ui/MainWindow.py). @@ -425,7 +421,7 @@ Obrigado por sua doação, é através dela que consigo manter este conteúdo ![Gtk.Overlay](./docs/images/gtk-widgets/overlay.webp "Gtk.Overlay") -- [Informações do widget](./docs/widgets-info/GtkOverlay). +- [Informações do widget](./docs/widgets-info/GtkOverlay.md). - [Python](./src/gtk-widgets/overlay/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/overlay/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/overlay/ui/MainWindow.py). @@ -449,7 +445,7 @@ Pango tags ![Gtk.Picture](./docs/images/gtk-widgets/picture.webp "Gtk.Picture") -- [Informações do widget](./docs/widgets-info/GtkPicture). +- [Informações do widget](./docs/widgets-info/GtkPicture.md). - [Python](./src/gtk-widgets/picture/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/picture/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/picture/ui/MainWindow.py). @@ -472,7 +468,7 @@ Pango tags ![Gtk.SearchBar](./docs/images/gtk-widgets/search-bar.webp "Gtk.SearchBar") -- [Informações do widget](./docs/widgets-info/GtkSearchBar). +- [Informações do widget](./docs/widgets-info/GtkSearchBar.md). - [Python](./src/gtk-widgets/search-bar/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/search-bar/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/search-bar/ui/MainWindow.py). @@ -486,7 +482,7 @@ Pango tags > 🚨 Criar código Python. -- [Informações do widget](./docs/widgets-info/GtkShortcutsWindow). +- [Informações do widget](./docs/widgets-info/GtkShortcutsWindow.md). - [GTK Blueprint](./src/gtk-widgets/shortcuts-window/ui/ShortcutsWindow.blp). - [UI](./src/gtk-widgets/shortcuts-window/ui/ShortcutsWindow.ui). @@ -507,7 +503,7 @@ Pango tags ![Gtk.StackSidebar](./docs/images/gtk-widgets/stack-sidebar.webp "Gtk.StackSidebar") -- [Informações do widget](./docs/widgets-info/GtkStackSidebar). +- [Informações do widget](./docs/widgets-info/GtkStackSidebar.md). - [Python](./src/gtk-widgets/stack-sidebar/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/stack-sidebar/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/stack-sidebar/ui/MainWindow.py). @@ -519,7 +515,7 @@ Pango tags ![Gtk.StackSwitcher](./docs/images/gtk-widgets/stack-switcher.webp "Gtk.StackSwitcher") -- [Informações do widget](./docs/widgets-info/GtkStackSwitcher). +- [Informações do widget](./docs/widgets-info/GtkStackSwitcher.md). - [Python](./src/gtk-widgets/stack-switcher/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/stack-switcher/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/stack-switcher/ui/MainWindow.py). @@ -531,7 +527,7 @@ Pango tags ![Gtk.Switch](./docs/images/gtk-widgets/switch.webp "Gtk.Switch") -- [Informações do widget](./docs/widgets-info/GtkSwitch). +- [Informações do widget](./docs/widgets-info/GtkSwitch.md). - [Python](./src/gtk-widgets/switch/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/switch/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/switch/ui/MainWindow.py). @@ -553,7 +549,7 @@ Pango tags ![Gtk.Video](./docs/images/gtk-widgets/video.webp "Gtk.Video") -- [Informações do widget](./docs/widgets-info/GtkVideo). +- [Informações do widget](./docs/widgets-info/GtkVideo.md). - [Python](./src/gtk-widgets/video/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/video/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/video/ui/MainWindow.py). @@ -565,7 +561,7 @@ Pango tags ![Gtk.Window](./docs/images/gtk-widgets/window.webp "Gtk.Window") -- [Informações do widget](./docs/widgets-info/GtkWindow). +- [Informações do widget](./docs/widgets-info/GtkWindow.md). - [Python](./src/gtk-widgets/window/MainWindow.py). - [GTK Blueprint](./src/gtk-widgets/window/ui/MainWindow.blp). - [Python load ui](./src/gtk-widgets/window/ui/MainWindow.py). @@ -573,13 +569,15 @@ Pango tags --- +
+ ### Libadwaita #### Adw.AboutWindow ![Adw.AboutWindow](./docs/images/libadwaita-widgets/about-window.webp "Adw.AboutWindow") -- [Informações do widget](./docs/widgets-info/AdwAboutWindow). +- [Informações do widget](./docs/widgets-info/AdwAboutWindow.md). - [Python](./src/libadwaita-widgets/about-window/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/about-window/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/about-window/ui/MainWindow.py). @@ -591,7 +589,7 @@ Pango tags ![Adw.ActionRow](./docs/images/libadwaita-widgets/action-row.webp "Adw.ActionRow") -- [Informações do widget](./docs/widgets-info/AdwActionRow). +- [Informações do widget](./docs/widgets-info/AdwActionRow.md). - [Python](./src/libadwaita-widgets/action-row/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/action-row/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/action-row/ui/MainWindow.py). @@ -614,7 +612,7 @@ Pango tags ![Adw.Avatar](./docs/images/libadwaita-widgets/avatar.webp "Adw.Avatar") -- [Informações do widget](./docs/widgets-info/AdwAvatar). +- [Informações do widget](./docs/widgets-info/AdwAvatar.md). - [Python](./src/libadwaita-widgets/avatar/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/avatar/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/avatar/ui/MainWindow.py). @@ -626,7 +624,7 @@ Pango tags ![Adw.Banner](./docs/images/libadwaita-widgets/banner.webp "Adw.Banner") -- [Informações do widget](./docs/widgets-info/AdwBanner). +- [Informações do widget](./docs/widgets-info/AdwBanner.md). - [Python](./src/libadwaita-widgets/banner/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/banner/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/banner/ui/MainWindow.py). @@ -638,7 +636,7 @@ Pango tags ![Adw.ButtonContent](./docs/images/libadwaita-widgets/button-content.webp "Adw.ButtonContent") -- [Informações do widget](./docs/widgets-info/AdwButtonContent). +- [Informações do widget](./docs/widgets-info/AdwButtonContent.md). - [Python](./src/libadwaita-widgets/button-content/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/button-content/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/button-content/ui/MainWindow.py). @@ -650,7 +648,7 @@ Pango tags ![Adw.Carousel](./docs/images/libadwaita-widgets/carousel.webp "Adw.Carousel") -- [Informações do widget](./docs/widgets-info/AdwCarousel). +- [Informações do widget](./docs/widgets-info/AdwCarousel.md). - [Python](./src/libadwaita-widgets/carousel/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/carousel/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/carousel/ui/MainWindow.py). @@ -662,7 +660,7 @@ Pango tags ![Adw.CarouselIndicatorDots](./docs/images/libadwaita-widgets/carousel-indicator-dots.webp "Adw.CarouselIndicatorDots") -- [Informações do widget](./docs/widgets-info/AdwCarouselIndicatorDots). +- [Informações do widget](./docs/widgets-info/AdwCarouselIndicatorDots.md). - [Python](./src/libadwaita-widgets/carousel-indicator-dots/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/carousel-indicator-dots/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/carousel-indicator-dots/ui/MainWindow.py). @@ -674,7 +672,7 @@ Pango tags ![Adw.CarouselIndicatorLines](./docs/images/libadwaita-widgets/carousel-indicator-lines.webp "Adw.CarouselIndicatorLines") -- [Informações do widget](./docs/widgets-info/AdwCarouselIndicatorLines). +- [Informações do widget](./docs/widgets-info/AdwCarouselIndicatorLines.md). - [Python](./src/libadwaita-widgets/carousel-indicator-lines/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/carousel-indicator-lines/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/carousel-indicator-lines/ui/MainWindow.py). @@ -686,7 +684,7 @@ Pango tags ![Adw.Clamp](./docs/images/libadwaita-widgets/clamp.webp "Adw.Clamp") -- [Informações do widget](./docs/widgets-info/AdwClamp). +- [Informações do widget](./docs/widgets-info/AdwClamp.md). - [Python](./src/libadwaita-widgets/clamp/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/clamp/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/clamp/ui/MainWindow.py). @@ -698,7 +696,7 @@ Pango tags ![Adw.ComboRow](./docs/images/libadwaita-widgets/combo-row.webp "Adw.ComboRow") -- [Informações do widget](./docs/widgets-info/AdwComboRow). +- [Informações do widget](./docs/widgets-info/AdwComboRow.md). - [Python](./src/libadwaita-widgets/combo-row/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/combo-row/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/combo-row/ui/MainWindow.py). @@ -722,7 +720,7 @@ Pango tags ![Adw.ExpanderRow](./docs/images/libadwaita-widgets/expander-row.webp "Adw.ExpanderRow") -- [Informações do widget](./docs/widgets-info/AdwExpanderRow). +- [Informações do widget](./docs/widgets-info/AdwExpanderRow.md). - [Python](./src/libadwaita-widgets/expander-row/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/expander-row/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/expander-row/ui/MainWindow.py). @@ -734,7 +732,7 @@ Pango tags ![Adw.MessageDialog](./docs/images/libadwaita-widgets/message-dialog.webp "Adw.MessageDialog") -- [Informações do widget](./docs/widgets-info/AdwMessageDialog). +- [Informações do widget](./docs/widgets-info/AdwMessageDialog.md). - [Python](./src/libadwaita-widgets/message-dialog/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/message-dialog/ui/AdwMessageDialog.blp). - [Python load ui](./src/libadwaita-widgets/message-dialog/ui/MainWindow.py). @@ -746,7 +744,7 @@ Pango tags ![Adw.NavigationSplitView](./docs/images/libadwaita-widgets/navigation-split-view.webp "Adw.NavigationSplitView") -- [Informações do widget](./docs/widgets-info/AdwNavigationSplitView). +- [Informações do widget](./docs/widgets-info/AdwNavigationSplitView.md). - [GTK Blueprint](./src/libadwaita-widgets/navigation-split-view/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/navigation-split-view/ui/MainWindow.py). - [UI](./src/libadwaita-widgets/navigation-split-view/ui/MainWindow.ui). @@ -757,7 +755,7 @@ Pango tags ![Adw.PasswordEntryRow](./docs/images/libadwaita-widgets/password-entry-row.webp "Adw.PasswordEntryRow") -- [Informações do widget](./docs/widgets-info/AdwPasswordEntryRow). +- [Informações do widget](./docs/widgets-info/AdwPasswordEntryRow.md). - [Python](./src/libadwaita-widgets/password-entry-row/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/password-entry-row/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/password-entry-row/ui/MainWindow.py). @@ -803,7 +801,7 @@ Pango tags ![Adw.StatusPage](./docs/images/libadwaita-widgets/status-page.webp "Adw.StatusPage") -- [Informações do widget](./docs/widgets-info/AdwStatusPage). +- [Informações do widget](./docs/widgets-info/AdwStatusPage.md). - [Python](./src/libadwaita-widgets/status-page/MainWindow.py). - [GTK Blueprint](./src/libadwaita-widgets/status-page/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/status-page/ui/MainWindow.py). @@ -826,7 +824,7 @@ Pango tags ![Adw.ToolbarView](./docs/images/libadwaita-widgets/toolbar-view.webp "Adw.ToolbarView") -- [Informações do widget](./docs/widgets-info/AdwToolbarView). +- [Informações do widget](./docs/widgets-info/AdwToolbarView.md). - [Python](./src/libadwaita-widgets/toolbar-view/MainWindow.py). --- @@ -835,7 +833,7 @@ Pango tags ![Adw.ViewStack](./docs/images/libadwaita-widgets/view-stack.webp "Adw.ViewStack") -- [Informações do widget](./docs/widgets-info/AdwViewStack). +- [Informações do widget](./docs/widgets-info/AdwViewStack.md). - [GTK Blueprint](./src/libadwaita-widgets/view-stack/ui/MainWindow.blp). - [Python load ui](./src/libadwaita-widgets/view-stack/ui/MainWindow.py). - [UI](./src/libadwaita-widgets/view-stack/ui/MainWindow.ui). diff --git a/_scripts/export_requirements.py b/_scripts/export_requirements.py deleted file mode 100644 index e273c790..00000000 --- a/_scripts/export_requirements.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- -"""Export requirements.txt.""" - -import pathlib -import subprocess - -BASE_DIR = pathlib.Path(__file__).resolve().parent -ROOT_DIR = BASE_DIR.parent - -print('[!] Creating requirements.txt [!]') -subprocess.call( - args=['poetry', 'export', '--without-hashes', '-o', 'requirements.txt'], - cwd=ROOT_DIR, -) -print('[!] Requirements.txt created [!]') diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index d0c3cbf1..00000000 --- a/docs/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line, and also -# from the environment for the first two. -SPHINXOPTS ?= -SPHINXBUILD ?= sphinx-build -SOURCEDIR = source -BUILDDIR = build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/docs/build_doc.py b/docs/build_doc.py deleted file mode 100644 index d59bdd8e..00000000 --- a/docs/build_doc.py +++ /dev/null @@ -1,29 +0,0 @@ -# -*- coding: utf-8 -*- -""".""" - -import subprocess -from pathlib import Path - -BASE_DIR = Path(__file__).resolve().parent -DIRHTML = BASE_DIR.joinpath('build', 'dirhtml') - - -def make_doc(shell: bool = True) -> None: - subprocess.run( - args='make dirhtml', - cwd=BASE_DIR, - shell=shell, - ) - - -def run_doc(doc_dir, shell: bool = True) -> None: - subprocess.run( - args=f'python3 -m http.server -d {doc_dir}', - cwd=BASE_DIR, - shell=shell, - ) - - -if __name__ == "__main__": - make_doc() - run_doc(doc_dir=DIRHTML) diff --git a/docs/data/.nojekyll b/docs/data/.nojekyll deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/data/CNAME b/docs/data/CNAME deleted file mode 100644 index c5403ce3..00000000 --- a/docs/data/CNAME +++ /dev/null @@ -1 +0,0 @@ -gtk.justcode.com.br \ No newline at end of file diff --git a/docs/data/requirements-doc.txt b/docs/data/requirements-doc.txt deleted file mode 100644 index 2856b4e9..00000000 --- a/docs/data/requirements-doc.txt +++ /dev/null @@ -1,43 +0,0 @@ -alabaster==0.7.13 ; python_version >= "3.9" and python_version < "3.12" -babel==2.13.1 ; python_version >= "3.9" and python_version < "3.12" -beautifulsoup4==4.12.2 ; python_version >= "3.9" and python_version < "3.12" -certifi==2023.7.22 ; python_version >= "3.9" and python_version < "3.12" -charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.12" -colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.12" and sys_platform == "win32" -contourpy==1.2.0 ; python_version >= "3.9" and python_version < "3.12" -cycler==0.12.1 ; python_version >= "3.9" and python_version < "3.12" -docutils==0.20.1 ; python_version >= "3.9" and python_version < "3.12" -fonttools==4.44.0 ; python_version >= "3.9" and python_version < "3.12" -furo==2023.9.10 ; python_version >= "3.9" and python_version < "3.12" -idna==3.4 ; python_version >= "3.9" and python_version < "3.12" -imagesize==1.4.1 ; python_version >= "3.9" and python_version < "3.12" -importlib-metadata==6.8.0 ; python_version >= "3.9" and python_version < "3.10" -importlib-resources==6.1.0 ; python_version >= "3.9" and python_version < "3.10" -jinja2==3.1.2 ; python_version >= "3.9" and python_version < "3.12" -kiwisolver==1.4.5 ; python_version >= "3.9" and python_version < "3.12" -markupsafe==2.1.3 ; python_version >= "3.9" and python_version < "3.12" -matplotlib==3.8.1 ; python_version >= "3.9" and python_version < "3.12" -numpy==1.26.1 ; python_version >= "3.9" and python_version < "3.12" -packaging==23.2 ; python_version >= "3.9" and python_version < "3.12" -pillow==10.1.0 ; python_version >= "3.9" and python_version < "3.12" -pygments==2.16.1 ; python_version >= "3.9" and python_version < "3.12" -pyparsing==3.1.1 ; python_version >= "3.9" and python_version < "3.12" -python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "3.12" -requests==2.31.0 ; python_version >= "3.9" and python_version < "3.12" -six==1.16.0 ; python_version >= "3.9" and python_version < "3.12" -snowballstemmer==2.2.0 ; python_version >= "3.9" and python_version < "3.12" -soupsieve==2.5 ; python_version >= "3.9" and python_version < "3.12" -sphinx-basic-ng==1.0.0b2 ; python_version >= "3.9" and python_version < "3.12" -sphinx-copybutton==0.5.2 ; python_version >= "3.9" and python_version < "3.12" -sphinx-inline-tabs==2023.4.21 ; python_version >= "3.9" and python_version < "3.12" -sphinx-sitemap==2.5.1 ; python_version >= "3.9" and python_version < "3.12" -sphinx==7.2.6 ; python_version >= "3.9" and python_version < "3.12" -sphinxcontrib-applehelp==1.0.7 ; python_version >= "3.9" and python_version < "3.12" -sphinxcontrib-devhelp==1.0.5 ; python_version >= "3.9" and python_version < "3.12" -sphinxcontrib-htmlhelp==2.0.4 ; python_version >= "3.9" and python_version < "3.12" -sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.9" and python_version < "3.12" -sphinxcontrib-qthelp==1.0.6 ; python_version >= "3.9" and python_version < "3.12" -sphinxcontrib-serializinghtml==1.1.9 ; python_version >= "3.9" and python_version < "3.12" -sphinxext-opengraph==0.8.2 ; python_version >= "3.9" and python_version < "3.12" -urllib3==2.0.7 ; python_version >= "3.9" and python_version < "3.12" -zipp==3.17.0 ; python_version >= "3.9" and python_version < "3.10" diff --git a/docs/images/donations/bmc-qr-code.webp b/docs/images/donations/bmc-qr-code.webp deleted file mode 100644 index f2d060aa..00000000 Binary files a/docs/images/donations/bmc-qr-code.webp and /dev/null differ diff --git a/docs/images/donations/pix-qr-code.webp b/docs/images/donations/pix-qr-code.webp deleted file mode 100644 index 2106202b..00000000 Binary files a/docs/images/donations/pix-qr-code.webp and /dev/null differ diff --git a/docs/images/pygobject-gtk-1600x840.webp b/docs/images/pygobject-gtk-1600x840.webp deleted file mode 100644 index 19d44b16..00000000 Binary files a/docs/images/pygobject-gtk-1600x840.webp and /dev/null differ diff --git a/docs/images/pytthon-pygobject-gtk.pt-br.webp b/docs/images/pytthon-pygobject-gtk.pt-br.webp new file mode 100644 index 00000000..255c6aac Binary files /dev/null and b/docs/images/pytthon-pygobject-gtk.pt-br.webp differ diff --git a/docs/images/pytthon-pygobject-gtk.webp b/docs/images/pytthon-pygobject-gtk.webp new file mode 100644 index 00000000..15f268d6 Binary files /dev/null and b/docs/images/pytthon-pygobject-gtk.webp differ diff --git a/docs/make.bat b/docs/make.bat deleted file mode 100644 index 747ffb7b..00000000 --- a/docs/make.bat +++ /dev/null @@ -1,35 +0,0 @@ -@ECHO OFF - -pushd %~dp0 - -REM Command file for Sphinx documentation - -if "%SPHINXBUILD%" == "" ( - set SPHINXBUILD=sphinx-build -) -set SOURCEDIR=source -set BUILDDIR=build - -%SPHINXBUILD% >NUL 2>NUL -if errorlevel 9009 ( - echo. - echo.The 'sphinx-build' command was not found. Make sure you have Sphinx - echo.installed, then set the SPHINXBUILD environment variable to point - echo.to the full path of the 'sphinx-build' executable. Alternatively you - echo.may add the Sphinx directory to PATH. - echo. - echo.If you don't have Sphinx installed, grab it from - echo.https://www.sphinx-doc.org/ - exit /b 1 -) - -if "%1" == "" goto help - -%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% -goto end - -:help -%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% - -:end -popd diff --git a/docs/source/conf.py b/docs/source/conf.py deleted file mode 100644 index c5aa78e2..00000000 --- a/docs/source/conf.py +++ /dev/null @@ -1,34 +0,0 @@ -import datetime -project = 'Python e GTK' -copyright = f'2022-{datetime.datetime.today().year}, Renato Cruz (natorsc)' -author = 'Renato Cruz (natorsc)' - -ogp_site_name = 'Python e GTK - justCode' -ogp_site_url = 'https://gtk.juscode.com.br' -ogp_image = 'https://gtk.justcode.com.br/_images/pygobject-gtk-1600x840.webp' -ogp_type = 'article' - -extensions = ['sphinxext.opengraph', 'sphinx_inline_tabs', 'sphinx_copybutton', - 'sphinx_sitemap'] - -language = 'pt_BR' -sitemap_url_scheme = '{link}' - -html_title = 'Python e GTK' -html_favicon = '../images/favicon/br.com.justcode.PyGObject.png' -html_baseurl = 'https://gtk.justcode.com.br/' -html_extra_path = ['../data/.nojekyll', '../data/CNAME'] -html_theme = 'furo' -html_theme_options = { - 'footer_icons': [ - { - 'name': 'GitHub', - 'url': 'https://github.com/natorsc/pygobject-gtk', - 'html': ''' - - - - ''', - }, - ], -} diff --git a/docs/source/contribute.rst b/docs/source/contribute.rst deleted file mode 100644 index f5747f90..00000000 --- a/docs/source/contribute.rst +++ /dev/null @@ -1,72 +0,0 @@ -:og:author: Renato Cruz (natorsc) -:og:title: Contribua - justCode -:og:description: Contribua com o projeto criando interfaces gráficas com Python (PyGObject) e GTK. - -.. meta:: - :author: Renato Cruz (natorsc) - :description: Contribua com o projeto criando interfaces gráficas com Python (PyGObject) e GTK. - :keywords: Gnome, GTK, libadwaita, Python, PyGObject, Blueprint, - -========= -Contribua -========= - -Esse material ainda está em fase de desenvolvimento. Caso encontre algum erro, ficarei extremamente feliz que você me notifique ou envie um Pull Request! - -🤓 Autor -======== - -Repositório feito com 💙 por `Renato Cruz `__ 🤜🤛 Entre em contato! - -|Email| - -Acompanhe conteúdos sobre programação e tecnologia em: - -|justCode| - -Uma das playlist que costumo ouvir quando estou estudando ou “codando” 😁: - -|Spotify| - --------------- - -💝 Doações -=========== - -Obrigado por sua doação é através dela que consigo manter este conteúdo 😊. - -Buy me a coffee ---------------- - -|Buy me a coffee| - -.. figure:: ../images/donations/bmc-qr-code.webp - :alt: Chave Pix - :width: 150 px - -Ko-Fi ------ - -|Ko-Fi| - -Pix ---- - -.. figure:: ../images/donations/pix-qr-code.webp - :alt: Chave Pix - :width: 150 px - -**Chave**: ``b1839493-2afe-484d-9272-82a3e402b36f`` - --------------- - -.. |Email| image:: https://img.shields.io/badge/-Email-blueviolet?logo=gmail&logoColor=white - :target: mailto:natorsc@gmail.com -.. |justCode| image:: https://img.shields.io/badge/-Blog%20justCode-grey?logo=wordpress&logoColor=white - :target: https://justcode.com.br/ -.. |Spotify| image:: https://img.shields.io/badge/-Spotify-darkgreen?logo=spotify&logoColor=white - :target: https://open.spotify.com/playlist/1xf3u29puXlnrWO7MsaHL5?si=A-LgwRJXSvOno_e6trpi5w&utm_source=copy-link -.. |Buy me a coffee| image:: https://img.shields.io/badge/-Buy%20me%20a%20coffee-red?logo=buymeacoffee&logoColor=white - :target: https://www.buymeacoffee.com/natorsc -.. |Ko-Fi| image:: https://img.shields.io/badge/-Ko%20Fi-orange?logo=ko-fi&logoColor=white - :target: https://ko-fi.com/natorsc diff --git a/docs/source/gtk-about.rst b/docs/source/gtk-about.rst deleted file mode 100644 index 08605b93..00000000 --- a/docs/source/gtk-about.rst +++ /dev/null @@ -1,104 +0,0 @@ -:og:author: Renato Cruz (natorsc) -:og:title: Sobre o toolkit GTK - justCode -:og:description: O GTK é um toolkit de desenvolvimento de interface gráfica do usuário (GUI - Graphical User Interface) multiplataforma, escrito na linguagem de programação C. - -.. meta:: - :author: Renato Cruz (natorsc) - :description: O GTK é um toolkit de desenvolvimento de interface gráfica do usuário (GUI - Graphical User Interface) multiplataforma, escrito na linguagem de programação C. - :description lang=en: GTK is a cross-platform graphical user interface (GUI) development toolkit written in the C programming language. - :keywords: Gnome, GTK, libadwaita, Python, PyGObject, Blueprint, - -===== -Sobre -===== - -O `GTK `__ é um toolkit de desenvolvimento de interface gráfica do usuário (GUI - Graphical User Interface) multiplataforma, escrito na linguagem de programação C. - -A sigla GTK significa **GIMP Toolkit**, foi originalmente desenvolvido como parte do software de edição de imagens GIMP (GNU Image Manipulation Program), mas agora é usado em muitos outros projetos. - -O GTK foi lançado pela primeira vez em 1998 como parte do GIMP 1.2 e se tornou um projeto independente em 1999, com a versão 1.0. Desde então, o GTK tem sido usado para desenvolver muitos outros aplicativos, como o `GNOME `__ (GNU Network Object Model Environment), um ambiente de desktop popular para sistemas Linux. - -O GTK é escrito em C e é distribuído sob a Licença Pública Geral `GNU LGPL `__, que permite seu uso e distribuição livre e gratuita. - -Ele também possui bindings para outras linguagens de programação: - -- `C++ `__. -- `C# `__. -- `C `__. -- `JavaScript `__. -- `Python `__. -- `Rust `__. -- `Vala `__. - -.. note:: Essas são as linguagens suportadas oficialmente, contudo existem bindings não oficiais. - -Bibliotecas -=========== - -O kit de ferramentas (toolkit) GTK tem um design modular, entre suas principais bibliotecas temos e módulos temos: - -GTK ---- - -A biblioteca `GTK `__ constrói o núcleo do kit de ferramentas e contém todos os widgets. - -GDK ---- - -O `GDK `__ fornece uma interface para desenhar gráficos em uma variedade de plataformas, incluindo X11, Wayland, Microsoft Windows e macOS. Ele oferece suporte a recursos como janelas, eventos, gráficos 2D, imagens e manipulação de cores. - -GdkPixbuf ---------- - -A biblioteca `GdkPixbuf `__ permite o carregamento e manipulação de imagens (PNG, JPEG, GIF e etc). - -GObject -------- - -A biblioteca `GObject `__ fornece uma API para programação orientada a objetos (OOP) na linguagem de programação C. - -GLib ----- - -`GLib `__ é uma biblioteca de baixo nível que forma a base do GTK. - -Ele fornece manipulação de estrutura de dados para C, wrappers de portabilidade e interfaces para funcionalidade de tempo de execução como um loop de eventos, threads, carregamento dinâmico e um sistema de objetos. - -GIO ---- - -A biblioteca `GIO `__ implementa suporte a operações de entrada e saída (I/O, networking, IPC e etc). - -GSK ---- - -A bliblioteca `GSK `__ é utilizada para otimizar o desenho e a atualização do widget. - -Graphene --------- - -A biblioteca `Graphene `__ implementa o suporte a gráficos, vetores e matrizes. - -ATK ---- - -A biblioteca `ATK `__ implementa o suporte a leitores de tela, ampliadores de texto (lupas) e dispositivos de entrada alternativos. - -Cairo ------ - -`Cairo `__ é uma biblioteca para gráficos 2D com suporte para vários dispositivos de saída (incluindo o X Window System, Win32) ao mesmo tempo em que produz uma saída consistente em todas as mídias, aproveitando a aceleração do hardware de exibição quando disponível. - -pango ------ - -`Pango `__ é uma biblioteca para layout e renderização de texto com ênfase na internacionalização. Ele forma o núcleo do manuseio de texto e fonte para GTK. - -OpenGL e Vulkan ---------------- - -As bibliotecas `OpenGL `__ e `Vulkan `__ permitem a utilizaçao da GPU. - -Para sistemas Linux, existe mais uma camada de abstração entre o kit de ferramentas GTK e o hardware do computador, chamada `Wayland `__. - -Wayland é um protocolo de comunicação que especifica a comunicação entre um servidor de exibição e seus clientes, bem como uma implementação da biblioteca C desse protocolo. Alguns sistemas Linux mais antigos ainda podem usar, em vez do moderno Wayland, o legado X Window System, que às vezes era chamado apenas de X11 ou X. diff --git a/docs/source/gtk-widgets.rst b/docs/source/gtk-widgets.rst deleted file mode 100644 index ae81d0f0..00000000 --- a/docs/source/gtk-widgets.rst +++ /dev/null @@ -1,1013 +0,0 @@ - -Widgets -======= - -Gtk.ActionBar -============= - -.. figure:: ../images/gtk-widgets/actionbar.webp - :alt: Gtk.ActionBar - :width: 683 - - Gtk.ActionBar - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/actionbar/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/actionbar/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/actionbar/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/actionbar/ui/MainWindow.blp - --------------- - -Gtk.Application -=============== - -.. figure:: ../images/gtk-widgets/application.webp - :alt: Gtk.Application - :width: 683 - - Gtk.Application - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/application/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/application/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/application/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/application/ui/MainWindow.blp - --------------- - -Gtk.ApplicationWindow -===================== - -.. figure:: ../images/gtk-widgets/application-window.webp - :alt: Gtk.ApplicationWindow - :width: 683 - - Gtk.ApplicationWindow - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/application-window/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/application-window/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/application-window/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/application-window/ui/MainWindow.blp - --------------- - -Gtk.Box (horizontal) -==================== - -.. figure:: ../images/gtk-widgets/box-horizontal.webp - :alt: Gtk.Box (horizontal) - :width: 683 - - Gtk.Box (horizontal) - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/box-horizontal/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/box-horizontal/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/box-horizontal/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/box-horizontal/ui/MainWindow.blp - --------------- - -Gtk.Box (vertical) -================== - -.. figure:: ../images/gtk-widgets/box-vertical.webp - :alt: Gtk.Box (vertical) - :width: 683 - - Gtk.Box (vertical) - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/box-vertical/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/box-vertical/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/box-vertical/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/box-vertical/ui/MainWindow.blp - --------------- - -Gtk.Button -========== - -.. figure:: ../images/gtk-widgets/button.webp - :alt: Gtk.Button - :width: 683 - - Gtk.Button - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/button/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/button/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/button/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/button/ui/MainWindow.blp - --------------- - -Gtk.Calendar -============ - -.. figure:: ../images/gtk-widgets/calendar.webp - :alt: Gtk.Calendar - :width: 683 - - Gtk.Calendar - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/calendar/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/calendar/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/calendar/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/calendar/ui/MainWindow.blp - --------------- - -Gtk.CheckButton -=============== - -.. figure:: ../images/gtk-widgets/check-button.webp - :alt: Gtk.CheckButton - :width: 683 - - Gtk.CheckButton - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/check-button/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/check-button/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/check-button/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/check-button/ui/MainWindow.blp - --------------- - -Gtk.CheckButton (radio) -======================= - -.. figure:: ../images/gtk-widgets/check-button-radio.webp - :alt: Gtk.CheckButton (radio) - :width: 683 - - Gtk.CheckButton (radio) - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/check-button-radio/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/check-button-radio/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/check-button-radio/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/check-button-radio/ui/MainWindow.blp - --------------- - -Gtk.ColorDialogButton -===================== - -.. figure:: ../images/gtk-widgets/color-dialog-button.webp - :alt: Gtk.ColorDialogButton - :width: 683 - - Gtk.ColorDialogButton - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/color-dialog-button/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/color-dialog-button/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/color-dialog-button/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/color-dialog-button/ui/MainWindow.blp - --------------- - -Drag and drop -============= - -.. figure:: ../images/gtk-widgets/drag-and-drop.webp - :alt: Drag and drop - :width: 683 - - Drag and drop - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/drag-and-drop/MainWindow.py - --------------- - -Gtk.DropDown -============ - -.. figure:: ../images/gtk-widgets/drop-down.webp - :alt: Gtk.DropDown - :width: 683 - - Gtk.DropDown - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/drop-down/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/drop-down/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/drop-down/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/drop-down/ui/MainWindow.blp - --------------- - -Gtk.Entry -========= - -.. figure:: ../images/gtk-widgets/entry.webp - :alt: Gtk.Entry - :width: 683 - - Gtk.Entry - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/entry/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/entry/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/entry/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/entry/ui/MainWindow.blp - --------------- - -Gtk.FileDialog (folder) -======================= - -.. figure:: ../images/gtk-widgets/file-dialog-folder.webp - :alt: Gtk.FileDialog (folder) - :width: 683 - - Gtk.FileDialog (folder) - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-folder/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-folder/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-folder/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-folder/ui/MainWindow.blp - --------------- - -Gtk.FileDialog (open) -===================== - -.. figure:: ../images/gtk-widgets/file-dialog-open.webp - :alt: Gtk.FileDialog (open) - :width: 683 - - Gtk.FileDialog (open) - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-open/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-open/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-open/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-open/ui/MainWindow.blp - --------------- - -Gtk.FileDialog (save) -===================== - -.. figure:: ../images/gtk-widgets/file-dialog-save.webp - :alt: Gtk.FileDialog (save) - :width: 683 - - Gtk.FileDialog (save) - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-save/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-save/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-save/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/file-dialog-save/ui/MainWindow.blp - --------------- - -Gtk.Fixed -========= - -.. figure:: ../images/gtk-widgets/fixed.webp - :alt: Gtk.Fixed - :width: 683 - - Gtk.Fixed - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/fixed/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/fixed/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/fixed/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/fixed/ui/MainWindow.blp - --------------- - -Gtk.FlowBox -=========== - -.. figure:: ../images/gtk-widgets/flow-box.webp - :alt: Gtk.FlowBox - :width: 683 - - Gtk.FlowBox - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/flow-box/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/flow-box/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/flow-box/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/flow-box/ui/MainWindow.blp - --------------- - -Gtk.Grid -======== - -.. figure:: ../images/gtk-widgets/grid.webp - :alt: Gtk.Grid - :width: 683 - - Gtk.Grid - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/grid/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/grid/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/grid/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/grid/ui/MainWindow.blp - --------------- - -Gtk.HeaderBar -============= - -.. figure:: ../images/gtk-widgets/header-bar.webp - :alt: Gtk.HeaderBar - :width: 683 - - Gtk.HeaderBar - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/header-bar/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/header-bar/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/header-bar/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/header-bar/ui/MainWindow.blp - --------------- - -Gtk.Image -========= - -.. figure:: ../images/gtk-widgets/image.webp - :alt: Gtk.Image - :width: 683 - - Gtk.Image - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/image/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/image/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/image/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/image/ui/MainWindow.blp - --------------- - -Gtk.ListBox -=========== - -.. figure:: ../images/gtk-widgets/list-box.webp - :alt: Gtk.ListBox - :width: 683 - - Gtk.ListBox - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/list-box/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/list-box/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/list-box/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/list-box/ui/MainWindow.blp - --------------- - -Gtk.ListView -============ - -.. warning:: Criar código em Python. - -.. figure:: ../images/gtk-widgets/list-view.webp - :alt: Gtk.ListView - :width: 683 - - Gtk.ListView - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/list-view/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/list-view/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/list-view/ui/MainWindow.blp - --------------- - -Gtk.MenuButton -============== - -.. figure:: ../images/gtk-widgets/menu-button.webp - :alt: Gtk.MenuButton - :width: 683 - - Gtk.MenuButton - -Erro: - -.. code:: bash - - _gtk_css_corner_value_get_y: assertion 'corner->class == >K_CSS_VALUE_CORNER' failed - -.. - - `Discourse `__. - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/menu-button/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/menu-button/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/menu-button/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/menu-button/ui/MainWindow.blp - --------------- - -Gtk.Overlay -=========== - -.. figure:: ../images/gtk-widgets/overlay.webp - :alt: Gtk.Overlay - :width: 683 - - Gtk.Overlay - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/overlay/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/overlay/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/overlay/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/overlay/ui/MainWindow.blp - --------------- - -Pango tags -========== - -.. figure:: ../images/gtk-widgets/pango-tags.webp - :alt: Pango tags - :width: 683 - - Pango tags - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/pango-tags/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/pango-tags/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/pango-tags/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/pango-tags/ui/MainWindow.blp - --------------- - -Gtk.Picture -=========== - -.. figure:: ../images/gtk-widgets/picture.webp - :alt: Gtk.Picture - :width: 683 - - Gtk.Picture - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/picture/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/picture/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/picture/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/picture/ui/MainWindow.blp - --------------- - -Gtk.PrintOperation -================== - -.. figure:: ../images/gtk-widgets/print-operation.webp - :alt: Gtk.PrintOperation - :width: 683 - - Gtk.PrintOperation - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/print-operation/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/print-operation/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/print-operation/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/print-operation/ui/MainWindow.blp - --------------- - -Gtk.SearchBar -============= - -.. figure:: ../images/gtk-widgets/search-bar.webp - :alt: Gtk.SearchBar - :width: 683 - - Gtk.SearchBar - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/search-bar/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/search-bar/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/search-bar/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/search-bar/ui/MainWindow.blp - --------------- - -Gtk.ShortcutsWindow -=================== - -.. warning:: Criar código em Python. - -.. figure:: ../images/gtk-widgets/shortcuts-window.webp - :alt: Gtk.ShortcutsWindow - :width: 683 - - Gtk.ShortcutsWindow - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/shortcuts-window/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/shortcuts-window/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/shortcuts-window/ui/MainWindow.blp - --------------- - -Signals and slots -================= - -.. figure:: ../images/gtk-widgets/signals-and-slots.webp - :alt: Signals and slots - :width: 683 - - Signals and slots - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/signals-and-slots/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/signals-and-slots/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/signals-and-slots/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/signals-and-slots/ui/MainWindow.blp - --------------- - -Gtk.StackSidebar -================ - -.. figure:: ../images/gtk-widgets/stack-sidebar.webp - :alt: Gtk.StackSidebar - :width: 683 - - Gtk.StackSidebar - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/stack-sidebar/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/stack-sidebar/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/stack-sidebar/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/stack-sidebar/ui/MainWindow.blp - --------------- - -Gtk.StackSwitcher -================= - -.. figure:: ../images/gtk-widgets/stack-switcher.webp - :alt: Gtk.StackSwitcher - :width: 683 - - Gtk.StackSwitcher - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/stack-switcher/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/stack-switcher/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/stack-switcher/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/stack-switcher/ui/MainWindow.blp - --------------- - -Gtk.Switch -========== - -.. figure:: ../images/gtk-widgets/switch.webp - :alt: Gtk.Switch - :width: 683 - - Gtk.Switch - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/switch/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/switch/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/switch/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/switch/ui/MainWindow.blp - --------------- - -Translation (gettext) -===================== - -.. warning:: Corrigir código e adicionar imagem. - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/translator-gettext/MainWindow.py - --------------- - -Gtk.Video -========= - -.. figure:: ../images/gtk-widgets/video.webp - :alt: Gtk.Video - :width: 683 - - Gtk.Video - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/video/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/video/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/video/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/video/ui/MainWindow.blp - --------------- - -Gtk.Window -========== - -.. figure:: ../images/gtk-widgets/window.webp - :alt: Gtk.Window - :width: 683 - - Gtk.Window - -.. tab:: Python - - .. literalinclude:: ../../src/gtk-widgets/window/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/gtk-widgets/window/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/gtk-widgets/window/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/gtk-widgets/window/ui/MainWindow.blp diff --git a/docs/source/index.rst b/docs/source/index.rst deleted file mode 100644 index 7510bb2d..00000000 --- a/docs/source/index.rst +++ /dev/null @@ -1,44 +0,0 @@ -:og:type: site -:og:author: Renato Cruz (natorsc) -:og:title: criando interfaces gráficas com Python (PyGObject) e GTK - justCode -:og:description: Aprenda a criar interfaces gráficas com o toolkit GTK e a linguagem de programação Python (PyGObject). - -.. meta:: - :author: Renato Cruz (natorsc) - :description: Aprenda a criar interfaces gráficas com o toolkit GTK e a linguagem de programação Python (PyGObject). - :description lang=en: Learn how to create graphical user interfaces with the GTK toolkit and the Python programming language (PyGObject). - :keywords: Gnome, GTK, Libadwaita, Python, PyGObject, Blueprint, - -.. figure:: ../images/pygobject-gtk-1600x840.webp - :alt: criando interfaces gráficas com Python (PyGObject) e GTK - :align: center - :width: 1600 - - criando interfaces gráficas com Python (PyGObject) e GTK - -======================================================== -criando interfaces gráficas com Python (PyGObject) e GTK -======================================================== - -Documentação criada para centralizar dicas, tutoriais e exemplos de código sobre a construção de interfaces gráficas com a linguagem de programação Python (PyGObject) e o toolkit gráfico GTK. - -Conteúdo -======== - -.. toctree:: - :caption: GTK - - gtk-about - gtk-widgets - -.. toctree:: - :caption: Libadwaita - - libadwaita-about - libadwaita-widgets - libadwaita-style-class - -.. toctree:: - :caption: Sobre - - contribute diff --git a/docs/source/libadwaita-about.rst b/docs/source/libadwaita-about.rst deleted file mode 100644 index 9a050e85..00000000 --- a/docs/source/libadwaita-about.rst +++ /dev/null @@ -1,23 +0,0 @@ -:og:author: Renato Cruz (natorsc) -:og:title: Sobre a biblioteca Libadwaita - justCode -:og:description: Libadwaita é um conjunto de ferramentas GTK projetado para ajudar os desenvolvedores a criar interfaces gráficas modernas e responsivas. - -.. meta:: - :author: Renato Cruz (natorsc) - :description: Libadwaita é um conjunto de ferramentas GTK projetado para ajudar os desenvolvedores a criar interfaces gráficas modernas e responsivas. - :description lang=en: Libadwaita is a GTK toolkit designed to help developers create modern and responsive graphical user interfaces. - :keywords: Gnome, GTK, Libadwaita, Python, PyGObject, Blueprint, - -===== -Sobre -===== - -.. danger:: 🚜 Em construção 🚧 - -A biblioteca `libadwaita `__ é uma biblioteca de interface do usuário para o desenvolvimento de aplicativos GNOME, que foi introduzida com o GNOME 40. Ela fornece um conjunto de widgets e componentes para construir interfaces do usuário modernas e consistentes para aplicativos GNOME. - -A libadwaita tem como objetivo fornecer um conjunto de diretrizes de design e estilo para aplicativos GNOME. Ela inclui um conjunto de widgets que seguem essas diretrizes e um tema de estilo que pode ser aplicado a toda a interface do usuário do aplicativo. - -A biblioteca também fornece recursos para garantir que os aplicativos sejam acessíveis e utilizáveis em dispositivos móveis e desktops, bem como recursos para lidar com idiomas e scripts da direita para a esquerda. - -A libadwaita é uma parte importante do esforço do GNOME para fornecer uma experiência de usuário consistente e coesa em todo o sistema operacional GNOME e seus aplicativos. É projetada para ser fácil de usar para os desenvolvedores, permitindo que eles criem interfaces do usuário atraentes e funcionais sem precisar se preocupar muito com detalhes de implementação. diff --git a/docs/source/libadwaita-style-class.rst b/docs/source/libadwaita-style-class.rst deleted file mode 100644 index 521cc013..00000000 --- a/docs/source/libadwaita-style-class.rst +++ /dev/null @@ -1,968 +0,0 @@ -:og:author: Renato Cruz (natorsc) -:og:title: Classes de estilo do GTK e da biblioteca Libadwaita - justCode -:og:description: Classes de estilo que podem ser aplicados em aplicativos que utilizam o toolkit GTK e a biblioteca Libadwaita. - -.. meta:: - :author: Renato Cruz (natorsc) - :description: Classes de estilo que podem ser aplicados em aplicativos que utilizam o toolkit GTK e a biblioteca Libadwaita. - :description lang=en: Style classes that can be applied to applications that use the GTK toolkit and the Libadwaita library. - :keywords: Gnome, GTK, Libadwaita, Python, PyGObject, Blueprint, - -================= -Classes de estilo -================= - -Background -========== - -.. figure:: ../images/libadwaita-style-class/background.webp - :alt: Adw style class background - :width: 805 - :height: 506 - - Adw style class background - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/background/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/background/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/background/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/background/ui/MainWindow.blp - --------------- - -Body -==== - -.. figure:: ../images/libadwaita-style-class/body.webp - :alt: Adw style class body - :width: 805 - :height: 506 - - Adw style class body - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/body/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/body/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/body/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/body/ui/MainWindow.blp - --------------- - -Boxed-list -========== - -.. figure:: ../images/libadwaita-style-class/boxed-list.webp - :alt: Adw style class boxed-list - :width: 805 - :height: 506 - - Adw style class boxed-list - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/boxed-list/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/boxed-list/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/boxed-list/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/boxed-list/ui/MainWindow.blp - --------------- - -Caption -======= - -.. figure:: ../images/libadwaita-style-class/caption.webp - :alt: Adw style class caption - :width: 805 - :height: 506 - - Adw style class caption - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/caption/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/caption/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/caption/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/caption/ui/MainWindow.blp - --------------- - -Caption-heading -=============== - -.. figure:: ../images/libadwaita-style-class/caption-heading.webp - :alt: Adw style class caption-heading - :width: 805 - :height: 506 - - Adw style class caption-heading - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/caption-heading/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/caption-heading/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/caption-heading/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/caption-heading/ui/MainWindow.blp - --------------- - -Card -==== - -.. figure:: ../images/libadwaita-style-class/card.webp - :alt: Adw style class card - :width: 805 - :height: 506 - - Adw style class card - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/card/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/card/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/card/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/card/ui/MainWindow.blp - --------------- - -Circular -======== - -.. figure:: ../images/libadwaita-style-class/circular.webp - :alt: Adw style class circular - :width: 805 - :height: 506 - - Adw style class circular - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/circular/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/circular/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/circular/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/circular/ui/MainWindow.blp - --------------- - -Colors -====== - -.. figure:: ../images/libadwaita-style-class/colors.webp - :alt: Adw style class colors - :width: 805 - :height: 506 - - Adw style class colors - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/colors/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/colors/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/colors/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/colors/ui/MainWindow.blp - --------------- - -Compact -======= - -.. figure:: ../images/libadwaita-style-class/compact.webp - :alt: Adw style class compact - :width: 805 - :height: 506 - - Adw style class compact - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/compact/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/compact/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/compact/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/compact/ui/MainWindow.blp - --------------- - -Destructive-action -================== - -.. figure:: ../images/libadwaita-style-class/destructive-action.webp - :alt: Adw style class destructive-action - :width: 805 - :height: 506 - - Adw style class destructive-action - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/destructive-action/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/destructive-action/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/destructive-action/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/destructive-action/ui/MainWindow.blp - --------------- - -Devel -===== - -.. figure:: ../images/libadwaita-style-class/devel.webp - :alt: Adw style class devel - :width: 805 - :height: 506 - - Adw style class devel - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/devel/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/devel/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/devel/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/devel/ui/MainWindow.blp - --------------- - -Dim-label -========= - -.. figure:: ../images/libadwaita-style-class/dim-label.webp - :alt: Adw style class dim-label - :width: 805 - :height: 506 - - Adw style class dim-label - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/dim-label/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/dim-label/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/dim-label/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/dim-label/ui/MainWindow.blp - --------------- - -Flat -==== - -.. figure:: ../images/libadwaita-style-class/flat.webp - :alt: Adw style class flat - :width: 805 - :height: 506 - - Adw style class flat - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/flat/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/flat/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/flat/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/flat/ui/MainWindow.blp - --------------- - -Frame -===== - -.. figure:: ../images/libadwaita-style-class/frame.webp - :alt: Adw style class frame - :width: 805 - :height: 506 - - Adw style class frame - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/frame/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/frame/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/frame/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/frame/ui/MainWindow.blp - --------------- - -Heading -======= - -.. figure:: ../images/libadwaita-style-class/heading.webp - :alt: Adw style class heading - :width: 805 - :height: 506 - - Adw style class heading - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/heading/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/heading/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/heading/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/heading/ui/MainWindow.blp - --------------- - -Icon-dropshadow -=============== - -.. figure:: ../images/libadwaita-style-class/icon-dropshadow.webp - :alt: Adw style class icon-dropshadow - :width: 805 - :height: 506 - - Adw style class icon-dropshadow - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/icon-dropshadow/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/icon-dropshadow/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/icon-dropshadow/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/icon-dropshadow/ui/MainWindow.blp - --------------- - -Inline -====== - -.. figure:: ../images/libadwaita-style-class/inline.webp - :alt: Adw style class inline - :width: 805 - :height: 506 - - Adw style class inline - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/inline/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/inline/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/inline/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/inline/ui/MainWindow.blp - --------------- - -Linked -====== - -.. figure:: ../images/libadwaita-style-class/linked.webp - :alt: Adw style class linked - :width: 805 - :height: 506 - - Adw style class linked - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/linked/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/linked/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/linked/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/linked/ui/MainWindow.blp - --------------- - -Lowres-icon -=========== - -.. figure:: ../images/libadwaita-style-class/lowres-icon.webp - :alt: Adw style class lowres-icon - :width: 805 - :height: 506 - - Adw style class lowres-icon - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/lowres-icon/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/lowres-icon/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/lowres-icon/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/lowres-icon/ui/MainWindow.blp - --------------- - -Menu -==== - -.. figure:: ../images/libadwaita-style-class/menu.webp - :alt: Adw style class menu - :width: 805 - :height: 506 - - Adw style class menu - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/menu/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/menu/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/menu/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/menu/ui/MainWindow.blp - --------------- - -Monospace -========= - -.. figure:: ../images/libadwaita-style-class/monospace.webp - :alt: Adw style class monospace - :width: 805 - :height: 506 - - Adw style class monospace - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/monospace/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/monospace/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/monospace/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/monospace/ui/MainWindow.blp - --------------- - -Navigation-sidebar -================== - -.. figure:: ../images/libadwaita-style-class/navigation-sidebar.webp - :alt: Adw style class navigation-sidebar - :width: 805 - :height: 506 - - Adw style class navigation-sidebar - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/navigation-sidebar/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/navigation-sidebar/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/navigation-sidebar/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/navigation-sidebar/ui/MainWindow.blp - --------------- - -Numeric -======= - -.. figure:: ../images/libadwaita-style-class/numeric.webp - :alt: Adw style class numeric - :width: 805 - :height: 506 - - Adw style class numeric - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/numeric/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/numeric/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/numeric/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/numeric/ui/MainWindow.blp - --------------- - -Opaque -====== - -.. figure:: ../images/libadwaita-style-class/opaque.webp - :alt: Adw style class opaque - :width: 805 - :height: 506 - - Adw style class opaque - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/opaque/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/opaque/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/opaque/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/opaque/ui/MainWindow.blp - --------------- - -Osd -=== - -.. figure:: ../images/libadwaita-style-class/osd.webp - :alt: Adw style class osd - :width: 805 - :height: 506 - - Adw style class osd - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/osd/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/osd/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/osd/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/osd/ui/MainWindow.blp - --------------- - -Pill -==== - -.. figure:: ../images/libadwaita-style-class/pill.webp - :alt: Adw style class pill - :width: 805 - :height: 506 - - Adw style class pill - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/pill/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/pill/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/pill/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/pill/ui/MainWindow.blp - --------------- - -property -======== - -.. figure:: ../images/libadwaita-style-class/property.webp - :alt: Adw style class property - :width: 805 - :height: 506 - - Adw style class property - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/property/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/property/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/property/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/property/ui/MainWindow.blp - --------------- - -Selection-mode -============== - -.. figure:: ../images/libadwaita-style-class/selection-mode.webp - :alt: Adw style class selection-mode - :width: 805 - :height: 506 - - Adw style class selection-mode - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/selection-mode/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/selection-mode/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/selection-mode/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/selection-mode/ui/MainWindow.blp - --------------- - -Spacer -====== - -.. figure:: ../images/libadwaita-style-class/spacer.webp - :alt: Adw style class spacer - :width: 805 - :height: 506 - - Adw style class spacer - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/spacer/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/spacer/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/spacer/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/spacer/ui/MainWindow.blp - --------------- - -Suggested-action -================ - -.. figure:: ../images/libadwaita-style-class/suggested-action.webp - :alt: Adw style class suggested-action - :width: 805 - :height: 506 - - Adw style class suggested-action - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/suggested-action/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/suggested-action/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/suggested-action/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/suggested-action/ui/MainWindow.blp - --------------- - -Title -===== - -.. figure:: ../images/libadwaita-style-class/title.webp - :alt: Adw style class title - :width: 805 - :height: 506 - - Adw style class title - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/title/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/title/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/title/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/title/ui/MainWindow.blp - --------------- - -Toolbar -======= - -.. figure:: ../images/libadwaita-style-class/toolbar.webp - :alt: Adw style class toolbar - :width: 805 - :height: 506 - - Adw style class toolbar - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/toolbar/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/toolbar/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/toolbar/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/toolbar/ui/MainWindow.blp - --------------- - -View -==== - -.. figure:: ../images/libadwaita-style-class/view.webp - :alt: Adw style class view - :width: 805 - :height: 506 - - Adw style class view - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-style-class/view/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-style-class/view/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-style-class/view/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-style-class/view/ui/MainWindow.blp diff --git a/docs/source/libadwaita-widgets.rst b/docs/source/libadwaita-widgets.rst deleted file mode 100644 index f6c05c71..00000000 --- a/docs/source/libadwaita-widgets.rst +++ /dev/null @@ -1,624 +0,0 @@ -:og:author: Renato Cruz (natorsc) -:og:title: Libadwaita widgets exemplos de código - justCode -:og:description: Exemplos de código sobre construção de interfaces gráficas com a linguagem de programação Python (PyGObject), o toolkit gráfico GTK e a biblioteca libadwaita. - -.. meta:: - :author: Renato Cruz (natorsc) - :description: Exemplos de código sobre construção de interfaces gráficas com a linguagem de programação Python (PyGObject), o toolkit gráfico GTK e a biblioteca libadwaita. - :description lang=en: Code examples for building graphical interfaces with the Python programming language (PyGObject), the GTK graphical toolkit and the libadwaita library. - :keywords: Gnome, GTK, Libadwaita, Python, PyGObject, Blueprint, - -======= -Widgets -======= - -Adw.AboutWindow -=============== - -.. figure:: ../images/libadwaita-widgets/about-window.webp - :alt: Adw.AboutWindow - :width: 384 - - Adw.AboutWindow - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/about-window/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/about-window/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/about-window/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/about-window/ui/MainWindow.blp - --------------- - -Adw.ActionRow -============= - -.. figure:: ../images/libadwaita-widgets/action-row.webp - :alt: Adw.ActionRow - :width: 683 - - Adw.ActionRow - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/action-row/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/action-row/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/action-row/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/action-row/ui/MainWindow.blp - --------------- - -Adw.Application -=============== - -.. figure:: ../images/libadwaita-widgets/application.webp - :alt: Adw.Application - :width: 683 - - Adw.Application - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/application/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/application/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/application/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/application/ui/MainWindow.blp - --------------- - -Adw.Avatar -========== - -.. figure:: ../images/libadwaita-widgets/avatar.webp - :alt: Adw.Avatar - :width: 683 - - Adw.Avatar - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/avatar/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/avatar/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/avatar/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/avatar/ui/MainWindow.blp - --------------- - -Adw.Banner -========== - -.. figure:: ../images/libadwaita-widgets/banner.webp - :alt: Adw.Banner - :width: 683 - - Adw.Banner - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/banner/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/banner/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/banner/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/banner/ui/MainWindow.blp - --------------- - -Adw.ButtonContent -================= - -.. figure:: ../images/libadwaita-widgets/button-content.webp - :alt: Adw.ButtonContent - :width: 683 - - Adw.ButtonContent - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/button-content/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/button-content/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/button-content/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/button-content/ui/MainWindow.blp - --------------- - -Adw.Carousel -============ - -.. figure:: ../images/libadwaita-widgets/carousel.webp - :alt: Adw.Carousel - :width: 683 - - Adw.Carousel - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/carousel/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/carousel/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/carousel/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/carousel/ui/MainWindow.blp - --------------- - -Adw.CarouselIndicatorDots -========================= - -.. figure:: ../images/libadwaita-widgets/carousel-indicator-dots.webp - :alt: Adw.CarouselIndicatorDots - :width: 683 - - Adw.CarouselIndicatorDots - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/carousel-indicator-dots/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/carousel-indicator-dots/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/carousel-indicator-dots/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/carousel-indicator-dots/ui/MainWindow.blp - --------------- - -Adw.CarouselIndicatorLines -========================== - -.. figure:: ../images/libadwaita-widgets/carousel-indicator-lines.webp - :alt: Adw.CarouselIndicatorLines - :width: 683 - - Adw.CarouselIndicatorLines - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/carousel-indicator-lines/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/carousel-indicator-lines/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/carousel-indicator-lines/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/carousel-indicator-lines/ui/MainWindow.blp - --------------- - -Adw.Clamp -========= - -.. figure:: ../images/libadwaita-widgets/clamp.webp - :alt: Adw.Clamp - :width: 683 - - Adw.Clamp - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/clamp/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/clamp/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/clamp/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/clamp/ui/MainWindow.blp - --------------- - -Adw.ComboRow -============ - -.. figure:: ../images/libadwaita-widgets/combo-row.webp - :alt: Adw.ComboRow - :width: 683 - - Adw.ComboRow - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/combo-row/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/combo-row/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/combo-row/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/combo-row/ui/MainWindow.blp - --------------- - -Adw.EntryRow -============ - -.. figure:: ../images/libadwaita-widgets/entry-row.webp - :alt: Adw.EntryRow - :width: 683 - - Adw.EntryRow - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/entry-row/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/entry-row/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/entry-row/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/entry-row/ui/MainWindow.blp - --------------- - -Adw.ExpanderRow -=============== - -.. figure:: ../images/libadwaita-widgets/expander-row.webp - :alt: Adw.ExpanderRow - :width: 683 - - Adw.ExpanderRow - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/expander-row/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/expander-row/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/expander-row/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/expander-row/ui/MainWindow.blp - --------------- - -Adw.MessageDialog -================= - -.. figure:: ../images/libadwaita-widgets/message-dialog.webp - :alt: Adw.MessageDialog - :width: 683 - - Adw.MessageDialog - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/message-dialog/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/message-dialog/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/message-dialog/ui/MainWindow.ui - :language: html - --------------- - -Adw.NavigationSplitView -======================= - -.. figure:: ../images/libadwaita-widgets/navigation-split-view.webp - :alt: Adw.NavigationSplitView - :width: 683 - - Adw.NavigationSplitView - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/navigation-split-view/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/navigation-split-view/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/navigation-split-view/ui/MainWindow.blp - --------------- - -Adw.PasswordEntryRow -==================== - -.. figure:: ../images/libadwaita-widgets/password-entry-row.webp - :alt: Adw.PasswordEntryRow - :width: 683 - - Adw.PasswordEntryRow - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/password-entry-row/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/password-entry-row/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/password-entry-row/ui/MainWindow.blp - --------------- - -Adw.PreferencesPage -=================== - -.. figure:: ../images/libadwaita-widgets/preferences-page.webp - :alt: Adw.PreferencesPage - :width: 683 - - Adw.PreferencesPage - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/preferences-page/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/preferences-page/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/preferences-page/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/preferences-page/ui/MainWindow.blp - --------------- - -Adw.PreferencesWindow -===================== - -.. figure:: ../images/libadwaita-widgets/preferences-window.webp - :alt: Adw.PreferencesWindow - :width: 683 - - Adw.PreferencesWindow - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/preferences-window/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/preferences-window/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/preferences-window/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/preferences-window/ui/MainWindow.blp - --------------- - -Adw.SplitButton -=============== - -.. figure:: ../images/libadwaita-widgets/split-button.webp - :alt: Adw.SplitButton - :width: 683 - - Adw.SplitButton - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/split-button/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/split-button/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/split-button/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/split-button/ui/MainWindow.blp - --------------- - -Adw.StatusPage -============== - -.. figure:: ../images/libadwaita-widgets/status-page.webp - :alt: Adw.StatusPage - :width: 683 - - Adw.StatusPage - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/status-page/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/status-page/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/status-page/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/status-page/ui/MainWindow.blp - --------------- - -Adw.Toast -========= - -.. figure:: ../images/libadwaita-widgets/toast.webp - :alt: Adw.Toast - :width: 683 - - Adw.Toast - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/toast/MainWindow.py - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/toast/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/toast/ui/MainWindow.ui - :language: html - -.. tab:: Blueprint - - .. literalinclude:: ../../src/libadwaita-widgets/toast/ui/MainWindow.blp - --------------- - -Adw.ToolbarView -=============== - -.. figure:: ../images/libadwaita-widgets/toolbar-view.webp - :alt: Adw.ToolbarView - :width: 683 - - Adw.ToolbarView - -.. tab:: Python - - .. literalinclude:: ../../src/libadwaita-widgets/toolbar-view/MainWindow.py - --------------- - -Adw.ViewStack -============= - -.. warning:: Criar código com Blueprint - -.. figure:: ../images/libadwaita-widgets/view-stack.webp - :alt: Adw.ViewStack - :width: 683 - - Adw.ViewStack - -.. tab:: Python load ui - - .. literalinclude:: ../../src/libadwaita-widgets/view-stack/ui/MainWindow.py - -.. tab:: UI - - .. literalinclude:: ../../src/libadwaita-widgets/view-stack/ui/MainWindow.ui - :language: html diff --git a/docs/widgets-info/AdwAboutWindow.md b/docs/widgets-info/AdwAboutWindow.md deleted file mode 100644 index c0ca5aff..00000000 --- a/docs/widgets-info/AdwAboutWindow.md +++ /dev/null @@ -1,324 +0,0 @@ -# AdwAboutWindow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- application -- application_icon -- application_name -- artists -- can_focus -- can_target -- child -- comments -- content -- copyright -- css_classes -- css_name -- current_breakpoint -- cursor -- debug_info -- debug_info_filename -- decorated -- default_height -- default_widget -- default_width -- deletable -- designers -- destroy_with_parent -- developer_name -- developers -- dialogs -- display -- documenters -- focus_on_click -- focus_visible -- focus_widget -- focusable -- fullscreened -- halign -- handle_menubar_accel -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- hide_on_close -- icon_name -- is_active -- issue_url -- layout_manager -- license -- license_type -- margin_bottom -- margin_end -- margin_start -- margin_top -- maximized -- mnemonics_visible -- modal -- name -- opacity -- overflow -- parent -- receives_default -- release_notes -- release_notes_version -- resizable -- root -- scale_factor -- sensitive -- startup_id -- support_url -- suspended -- title -- titlebar -- tooltip_markup -- tooltip_text -- transient_for -- translator_credits -- valign -- version -- vexpand -- vexpand_set -- visible -- visible_dialog -- website -- width_request. - -## Sinais (signals): - -- activate-link. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_application -- get_application_icon -- get_application_name -- get_artists -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_comments -- get_content -- get_copyright -- get_css_classes -- get_css_name -- get_current_breakpoint -- get_cursor -- get_data -- get_debug_info -- get_debug_info_filename -- get_decorated -- get_default_direction -- get_default_icon_name -- get_default_size -- get_default_widget -- get_deletable -- get_designers -- get_destroy_with_parent -- get_developer_name -- get_developers -- get_dialogs -- get_direction -- get_display -- get_documenters -- get_first_accessible_child -- get_first_child -- get_focus -- get_focus_child -- get_focus_on_click -- get_focus_visible -- get_focusable -- get_font_map -- get_font_options -- get_for_surface -- get_frame_clock -- get_group -- get_halign -- get_handle_menubar_accel -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_hide_on_close -- get_icon_name -- get_issue_url -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_license -- get_license_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_mnemonics_visible -- get_modal -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_release_notes -- get_release_notes_version -- get_renderer -- get_request_mode -- get_resizable -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_support_url -- get_surface -- get_surface_transform -- get_template_child -- get_title -- get_titlebar -- get_tooltip_markup -- get_tooltip_text -- get_toplevels -- get_transient_for -- get_translator_credits -- get_valign -- get_version -- get_vexpand -- get_vexpand_set -- get_visible -- get_visible_dialog -- get_website -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_application -- set_application_icon -- set_application_name -- set_artists -- set_auto_startup_notification -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_comments -- set_content -- set_copyright -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_debug_info -- set_debug_info_filename -- set_decorated -- set_default_direction -- set_default_icon_name -- set_default_size -- set_default_widget -- set_deletable -- set_designers -- set_destroy_with_parent -- set_developer_name -- set_developers -- set_direction -- set_display -- set_documenters -- set_focus -- set_focus_child -- set_focus_on_click -- set_focus_visible -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_handle_menubar_accel -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_hide_on_close -- set_icon_name -- set_interactive_debugging -- set_issue_url -- set_layout_manager -- set_layout_manager_type -- set_license -- set_license_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_mnemonics_visible -- set_modal -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_release_notes -- set_release_notes_version -- set_resizable -- set_sensitive -- set_size_request -- set_startup_id -- set_state_flags -- set_support_url -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_titlebar -- set_tooltip_markup -- set_tooltip_text -- set_transient_for -- set_translator_credits -- set_valign -- set_version -- set_vexpand -- set_vexpand_set -- set_visible -- set_website. diff --git a/docs/widgets-info/AdwActionRow.md b/docs/widgets-info/AdwActionRow.md deleted file mode 100644 index 74e28e94..00000000 --- a/docs/widgets-info/AdwActionRow.md +++ /dev/null @@ -1,231 +0,0 @@ -# AdwActionRow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- activatable -- activatable_widget -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- selectable -- sensitive -- subtitle -- subtitle_lines -- subtitle_selectable -- title -- title_lines -- title_selectable -- tooltip_markup -- tooltip_text -- use_markup -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activated. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activatable -- get_activatable_widget -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_header -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_index -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_selectable -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_subtitle -- get_subtitle_lines -- get_subtitle_selectable -- get_template_child -- get_title -- get_title_lines -- get_title_selectable -- get_tooltip_markup -- get_tooltip_text -- get_use_markup -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activatable -- set_activatable_widget -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_header -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_selectable -- set_sensitive -- set_size_request -- set_state_flags -- set_subtitle -- set_subtitle_lines -- set_subtitle_selectable -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_title_lines -- set_title_selectable -- set_tooltip_markup -- set_tooltip_text -- set_use_markup -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwAvatar.md b/docs/widgets-info/AdwAvatar.md deleted file mode 100644 index d34d104c..00000000 --- a/docs/widgets-info/AdwAvatar.md +++ /dev/null @@ -1,196 +0,0 @@ -# AdwAvatar - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- custom_image -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- show_initials -- size -- text -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_custom_image -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_show_initials -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_text -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_custom_image -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_show_initials -- set_size -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_text -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwBanner.md b/docs/widgets-info/AdwBanner.md deleted file mode 100644 index 351c77c3..00000000 --- a/docs/widgets-info/AdwBanner.md +++ /dev/null @@ -1,201 +0,0 @@ -# AdwBanner - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- button_label -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- revealed -- root -- scale_factor -- sensitive -- title -- tooltip_markup -- tooltip_text -- use_markup -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- button-clicked. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_button_label -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_revealed -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_title -- get_tooltip_markup -- get_tooltip_text -- get_use_markup -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activate_signal -- set_activate_signal_from_name -- set_button_label -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_revealed -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_tooltip_markup -- set_tooltip_text -- set_use_markup -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwButtonContent.md b/docs/widgets-info/AdwButtonContent.md deleted file mode 100644 index f0f8ed86..00000000 --- a/docs/widgets-info/AdwButtonContent.md +++ /dev/null @@ -1,194 +0,0 @@ -# AdwButtonContent - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_shrink -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- label -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_shrink -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_label -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_shrink -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_label -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwCarousel.md b/docs/widgets-info/AdwCarousel.md deleted file mode 100644 index c9da9b07..00000000 --- a/docs/widgets-info/AdwCarousel.md +++ /dev/null @@ -1,216 +0,0 @@ -# AdwCarousel - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- allow_long_swipes -- allow_mouse_drag -- allow_scroll_wheel -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- interactive -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- n_pages -- name -- opacity -- orientation -- overflow -- parent -- position -- receives_default -- reveal_duration -- root -- scale_factor -- scroll_params -- sensitive -- spacing -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- page-changed. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_allow_long_swipes -- get_allow_mouse_drag -- get_allow_scroll_wheel -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_cancel_progress -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_distance -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_interactive -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_n_pages -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_nth_page -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_position -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_progress -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_reveal_duration -- get_root -- get_scale_factor -- get_scroll_params -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_snap_points -- get_spacing -- get_state_flags -- get_style_context -- get_swipe_area -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_allow_long_swipes -- set_allow_mouse_drag -- set_allow_scroll_wheel -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_interactive -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_reveal_duration -- set_scroll_params -- set_sensitive -- set_size_request -- set_spacing -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwCarouselIndicatorDots.md b/docs/widgets-info/AdwCarouselIndicatorDots.md deleted file mode 100644 index 83f83c90..00000000 --- a/docs/widgets-info/AdwCarouselIndicatorDots.md +++ /dev/null @@ -1,188 +0,0 @@ -# AdwCarouselIndicatorDots - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- carousel -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- orientation -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_carousel -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_carousel -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwCarouselIndicatorLines.md b/docs/widgets-info/AdwCarouselIndicatorLines.md deleted file mode 100644 index 4c2f1ac8..00000000 --- a/docs/widgets-info/AdwCarouselIndicatorLines.md +++ /dev/null @@ -1,188 +0,0 @@ -# AdwCarouselIndicatorLines - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- carousel -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- orientation -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_carousel -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_carousel -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwClamp.md b/docs/widgets-info/AdwClamp.md deleted file mode 100644 index dc055220..00000000 --- a/docs/widgets-info/AdwClamp.md +++ /dev/null @@ -1,197 +0,0 @@ -# AdwClamp - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- maximum_size -- name -- opacity -- orientation -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tightening_threshold -- tooltip_markup -- tooltip_text -- unit -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_maximum_size -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tightening_threshold -- get_tooltip_markup -- get_tooltip_text -- get_unit -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_maximum_size -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tightening_threshold -- set_tooltip_markup -- set_tooltip_text -- set_unit -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwComboRow.md b/docs/widgets-info/AdwComboRow.md deleted file mode 100644 index a7908048..00000000 --- a/docs/widgets-info/AdwComboRow.md +++ /dev/null @@ -1,254 +0,0 @@ -# AdwComboRow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- activatable -- activatable_widget -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- enable_search -- expression -- factory -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- layout_manager -- list_factory -- margin_bottom -- margin_end -- margin_start -- margin_top -- model -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- selectable -- selected -- selected_item -- sensitive -- subtitle -- subtitle_lines -- subtitle_selectable -- title -- title_lines -- title_selectable -- tooltip_markup -- tooltip_text -- use_markup -- use_subtitle -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activatable -- get_activatable_widget -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_enable_search -- get_expression -- get_factory -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_header -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_index -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_list_factory -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_model -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_selectable -- get_selected -- get_selected_item -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_subtitle -- get_subtitle_lines -- get_subtitle_selectable -- get_template_child -- get_title -- get_title_lines -- get_title_selectable -- get_tooltip_markup -- get_tooltip_text -- get_use_markup -- get_use_subtitle -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activatable -- set_activatable_widget -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_enable_search -- set_expression -- set_factory -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_header -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_layout_manager -- set_layout_manager_type -- set_list_factory -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_model -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_selectable -- set_selected -- set_sensitive -- set_size_request -- set_state_flags -- set_subtitle -- set_subtitle_lines -- set_subtitle_selectable -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_title_lines -- set_title_selectable -- set_tooltip_markup -- set_tooltip_text -- set_use_markup -- set_use_subtitle -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwEntryRow.md b/docs/widgets-info/AdwEntryRow.md deleted file mode 100644 index fb6e5898..00000000 --- a/docs/widgets-info/AdwEntryRow.md +++ /dev/null @@ -1,259 +0,0 @@ -# AdwEntryRow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- activatable -- activates_default -- attributes -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- cursor_position -- editable -- enable_emoji_completion -- enable_undo -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- input_hints -- input_purpose -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- max_width_chars -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- selectable -- selection_bound -- sensitive -- show_apply_button -- text -- text_length -- title -- title_selectable -- tooltip_markup -- tooltip_text -- use_markup -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_chars -- width_request -- xalign. - -## Sinais (signals): - -- apply -- entry-activated. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activatable -- get_activate_signal -- get_activates_default -- get_alignment -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_attributes -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_chars -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_delegate -- get_direction -- get_display -- get_editable -- get_enable_emoji_completion -- get_enable_undo -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_header -- get_height -- get_hexpand -- get_hexpand_set -- get_index -- get_input_hints -- get_input_purpose -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_max_width_chars -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_position -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_selectable -- get_selection_bounds -- get_sensitive -- get_settings -- get_show_apply_button -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_text -- get_text_length -- get_title -- get_title_selectable -- get_tooltip_markup -- get_tooltip_text -- get_use_markup -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width -- get_width_chars. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activatable -- set_activate_signal -- set_activate_signal_from_name -- set_activates_default -- set_alignment -- set_attributes -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_editable -- set_enable_emoji_completion -- set_enable_undo -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_header -- set_hexpand -- set_hexpand_set -- set_input_hints -- set_input_purpose -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_max_width_chars -- set_name -- set_opacity -- set_overflow -- set_parent -- set_position -- set_properties -- set_property -- set_receives_default -- set_selectable -- set_sensitive -- set_show_apply_button -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_text -- set_title -- set_title_selectable -- set_tooltip_markup -- set_tooltip_text -- set_use_markup -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible -- set_width_chars. diff --git a/docs/widgets-info/AdwExpanderRow.md b/docs/widgets-info/AdwExpanderRow.md deleted file mode 100644 index 6f62adf2..00000000 --- a/docs/widgets-info/AdwExpanderRow.md +++ /dev/null @@ -1,234 +0,0 @@ -# AdwExpanderRow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- activatable -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- enable_expansion -- expanded -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- selectable -- sensitive -- show_enable_switch -- subtitle -- subtitle_lines -- title -- title_lines -- title_selectable -- tooltip_markup -- tooltip_text -- use_markup -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activatable -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_enable_expansion -- get_expanded -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_header -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_index -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_selectable -- get_sensitive -- get_settings -- get_show_enable_switch -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_subtitle -- get_subtitle_lines -- get_template_child -- get_title -- get_title_lines -- get_title_selectable -- get_tooltip_markup -- get_tooltip_text -- get_use_markup -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activatable -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_enable_expansion -- set_expanded -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_header -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_selectable -- set_sensitive -- set_show_enable_switch -- set_size_request -- set_state_flags -- set_subtitle -- set_subtitle_lines -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_title_lines -- set_title_selectable -- set_tooltip_markup -- set_tooltip_text -- set_use_markup -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwMessageDialog.md b/docs/widgets-info/AdwMessageDialog.md deleted file mode 100644 index 95e42845..00000000 --- a/docs/widgets-info/AdwMessageDialog.md +++ /dev/null @@ -1,282 +0,0 @@ -# AdwMessageDialog - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- application -- body -- body_use_markup -- can_focus -- can_target -- child -- close_response -- css_classes -- css_name -- cursor -- decorated -- default_height -- default_response -- default_widget -- default_width -- deletable -- destroy_with_parent -- display -- extra_child -- focus_on_click -- focus_visible -- focus_widget -- focusable -- fullscreened -- halign -- handle_menubar_accel -- has_default -- has_focus -- has_tooltip -- heading -- heading_use_markup -- height_request -- hexpand -- hexpand_set -- hide_on_close -- icon_name -- is_active -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- maximized -- mnemonics_visible -- modal -- name -- opacity -- overflow -- parent -- receives_default -- resizable -- root -- scale_factor -- sensitive -- startup_id -- suspended -- title -- titlebar -- tooltip_markup -- tooltip_text -- transient_for -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- response. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_application -- get_at_context -- get_baseline -- get_body -- get_body_use_markup -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_close_response -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_decorated -- get_default_direction -- get_default_icon_name -- get_default_response -- get_default_size -- get_default_widget -- get_deletable -- get_destroy_with_parent -- get_direction -- get_display -- get_extra_child -- get_first_accessible_child -- get_first_child -- get_focus -- get_focus_child -- get_focus_on_click -- get_focus_visible -- get_focusable -- get_font_map -- get_font_options -- get_for_surface -- get_frame_clock -- get_group -- get_halign -- get_handle_menubar_accel -- get_has_tooltip -- get_heading -- get_heading_use_markup -- get_height -- get_hexpand -- get_hexpand_set -- get_hide_on_close -- get_icon_name -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_mnemonics_visible -- get_modal -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_renderer -- get_request_mode -- get_resizable -- get_response_appearance -- get_response_enabled -- get_response_label -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_surface -- get_surface_transform -- get_template_child -- get_title -- get_titlebar -- get_tooltip_markup -- get_tooltip_text -- get_toplevels -- get_transient_for -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_application -- set_auto_startup_notification -- set_body -- set_body_use_markup -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_close_response -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_decorated -- set_default_direction -- set_default_icon_name -- set_default_response -- set_default_size -- set_default_widget -- set_deletable -- set_destroy_with_parent -- set_direction -- set_display -- set_extra_child -- set_focus -- set_focus_child -- set_focus_on_click -- set_focus_visible -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_handle_menubar_accel -- set_has_tooltip -- set_heading -- set_heading_use_markup -- set_hexpand -- set_hexpand_set -- set_hide_on_close -- set_icon_name -- set_interactive_debugging -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_mnemonics_visible -- set_modal -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_resizable -- set_response_appearance -- set_response_enabled -- set_response_label -- set_sensitive -- set_size_request -- set_startup_id -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_titlebar -- set_tooltip_markup -- set_tooltip_text -- set_transient_for -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwNavigationSplitView.md b/docs/widgets-info/AdwNavigationSplitView.md deleted file mode 100644 index 3c69f949..00000000 --- a/docs/widgets-info/AdwNavigationSplitView.md +++ /dev/null @@ -1,206 +0,0 @@ -# AdwNavigationSplitView - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- collapsed -- content -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- max_sidebar_width -- min_sidebar_width -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- show_content -- sidebar -- sidebar_width_fraction -- sidebar_width_unit -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_collapsed -- get_color -- get_content -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_max_sidebar_width -- get_min_sidebar_width -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_show_content -- get_sidebar -- get_sidebar_width_fraction -- get_sidebar_width_unit -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_collapsed -- set_content -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_max_sidebar_width -- set_min_sidebar_width -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_show_content -- set_sidebar -- set_sidebar_width_fraction -- set_sidebar_width_unit -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwPasswordEntryRow.md b/docs/widgets-info/AdwPasswordEntryRow.md deleted file mode 100644 index 52f45148..00000000 --- a/docs/widgets-info/AdwPasswordEntryRow.md +++ /dev/null @@ -1,258 +0,0 @@ -# AdwPasswordEntryRow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- activatable -- activates_default -- attributes -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- cursor_position -- editable -- enable_emoji_completion -- enable_undo -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- input_hints -- input_purpose -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- max_width_chars -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- selectable -- selection_bound -- sensitive -- show_apply_button -- text -- text_length -- title -- title_selectable -- tooltip_markup -- tooltip_text -- use_markup -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_chars -- width_request -- xalign. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activatable -- get_activate_signal -- get_activates_default -- get_alignment -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_attributes -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_chars -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_delegate -- get_direction -- get_display -- get_editable -- get_enable_emoji_completion -- get_enable_undo -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_header -- get_height -- get_hexpand -- get_hexpand_set -- get_index -- get_input_hints -- get_input_purpose -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_max_width_chars -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_position -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_selectable -- get_selection_bounds -- get_sensitive -- get_settings -- get_show_apply_button -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_text -- get_text_length -- get_title -- get_title_selectable -- get_tooltip_markup -- get_tooltip_text -- get_use_markup -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width -- get_width_chars. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activatable -- set_activate_signal -- set_activate_signal_from_name -- set_activates_default -- set_alignment -- set_attributes -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_editable -- set_enable_emoji_completion -- set_enable_undo -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_header -- set_hexpand -- set_hexpand_set -- set_input_hints -- set_input_purpose -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_max_width_chars -- set_name -- set_opacity -- set_overflow -- set_parent -- set_position -- set_properties -- set_property -- set_receives_default -- set_selectable -- set_sensitive -- set_show_apply_button -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_text -- set_title -- set_title_selectable -- set_tooltip_markup -- set_tooltip_text -- set_use_markup -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible -- set_width_chars. diff --git a/docs/widgets-info/AdwPreferencesWindow.md b/docs/widgets-info/AdwPreferencesWindow.md deleted file mode 100644 index 1e4fba38..00000000 --- a/docs/widgets-info/AdwPreferencesWindow.md +++ /dev/null @@ -1,276 +0,0 @@ -# AdwPreferencesWindow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- application -- can_focus -- can_navigate_back -- can_target -- child -- content -- css_classes -- css_name -- current_breakpoint -- cursor -- decorated -- default_height -- default_widget -- default_width -- deletable -- destroy_with_parent -- dialogs -- display -- focus_on_click -- focus_visible -- focus_widget -- focusable -- fullscreened -- halign -- handle_menubar_accel -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- hide_on_close -- icon_name -- is_active -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- maximized -- mnemonics_visible -- modal -- name -- opacity -- overflow -- parent -- receives_default -- resizable -- root -- scale_factor -- search_enabled -- sensitive -- startup_id -- suspended -- title -- titlebar -- tooltip_markup -- tooltip_text -- transient_for -- valign -- vexpand -- vexpand_set -- visible -- visible_dialog -- visible_page -- visible_page_name -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_application -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_navigate_back -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_content -- get_css_classes -- get_css_name -- get_current_breakpoint -- get_cursor -- get_data -- get_decorated -- get_default_direction -- get_default_icon_name -- get_default_size -- get_default_widget -- get_deletable -- get_destroy_with_parent -- get_dialogs -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus -- get_focus_child -- get_focus_on_click -- get_focus_visible -- get_focusable -- get_font_map -- get_font_options -- get_for_surface -- get_frame_clock -- get_group -- get_halign -- get_handle_menubar_accel -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_hide_on_close -- get_icon_name -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_mnemonics_visible -- get_modal -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_renderer -- get_request_mode -- get_resizable -- get_root -- get_scale_factor -- get_search_enabled -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_surface -- get_surface_transform -- get_template_child -- get_title -- get_titlebar -- get_tooltip_markup -- get_tooltip_text -- get_toplevels -- get_transient_for -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_visible_dialog -- get_visible_page -- get_visible_page_name -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_application -- set_auto_startup_notification -- set_can_focus -- set_can_navigate_back -- set_can_target -- set_child -- set_child_visible -- set_content -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_decorated -- set_default_direction -- set_default_icon_name -- set_default_size -- set_default_widget -- set_deletable -- set_destroy_with_parent -- set_direction -- set_display -- set_focus -- set_focus_child -- set_focus_on_click -- set_focus_visible -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_handle_menubar_accel -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_hide_on_close -- set_icon_name -- set_interactive_debugging -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_mnemonics_visible -- set_modal -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_resizable -- set_search_enabled -- set_sensitive -- set_size_request -- set_startup_id -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_titlebar -- set_tooltip_markup -- set_tooltip_text -- set_transient_for -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible -- set_visible_page -- set_visible_page_name. diff --git a/docs/widgets-info/AdwSplitButton.md b/docs/widgets-info/AdwSplitButton.md deleted file mode 100644 index 436d2b6d..00000000 --- a/docs/widgets-info/AdwSplitButton.md +++ /dev/null @@ -1,215 +0,0 @@ -# AdwSplitButton - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- can_focus -- can_shrink -- can_target -- child -- css_classes -- css_name -- cursor -- direction -- dropdown_tooltip -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- label -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- menu_model -- name -- opacity -- overflow -- parent -- popover -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate -- clicked. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_shrink -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_dropdown_tooltip -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_label -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_menu_model -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_popover -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_shrink -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_dropdown_tooltip -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_label -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_menu_model -- set_name -- set_opacity -- set_overflow -- set_parent -- set_popover -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwStatusPage.md b/docs/widgets-info/AdwStatusPage.md deleted file mode 100644 index 87b92b3a..00000000 --- a/docs/widgets-info/AdwStatusPage.md +++ /dev/null @@ -1,197 +0,0 @@ -# AdwStatusPage - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- description -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- paintable -- parent -- receives_default -- root -- scale_factor -- sensitive -- title -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_description -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_paintable -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_title -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_description -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_paintable -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwToolbarView.md b/docs/widgets-info/AdwToolbarView.md deleted file mode 100644 index ca1ea1c5..00000000 --- a/docs/widgets-info/AdwToolbarView.md +++ /dev/null @@ -1,207 +0,0 @@ -# AdwToolbarView - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- bottom_bar_height -- bottom_bar_style -- can_focus -- can_target -- content -- css_classes -- css_name -- cursor -- extend_content_to_bottom_edge -- extend_content_to_top_edge -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- reveal_bottom_bars -- reveal_top_bars -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- top_bar_height -- top_bar_style -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bottom_bar_height -- get_bottom_bar_style -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_content -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_extend_content_to_bottom_edge -- get_extend_content_to_top_edge -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_reveal_bottom_bars -- get_reveal_top_bars -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_top_bar_height -- get_top_bar_style -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_bottom_bar_style -- set_can_focus -- set_can_target -- set_child_visible -- set_content -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_extend_content_to_bottom_edge -- set_extend_content_to_top_edge -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_reveal_bottom_bars -- set_reveal_top_bars -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_top_bar_style -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/AdwViewStack.md b/docs/widgets-info/AdwViewStack.md deleted file mode 100644 index 39438aa7..00000000 --- a/docs/widgets-info/AdwViewStack.md +++ /dev/null @@ -1,198 +0,0 @@ -# AdwViewStack - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- hhomogeneous -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- pages -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- vhomogeneous -- visible -- visible_child -- visible_child_name -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_by_name -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_hhomogeneous -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_page -- get_pages -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_vhomogeneous -- get_visible -- get_visible_child -- get_visible_child_name -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_hhomogeneous -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_vhomogeneous -- set_visible -- set_visible_child -- set_visible_child_name. diff --git a/docs/widgets-info/GtkActionBar.md b/docs/widgets-info/GtkActionBar.md deleted file mode 100644 index 81bc7714..00000000 --- a/docs/widgets-info/GtkActionBar.md +++ /dev/null @@ -1,187 +0,0 @@ -# GtkActionBar - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- revealed -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_center_widget -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_revealed -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_center_widget -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_revealed -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkApplicationWindow.md b/docs/widgets-info/GtkApplicationWindow.md deleted file mode 100644 index 65970294..00000000 --- a/docs/widgets-info/GtkApplicationWindow.md +++ /dev/null @@ -1,266 +0,0 @@ -# GtkApplicationWindow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- application -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- decorated -- default_height -- default_widget -- default_width -- deletable -- destroy_with_parent -- display -- focus_on_click -- focus_visible -- focus_widget -- focusable -- fullscreened -- halign -- handle_menubar_accel -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- hide_on_close -- icon_name -- is_active -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- maximized -- mnemonics_visible -- modal -- name -- opacity -- overflow -- parent -- receives_default -- resizable -- root -- scale_factor -- sensitive -- show_menubar -- startup_id -- suspended -- title -- titlebar -- tooltip_markup -- tooltip_text -- transient_for -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_enabled -- get_action_parameter_type -- get_action_state -- get_action_state_hint -- get_action_state_type -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_application -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_decorated -- get_default_direction -- get_default_icon_name -- get_default_size -- get_default_widget -- get_deletable -- get_destroy_with_parent -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus -- get_focus_child -- get_focus_on_click -- get_focus_visible -- get_focusable -- get_font_map -- get_font_options -- get_for_surface -- get_frame_clock -- get_group -- get_halign -- get_handle_menubar_accel -- get_has_tooltip -- get_height -- get_help_overlay -- get_hexpand -- get_hexpand_set -- get_hide_on_close -- get_icon_name -- get_id -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_mnemonics_visible -- get_modal -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_renderer -- get_request_mode -- get_resizable -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_show_menubar -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_surface -- get_surface_transform -- get_template_child -- get_title -- get_titlebar -- get_tooltip_markup -- get_tooltip_text -- get_toplevels -- get_transient_for -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_application -- set_auto_startup_notification -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_decorated -- set_default_direction -- set_default_icon_name -- set_default_size -- set_default_widget -- set_deletable -- set_destroy_with_parent -- set_direction -- set_display -- set_focus -- set_focus_child -- set_focus_on_click -- set_focus_visible -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_handle_menubar_accel -- set_has_tooltip -- set_help_overlay -- set_hexpand -- set_hexpand_set -- set_hide_on_close -- set_icon_name -- set_interactive_debugging -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_mnemonics_visible -- set_modal -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_resizable -- set_sensitive -- set_show_menubar -- set_size_request -- set_startup_id -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_titlebar -- set_tooltip_markup -- set_tooltip_text -- set_transient_for -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkBox.md b/docs/widgets-info/GtkBox.md deleted file mode 100644 index 8361fd43..00000000 --- a/docs/widgets-info/GtkBox.md +++ /dev/null @@ -1,197 +0,0 @@ -# GtkBox - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- baseline_child -- baseline_position -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- homogeneous -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- orientation -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- spacing -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_baseline_child -- get_baseline_position -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_homogeneous -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_spacing -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_baseline_child -- set_baseline_position -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_homogeneous -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_spacing -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkButton.md b/docs/widgets-info/GtkButton.md deleted file mode 100644 index f928b237..00000000 --- a/docs/widgets-info/GtkButton.md +++ /dev/null @@ -1,208 +0,0 @@ -# GtkButton - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- can_focus -- can_shrink -- can_target -- child -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_frame -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- label -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate -- clicked. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_shrink -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_frame -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_label -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_shrink -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_frame -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_label -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkCalendar.md b/docs/widgets-info/GtkCalendar.md deleted file mode 100644 index 6ca24a32..00000000 --- a/docs/widgets-info/GtkCalendar.md +++ /dev/null @@ -1,206 +0,0 @@ -# GtkCalendar - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- day -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- month -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- show_day_names -- show_heading -- show_week_numbers -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request -- year. - -## Sinais (signals): - -- day-selected -- next-month -- next-year -- prev-month -- prev-year. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_date -- get_day -- get_day_is_marked -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_month -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_show_day_names -- get_show_heading -- get_show_week_numbers -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width -- get_year. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_day -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_month -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_show_day_names -- set_show_heading -- set_show_week_numbers -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible -- set_year. diff --git a/docs/widgets-info/GtkCheckButton.md b/docs/widgets-info/GtkCheckButton.md deleted file mode 100644 index 959d714b..00000000 --- a/docs/widgets-info/GtkCheckButton.md +++ /dev/null @@ -1,207 +0,0 @@ -# GtkCheckButton - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- active -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- group -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- inconsistent -- label -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate -- toggled. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activate_signal -- get_active -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_inconsistent -- get_label -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activate_signal -- set_activate_signal_from_name -- set_active -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_group -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_inconsistent -- set_label -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkColorDialogButton.md b/docs/widgets-info/GtkColorDialogButton.md deleted file mode 100644 index 6b2039da..00000000 --- a/docs/widgets-info/GtkColorDialogButton.md +++ /dev/null @@ -1,188 +0,0 @@ -# GtkColorDialogButton - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- dialog -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- rgba -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_dialog -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_rgba -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_dialog -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_rgba -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkDropDown.md b/docs/widgets-info/GtkDropDown.md deleted file mode 100644 index 36eca6ea..00000000 --- a/docs/widgets-info/GtkDropDown.md +++ /dev/null @@ -1,211 +0,0 @@ -# GtkDropDown - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- enable_search -- expression -- factory -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- header_factory -- height_request -- hexpand -- hexpand_set -- layout_manager -- list_factory -- margin_bottom -- margin_end -- margin_start -- margin_top -- model -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- search_match_mode -- selected -- selected_item -- sensitive -- show_arrow -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_enable_search -- get_expression -- get_factory -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_header_factory -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_list_factory -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_model -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_search_match_mode -- get_selected -- get_selected_item -- get_sensitive -- get_settings -- get_show_arrow -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_enable_search -- set_expression -- set_factory -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_header_factory -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_list_factory -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_model -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_search_match_mode -- set_selected -- set_sensitive -- set_show_arrow -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkEntry.md b/docs/widgets-info/GtkEntry.md deleted file mode 100644 index 99423ef3..00000000 --- a/docs/widgets-info/GtkEntry.md +++ /dev/null @@ -1,301 +0,0 @@ -# GtkEntry - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- activates_default -- attributes -- buffer -- can_focus -- can_target -- completion -- css_classes -- css_name -- cursor -- cursor_position -- editable -- editing_canceled -- enable_emoji_completion -- enable_undo -- extra_menu -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_frame -- has_tooltip -- height_request -- hexpand -- hexpand_set -- im_module -- input_hints -- input_purpose -- invisible_char -- invisible_char_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- max_length -- max_width_chars -- name -- opacity -- overflow -- overwrite_mode -- parent -- placeholder_text -- primary_icon_activatable -- primary_icon_gicon -- primary_icon_name -- primary_icon_paintable -- primary_icon_sensitive -- primary_icon_storage_type -- primary_icon_tooltip_markup -- primary_icon_tooltip_text -- progress_fraction -- progress_pulse_step -- receives_default -- root -- scale_factor -- scroll_offset -- secondary_icon_activatable -- secondary_icon_gicon -- secondary_icon_name -- secondary_icon_paintable -- secondary_icon_sensitive -- secondary_icon_storage_type -- secondary_icon_tooltip_markup -- secondary_icon_tooltip_text -- selection_bound -- sensitive -- show_emoji_icon -- tabs -- text -- text_length -- tooltip_markup -- tooltip_text -- truncate_multiline -- valign -- vexpand -- vexpand_set -- visibility -- visible -- width_chars -- width_request -- xalign. - -## Sinais (signals): - -- activate -- icon-press -- icon-release. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_activates_default -- get_alignment -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_attributes -- get_baseline -- get_bounds -- get_buffer -- get_buildable_id -- get_can_focus -- get_can_target -- get_chars -- get_child_visible -- get_clipboard -- get_color -- get_completion -- get_css_classes -- get_css_name -- get_current_icon_drag_source -- get_cursor -- get_data -- get_default_direction -- get_delegate -- get_direction -- get_display -- get_editable -- get_enable_undo -- get_extra_menu -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_frame -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_activatable -- get_icon_area -- get_icon_at_pos -- get_icon_gicon -- get_icon_name -- get_icon_paintable -- get_icon_sensitive -- get_icon_storage_type -- get_icon_tooltip_markup -- get_icon_tooltip_text -- get_input_hints -- get_input_purpose -- get_invisible_char -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_max_length -- get_max_width_chars -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_overwrite_mode -- get_pango_context -- get_parent -- get_placeholder_text -- get_platform_state -- get_position -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_progress_fraction -- get_progress_pulse_step -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_selection_bounds -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_tabs -- get_template_child -- get_text -- get_text_length -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visibility -- get_visible -- get_width -- get_width_chars. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_activates_default -- set_alignment -- set_attributes -- set_buffer -- set_can_focus -- set_can_target -- set_child_visible -- set_completion -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_editable -- set_enable_undo -- set_extra_menu -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_frame -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_activatable -- set_icon_drag_source -- set_icon_from_gicon -- set_icon_from_icon_name -- set_icon_from_paintable -- set_icon_sensitive -- set_icon_tooltip_markup -- set_icon_tooltip_text -- set_input_hints -- set_input_purpose -- set_invisible_char -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_max_length -- set_max_width_chars -- set_name -- set_opacity -- set_overflow -- set_overwrite_mode -- set_parent -- set_placeholder_text -- set_position -- set_progress_fraction -- set_progress_pulse_step -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_tabs -- set_template -- set_template_from_resource -- set_template_scope -- set_text -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visibility -- set_visible -- set_width_chars. diff --git a/docs/widgets-info/GtkFixed.md b/docs/widgets-info/GtkFixed.md deleted file mode 100644 index d2776fc2..00000000 --- a/docs/widgets-info/GtkFixed.md +++ /dev/null @@ -1,185 +0,0 @@ -# GtkFixed - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_position -- get_child_transform -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_transform -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkFlowBox.md b/docs/widgets-info/GtkFlowBox.md deleted file mode 100644 index b1e84606..00000000 --- a/docs/widgets-info/GtkFlowBox.md +++ /dev/null @@ -1,220 +0,0 @@ -# GtkFlowBox - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accept_unpaired_release -- accessible_role -- activate_on_single_click -- can_focus -- can_target -- column_spacing -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- homogeneous -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- max_children_per_line -- min_children_per_line -- name -- opacity -- orientation -- overflow -- parent -- receives_default -- root -- row_spacing -- scale_factor -- selection_mode -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate-cursor-child -- child-activated -- move-cursor -- select-all -- selected-children-changed -- toggle-cursor-child -- unselect-all. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_on_single_click -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_at_index -- get_child_at_pos -- get_child_visible -- get_clipboard -- get_color -- get_column_spacing -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_homogeneous -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_max_children_per_line -- get_min_children_per_line -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_row_spacing -- get_scale_factor -- get_selected_children -- get_selection_mode -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_on_single_click -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_column_spacing -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_filter_func -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_hadjustment -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_homogeneous -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_max_children_per_line -- set_min_children_per_line -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_row_spacing -- set_selection_mode -- set_sensitive -- set_size_request -- set_sort_func -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_vadjustment -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkGrid.md b/docs/widgets-info/GtkGrid.md deleted file mode 100644 index e1493eb4..00000000 --- a/docs/widgets-info/GtkGrid.md +++ /dev/null @@ -1,203 +0,0 @@ -# GtkGrid - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- baseline_row -- can_focus -- can_target -- column_homogeneous -- column_spacing -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- orientation -- overflow -- parent -- receives_default -- root -- row_homogeneous -- row_spacing -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_baseline_row -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_at -- get_child_visible -- get_clipboard -- get_color -- get_column_homogeneous -- get_column_spacing -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_row_baseline_position -- get_row_homogeneous -- get_row_spacing -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_baseline_row -- set_can_focus -- set_can_target -- set_child_visible -- set_column_homogeneous -- set_column_spacing -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_row_baseline_position -- set_row_homogeneous -- set_row_spacing -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkHeaderBar.md b/docs/widgets-info/GtkHeaderBar.md deleted file mode 100644 index 82be2ac7..00000000 --- a/docs/widgets-info/GtkHeaderBar.md +++ /dev/null @@ -1,191 +0,0 @@ -# GtkHeaderBar - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- decoration_layout -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- show_title_buttons -- title_widget -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_decoration_layout -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_show_title_buttons -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_title_widget -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_decoration_layout -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_show_title_buttons -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title_widget -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkImage.md b/docs/widgets-info/GtkImage.md deleted file mode 100644 index 0f700787..00000000 --- a/docs/widgets-info/GtkImage.md +++ /dev/null @@ -1,205 +0,0 @@ -# GtkImage - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- file -- focus_on_click -- focusable -- gicon -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- icon_size -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- paintable -- parent -- pixel_size -- receives_default -- resource -- root -- scale_factor -- sensitive -- storage_type -- tooltip_markup -- tooltip_text -- use_fallback -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_gicon -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_icon_size -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_paintable -- get_pango_context -- get_parent -- get_pixel_size -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_storage_type -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_from_file -- set_from_gicon -- set_from_icon_name -- set_from_paintable -- set_from_pixbuf -- set_from_resource -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_size -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_pixel_size -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkListBox.md b/docs/widgets-info/GtkListBox.md deleted file mode 100644 index e38d17cf..00000000 --- a/docs/widgets-info/GtkListBox.md +++ /dev/null @@ -1,209 +0,0 @@ -# GtkListBox - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accept_unpaired_release -- accessible_role -- activate_on_single_click -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- selection_mode -- sensitive -- show_separators -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate-cursor-row -- move-cursor -- row-activated -- row-selected -- select-all -- selected-rows-changed -- toggle-cursor-row -- unselect-all. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_on_single_click -- get_activate_signal -- get_adjustment -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_row_at_index -- get_row_at_y -- get_scale_factor -- get_selected_row -- get_selected_rows -- get_selection_mode -- get_sensitive -- get_settings -- get_show_separators -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_on_single_click -- set_activate_signal -- set_activate_signal_from_name -- set_adjustment -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_filter_func -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_header_func -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_placeholder -- set_properties -- set_property -- set_receives_default -- set_selection_mode -- set_sensitive -- set_show_separators -- set_size_request -- set_sort_func -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkListView.md b/docs/widgets-info/GtkListView.md deleted file mode 100644 index 2303626c..00000000 --- a/docs/widgets-info/GtkListView.md +++ /dev/null @@ -1,219 +0,0 @@ -# GtkListView - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- enable_rubberband -- factory -- focus_on_click -- focusable -- hadjustment -- halign -- has_default -- has_focus -- has_tooltip -- header_factory -- height_request -- hexpand -- hexpand_set -- hscroll_policy -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- model -- name -- opacity -- orientation -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- show_separators -- single_click_activate -- tab_behavior -- tooltip_markup -- tooltip_text -- vadjustment -- valign -- vexpand -- vexpand_set -- visible -- vscroll_policy -- width_request. - -## Sinais (signals): - -- activate. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_border -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_enable_rubberband -- get_factory -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_hadjustment -- get_halign -- get_has_tooltip -- get_header_factory -- get_height -- get_hexpand -- get_hexpand_set -- get_hscroll_policy -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_model -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_show_separators -- get_single_click_activate -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_tab_behavior -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_vadjustment -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_vscroll_policy -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_enable_rubberband -- set_factory -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_hadjustment -- set_halign -- set_has_tooltip -- set_header_factory -- set_hexpand -- set_hexpand_set -- set_hscroll_policy -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_model -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_show_separators -- set_single_click_activate -- set_size_request -- set_state_flags -- set_tab_behavior -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_vadjustment -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible -- set_vscroll_policy. diff --git a/docs/widgets-info/GtkMenuButton.md b/docs/widgets-info/GtkMenuButton.md deleted file mode 100644 index 23cf196b..00000000 --- a/docs/widgets-info/GtkMenuButton.md +++ /dev/null @@ -1,217 +0,0 @@ -# GtkMenuButton - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- active -- always_show_arrow -- can_focus -- can_shrink -- can_target -- child -- css_classes -- css_name -- cursor -- direction -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_frame -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- label -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- menu_model -- name -- opacity -- overflow -- parent -- popover -- primary -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_active -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_always_show_arrow -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_shrink -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_frame -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_label -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_menu_model -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_popover -- get_preferred_size -- get_prev_sibling -- get_primary -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_active -- set_always_show_arrow -- set_can_focus -- set_can_shrink -- set_can_target -- set_child -- set_child_visible -- set_create_popup_func -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_frame -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_label -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_menu_model -- set_name -- set_opacity -- set_overflow -- set_parent -- set_popover -- set_primary -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkOverlay.md b/docs/widgets-info/GtkOverlay.md deleted file mode 100644 index 48dbea72..00000000 --- a/docs/widgets-info/GtkOverlay.md +++ /dev/null @@ -1,189 +0,0 @@ -# GtkOverlay - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- get-child-position. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clip_overlay -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_measure_overlay -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_clip_overlay -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_measure_overlay -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkPicture.md b/docs/widgets-info/GtkPicture.md deleted file mode 100644 index d7dac32b..00000000 --- a/docs/widgets-info/GtkPicture.md +++ /dev/null @@ -1,203 +0,0 @@ -# GtkPicture - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- alternative_text -- can_focus -- can_shrink -- can_target -- content_fit -- css_classes -- css_name -- cursor -- file -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- keep_aspect_ratio -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- paintable -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_alternative_text -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_shrink -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_content_fit -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_file -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_keep_aspect_ratio -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_paintable -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_alternative_text -- set_can_focus -- set_can_shrink -- set_can_target -- set_child_visible -- set_content_fit -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_file -- set_filename -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_keep_aspect_ratio -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_paintable -- set_parent -- set_pixbuf -- set_properties -- set_property -- set_receives_default -- set_resource -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkSearchBar.md b/docs/widgets-info/GtkSearchBar.md deleted file mode 100644 index c3e79378..00000000 --- a/docs/widgets-info/GtkSearchBar.md +++ /dev/null @@ -1,194 +0,0 @@ -# GtkSearchBar - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- key_capture_widget -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- search_mode_enabled -- sensitive -- show_close_button -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_key_capture_widget -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_search_mode -- get_sensitive -- get_settings -- get_show_close_button -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_key_capture_widget -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_search_mode -- set_sensitive -- set_show_close_button -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkShortcutsWindow.md b/docs/widgets-info/GtkShortcutsWindow.md deleted file mode 100644 index 726d0b01..00000000 --- a/docs/widgets-info/GtkShortcutsWindow.md +++ /dev/null @@ -1,258 +0,0 @@ -# GtkShortcutsWindow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- application -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- decorated -- default_height -- default_widget -- default_width -- deletable -- destroy_with_parent -- display -- focus_on_click -- focus_visible -- focus_widget -- focusable -- fullscreened -- halign -- handle_menubar_accel -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- hide_on_close -- icon_name -- is_active -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- maximized -- mnemonics_visible -- modal -- name -- opacity -- overflow -- parent -- receives_default -- resizable -- root -- scale_factor -- section_name -- sensitive -- startup_id -- suspended -- title -- titlebar -- tooltip_markup -- tooltip_text -- transient_for -- valign -- vexpand -- vexpand_set -- view_name -- visible -- width_request. - -## Sinais (signals): - -- close -- search. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_application -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_decorated -- get_default_direction -- get_default_icon_name -- get_default_size -- get_default_widget -- get_deletable -- get_destroy_with_parent -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus -- get_focus_child -- get_focus_on_click -- get_focus_visible -- get_focusable -- get_font_map -- get_font_options -- get_for_surface -- get_frame_clock -- get_group -- get_halign -- get_handle_menubar_accel -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_hide_on_close -- get_icon_name -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_mnemonics_visible -- get_modal -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_renderer -- get_request_mode -- get_resizable -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_surface -- get_surface_transform -- get_template_child -- get_title -- get_titlebar -- get_tooltip_markup -- get_tooltip_text -- get_toplevels -- get_transient_for -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_application -- set_auto_startup_notification -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_decorated -- set_default_direction -- set_default_icon_name -- set_default_size -- set_default_widget -- set_deletable -- set_destroy_with_parent -- set_direction -- set_display -- set_focus -- set_focus_child -- set_focus_on_click -- set_focus_visible -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_handle_menubar_accel -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_hide_on_close -- set_icon_name -- set_interactive_debugging -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_mnemonics_visible -- set_modal -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_resizable -- set_sensitive -- set_size_request -- set_startup_id -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_titlebar -- set_tooltip_markup -- set_tooltip_text -- set_transient_for -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkStackSidebar.md b/docs/widgets-info/GtkStackSidebar.md deleted file mode 100644 index fb957579..00000000 --- a/docs/widgets-info/GtkStackSidebar.md +++ /dev/null @@ -1,185 +0,0 @@ -# GtkStackSidebar - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- stack -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_stack -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_stack -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkStackSwitcher.md b/docs/widgets-info/GtkStackSwitcher.md deleted file mode 100644 index 9e43014e..00000000 --- a/docs/widgets-info/GtkStackSwitcher.md +++ /dev/null @@ -1,188 +0,0 @@ -# GtkStackSwitcher - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- orientation -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- stack -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_orientation -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_stack -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_orientation -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_stack -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkSwitch.md b/docs/widgets-info/GtkSwitch.md deleted file mode 100644 index 5b1da6ed..00000000 --- a/docs/widgets-info/GtkSwitch.md +++ /dev/null @@ -1,196 +0,0 @@ -# GtkSwitch - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- action_name -- action_target -- active -- can_focus -- can_target -- css_classes -- css_name -- cursor -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- state -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate -- state-set. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_action_name -- get_action_target_value -- get_activate_signal -- get_active -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_action_name -- set_action_target_value -- set_activate_signal -- set_activate_signal_from_name -- set_active -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_detailed_action_name -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkVideo.md b/docs/widgets-info/GtkVideo.md deleted file mode 100644 index da8042d0..00000000 --- a/docs/widgets-info/GtkVideo.md +++ /dev/null @@ -1,199 +0,0 @@ -# GtkVideo - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- autoplay -- can_focus -- can_target -- css_classes -- css_name -- cursor -- file -- focus_on_click -- focusable -- graphics_offload -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- layout_manager -- loop -- margin_bottom -- margin_end -- margin_start -- margin_top -- media_stream -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- tooltip_markup -- tooltip_text -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_autoplay -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_direction -- get_display -- get_file -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_graphics_offload -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_loop -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_media_stream -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_tooltip_markup -- get_tooltip_text -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_autoplay -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_direction -- set_file -- set_filename -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_graphics_offload -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_layout_manager -- set_layout_manager_type -- set_loop -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_media_stream -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_resource -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_tooltip_markup -- set_tooltip_text -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/GtkWindow.md b/docs/widgets-info/GtkWindow.md deleted file mode 100644 index c58b36a8..00000000 --- a/docs/widgets-info/GtkWindow.md +++ /dev/null @@ -1,259 +0,0 @@ -# GtkWindow - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- application -- can_focus -- can_target -- child -- css_classes -- css_name -- cursor -- decorated -- default_height -- default_widget -- default_width -- deletable -- destroy_with_parent -- display -- focus_on_click -- focus_visible -- focus_widget -- focusable -- fullscreened -- halign -- handle_menubar_accel -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- hide_on_close -- icon_name -- is_active -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- maximized -- mnemonics_visible -- modal -- name -- opacity -- overflow -- parent -- receives_default -- resizable -- root -- scale_factor -- sensitive -- startup_id -- suspended -- title -- titlebar -- tooltip_markup -- tooltip_text -- transient_for -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- activate-default -- activate-focus -- close-request -- enable-debugging -- keys-changed. - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_application -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_decorated -- get_default_direction -- get_default_icon_name -- get_default_size -- get_default_widget -- get_deletable -- get_destroy_with_parent -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus -- get_focus_child -- get_focus_on_click -- get_focus_visible -- get_focusable -- get_font_map -- get_font_options -- get_for_surface -- get_frame_clock -- get_group -- get_halign -- get_handle_menubar_accel -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_hide_on_close -- get_icon_name -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_mnemonics_visible -- get_modal -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_renderer -- get_request_mode -- get_resizable -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_surface -- get_surface_transform -- get_template_child -- get_title -- get_titlebar -- get_tooltip_markup -- get_tooltip_text -- get_toplevels -- get_transient_for -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_application -- set_auto_startup_notification -- set_can_focus -- set_can_target -- set_child -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_decorated -- set_default_direction -- set_default_icon_name -- set_default_size -- set_default_widget -- set_deletable -- set_destroy_with_parent -- set_direction -- set_display -- set_focus -- set_focus_child -- set_focus_on_click -- set_focus_visible -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_handle_menubar_accel -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_hide_on_close -- set_icon_name -- set_interactive_debugging -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_mnemonics_visible -- set_modal -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_resizable -- set_sensitive -- set_size_request -- set_startup_id -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_titlebar -- set_tooltip_markup -- set_tooltip_text -- set_transient_for -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/docs/widgets-info/None.md b/docs/widgets-info/None.md deleted file mode 100644 index c6c64c2f..00000000 --- a/docs/widgets-info/None.md +++ /dev/null @@ -1,194 +0,0 @@ -# None - -- GTK versão: (4, 14, 4). -- Libadwaita versão: (1, 5, 0). -- PyGObject versão: (3, 48, 2). - -## Propriedades: - -Sintaxe: `widget.props.property_name`. - -- accessible_role -- can_focus -- can_target -- css_classes -- css_name -- cursor -- description -- focus_on_click -- focusable -- halign -- has_default -- has_focus -- has_tooltip -- height_request -- hexpand -- hexpand_set -- icon_name -- layout_manager -- margin_bottom -- margin_end -- margin_start -- margin_top -- name -- opacity -- overflow -- parent -- receives_default -- root -- scale_factor -- sensitive -- title -- tooltip_markup -- tooltip_text -- use_underline -- valign -- vexpand -- vexpand_set -- visible -- width_request. - -## Sinais (signals): - -- . - -## Métodos GET: - -- get_accessible_parent -- get_accessible_role -- get_activate_signal -- get_allocated_baseline -- get_allocated_height -- get_allocated_width -- get_allocation -- get_ancestor -- get_at_context -- get_baseline -- get_bounds -- get_buildable_id -- get_can_focus -- get_can_target -- get_child_visible -- get_clipboard -- get_color -- get_css_classes -- get_css_name -- get_cursor -- get_data -- get_default_direction -- get_description -- get_direction -- get_display -- get_first_accessible_child -- get_first_child -- get_focus_child -- get_focus_on_click -- get_focusable -- get_font_map -- get_font_options -- get_frame_clock -- get_halign -- get_has_tooltip -- get_height -- get_hexpand -- get_hexpand_set -- get_icon_name -- get_last_child -- get_layout_manager -- get_layout_manager_type -- get_mapped -- get_margin_bottom -- get_margin_end -- get_margin_start -- get_margin_top -- get_name -- get_native -- get_next_accessible_sibling -- get_next_sibling -- get_opacity -- get_overflow -- get_pango_context -- get_parent -- get_platform_state -- get_preferred_size -- get_prev_sibling -- get_primary_clipboard -- get_properties -- get_property -- get_qdata -- get_realized -- get_receives_default -- get_request_mode -- get_root -- get_scale_factor -- get_sensitive -- get_settings -- get_size -- get_size_request -- get_state_flags -- get_style_context -- get_template_child -- get_title -- get_tooltip_markup -- get_tooltip_text -- get_use_underline -- get_valign -- get_vexpand -- get_vexpand_set -- get_visible -- get_width. - -## Métodos SET: - -- set_accessible_parent -- set_accessible_role -- set_activate_signal -- set_activate_signal_from_name -- set_can_focus -- set_can_target -- set_child_visible -- set_css_classes -- set_css_name -- set_cursor -- set_cursor_from_name -- set_data -- set_default_direction -- set_description -- set_direction -- set_focus_child -- set_focus_on_click -- set_focusable -- set_font_map -- set_font_options -- set_halign -- set_has_tooltip -- set_hexpand -- set_hexpand_set -- set_icon_name -- set_layout_manager -- set_layout_manager_type -- set_margin_bottom -- set_margin_end -- set_margin_start -- set_margin_top -- set_name -- set_opacity -- set_overflow -- set_parent -- set_properties -- set_property -- set_receives_default -- set_sensitive -- set_size_request -- set_state_flags -- set_template -- set_template_from_resource -- set_template_scope -- set_title -- set_tooltip_markup -- set_tooltip_text -- set_use_underline -- set_valign -- set_vexpand -- set_vexpand_set -- set_visible. diff --git a/pyproject.toml b/pyproject.toml index f8152671..ec144aac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ preview = true quote-style = 'single' [tool.taskipy.tasks] -lint = 'ruff check . && ruff check . --diff' +export = 'poetry export --without-hashes -o requirements.txt' format = 'ruff check . --fix && ruff format .' +lint = 'ruff check . && ruff check . --diff' blp_format = 'blueprint-compiler format -f -n .'