Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gtkmm4-tutorial-4.12.0-lp160.1.1 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: gtkmm4-tutorial Distribution: openSUSE Leap 16.0
Version: 4.12.0 Vendor: openSUSE
Release: lp160.1.1 Build date: Mon Nov 4 12:24:44 2024
Group: Documentation/Other Build host: reproducible
Size: 2848241 Source RPM: gtkmm-documentation-4.12.0-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gtkmm.org
Summary: C++ Bindings for GTK+ -- Tutorial
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm wraps
GTK+. Highlights include typesafe callbacks, widgets extensible via
inheritance, and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces.

Provides

Requires

License

GFDL-1.2-only AND GPL-2.0-or-later

Changelog

* Mon Nov 04 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 4.12.0:
    + dropdown/complex example: Add a missing
      signal_unbind().connect().
    + book/buildapp/step6, step7, step8, step9 and book/searchbar
      examples: Use Gtk::SearchEntry2 if gtkmm-4.0 >= 4.13.2.
    + index-in.docbook: Avoid <programlisting> elements within <para>
      elements. Can confuse the translation tools (itstool and
      friends).
    + Remove link to developer-old.gnome.org.
    + Add example and description of mouse events.
    + Add support for code syntax highlighting in generated html
      files.
* Wed Apr 03 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Drop zh_CN translations for now: makes the build fail.
* Mon Mar 18 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 4.10.1:
    + Update the "Event signals" section.
    + Mention Cambalache instead of Glade.
    + Add notes regarding widget destructor behaviour vs gtkmm3.
    + Remove AUTHORS and add general information to README.md.
    + Menus and Toolbars: Replace mention of non-existing class
      Gtk::EventControllerClick for Gtk::GestureClick.
    + Add the PrintDialog section.
* Sat Apr 01 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 4.10.0:
    + There are no releases between 4.0.x and 4.10.0. This release is
      called 4.10.0 because the tutorial describes the new API in
      gtkmm 4.10.0 and some of the example programs use this new API.
      Other example programs use API which is now deprecated. It's
      not possible to build all examples with warnings=fatal.
    + Add the "Deprecations in gtkmm 4.10" section
    + Update the Dialogs chapter
    + Add "The DropDown Widget" chapter
    + Add the "ListView, GridView, ColumnView" chapter
    + String fixes
    + Build:
    - Require gtkmm-4.0 >= 4.10.0
    - Set warnings=max when testing a dist tarball
* Tue Mar 07 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 4.0.3:
    + application/menubar example: Make the keyboard shortcuts work
    + ComboBox examples: Use Gtk::EventcontrollerFocus
    + Update the Custom Widgets chapter, add the  Custom CSS Names
      section, update the corresponding examples, add the Custom CSS
      Name example
    + Typo and spacing fixes
    + Many chapters have been updated. All of the tutorial now
      describes gtkmm4, rather than gtkmm3.
    + Many classes and methods are deprecated since gtk/gtkmm 4.9.
      Deprecated API has been replaced by non-deprecated API in some
      examples. Deprecated API is still used elsewhere. If you build
      with gtkmm > 4.8, it's not possible to build all examples with
    - Dwarnings=fatal.
    + Meson build:
    - Insert_example_code.py: Sort input file list
    - Avoid configuration warnings
* Fri Apr 08 2022 Emily Gonyer <emilyyrose@gmail.com>
  - Updated to version 4.0.2:
    + Main menu example: Make the keyboard shortcuts work.
    + Update the Basicis chapter.
    + PO-files: added: why 'fuzzy' tag appears.
    + Meson build:
    - Add allow-network-access option.
    - Require Meson >=0.61.0
    - Specify 'check' option in run_command
    - Don't use gnome.yelp
    + Updated translations.
* Sat Dec 11 2021 Luciano Santos <luc14n0@linuxmail.org>
  - Update to stable version 4.0.1:
    + Some minor fixes and updates on the appendix, translations and
      meson build scripts.
  - Changes from stable version 4.0.0:
    + Lots of changes in the example programs due to changes in gtk4
      and gtkmm4.
    + Update build-time dependencies and ajust some options passed to
      meson.
    + New addition describes how to build a multi-threaded program.
  - Changes from unstable version 3.97.1:
    + Lots of small changes and improvements, most of them caused by
      changes in gtkmm-4.0.
  - Changes from unstable version 3.95.1:
    + Update most chapters and example programs, and add some
      improvements as well.
  - Add "meson >= 0.50.0" to compile-time dependencies and its
    macros while replacing Autotools requirements and macros.
  - Add docbook-xsl-stylesheets new build requirement.
  - Update current pkgconfig() BuildRequires:
    + From "giomm-2.4 >= 2.50.0" to "giomm-2.68 >= 2.68.0"; and
    + From "gtkmm-3.0 >= 3.24.0" to "gtkmm-4.0 >= 4.0.0".
  - Update http://www.gnome.org URL link to https://gtkmm.org,
    the new gtkmm's web home.
  - Rename gtkmm3-tutorial subpackage to gtkmm4-tutorial.
  - Update gtkmm4-tutorial subpackage's gtkmm3-doc requirements/
    supplements to gtkmm4-doc.
  - Add new confliction to gtkmm3-tutorial old package.
  - Change gtkmm3-documentation Provides tag to
    gtkmm4-documentation.
  - Add gtkmm3-tutorial and gtkmm3-tutorial-lang to new Obsoletes
    tag.
  - Added rpmlintrc file to filter warnings related to "package with
    huge docs" and "obsolete package not provided", as the package
    is documentation and there shall be a gtkmm3-documentation legacy
    package, so there's no use adding any provision here.
* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - No longer recommend -lang: supplements are in use
* Mon Dec 03 2018 bjorn.lie@gmail.com
  - Update to version 3.24.0:
    + Add Gtk::FileChooserNative example.
    + Document Gtk::make_managed().
    + Require gtkmm-3.0 >= 3.24.0.
  - Changes from version 3.22.1:
    + Headers and Linking section: Replace broken link.
    + Fix buildapp/Makefile.am and buildapp/README. Fix the build of
      resources.c in steps 8 and 9.
    + Mixing C & C++: Clarify ownership of wrap() result.
    + Don't use the deprecated Gdk::screen_width() and
      screen_height().
    + Clarify: ColumnRecords can be static *singletons*.
    + Fix a broken link to www.gtkmm.org.
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Sun Nov 20 2016 zaitor@opensuse.org
  - Update to version 3.22.0:
    + Add the "Building applications" chapter with example code
      (bgo#772391).
    + Document that Gtk::Action and some other classes are
      deprecated.
    + Add the ListModel example (bgo#755149).
    + Printing examples: Add missing menu items and toolbar.
    + Printing advanced example: Don't use deprecated methods.
    + Calendar example: Don't use deprecated font: CSS syntax.
    + Custom widget and calendar examples: Don't crash when showing
      errors.
    + gmmproc section:
    - Document new options in _CLASS_GTKOBJECT (bgo#767951).
    - Describe the err_return_value argument in _WRAP_VFUNC.
    - Document all options in _WRAP_ENUM and _WRAP_GERROR.
    - Add description of _CUSTOM_MOVE_OPERATIONS macro.
* Wed Mar 30 2016 zaitor@opensuse.org
  - Update to version 3.20.0:
    + Builder chapter and example: Describe additional parameters to
      get_widget_derived() (bgo#134161).
    + CellrendererPopup example: Don't use deprecated methods.
    + Custom widget and ListBox examples: Update use of CSS files.
    + Custom widget example: Avoid some warnings.
    + ProgressBar example: Fix the type of a signal connection id
      data member.
    + Update the Internationalization chapter (bgo#701908).
    + gmmproc section: Add "String Parameter Processing" section.
    + C++11: Use nullptr instead of 0.
* Wed Dec 23 2015 dimstar@opensuse.org
  - Update to version 3.19.3:
    + Require the latest gtkmm and glibmm.
    + Multi-threaded chapter: Remove warnings about sigc::slots and
      Glib::Threads::Thread (bgo#755091).
    + multithread example: Use std::thread, etc, instead of
      Glib::Threads::*. Because C++11 now has this concurrency API
      and we should use standard C++ where possible (bgo#755091).
    + Input example: Fix high CPU load, by opening the fifo in
      read/write mode.
    + command_line_handling example: handle_local_options(): Correct
      the return.
* Mon Nov 30 2015 zaitor@opensuse.org
  - Update to version 3.18.0:
    + Input example: Fix high CPU load, by opening the fifo in
      read/write mode.
    + command_line_handling example: handle_local_options(): Correct
      the return values, now that glib bug #750796 was fixed
      (bgo#754763).
    + combobox/complex example: Show use of a cell_data_func().
    + examples: Remove unnecessary virtual keywords.
    + C++11: examples:
    - Replace deprecated std::auto_ptr by std::unique_ptr.
    - Use the override keyword.
    + gmmproc chapter: Document _CUSTOM_* gmmproc macros.
* Sat Jul 25 2015 zaitor@opensuse.org
  - Update to version 3.17.50:
    + Use (and require) C++11.
    + C++11: Use the auto, override, and nullptr keywords.
    + Update the "Menus and Toolbars" chapter.
    + recent_files example: Add toolbar and accelerator keys.
    + placessidebar example: Remove use of deprecated
      set_show_connect_to_server().
    + gmmproc chapter:
    - Add description of the 'newin' parameter of some _WRAP macros
      (bgo#748856).
    - Add description of the detail_name parameter in _WRAP_SIGNAL
      (bgo#749034).
    - Add description of _IGNORE_PROPERTY and
      _IGNORE_CHILD_PROPERTY.
    - Add description of the keep_return parameter in _WRAP_VFUNC.
    + Fix the build with -Wshadow.
    + Examples: Remove remaining uses of
      GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED.
* Mon Mar 02 2015 dimstar@opensuse.org
  - Update to version 3.15.1:
    + Replace use of deprecated Widget::override_*() methods.
    + Add ScaleButton example.
    + Add VolumeButton example.
    + Add the "Gio::Resource and glib-compile-resources" section.
    + drawingarea/image and menus_and_toolbars examples: Use resource
      files.
    + Custom widget example: Use Gtk::StyleProperty.
    + Improve the UI definitions in the menu examples.
    + Main menu example: Use Gtk::Application to display an app menu.
    + Menus and Toolbars: Update the text and examples.
    + Completed _WRAP_SIGNAL and _WRAP_VFUNC documentation.
    + Arrow example: Arrow icons have been renamed.
    + Remove the example with the deprecated StatusIcon.
    + Add _WRAP_CHILD_PROPERTY section to tutorial.
    + others/cellrenderercustom/testpopup: Use the new base class
      order.
    + Application/app_and_win_menus example: Hide the window when
      quitting (bgo#731126).
    + Mention that Arrow, Alignment and most Button signals are
      deprecated.
    + Fix 'make check' after Gtk::Alignment has been deprecated.
    + Fix 'make check' after Gtk::Misc has been deprecated.
    + Fix 'make check' after Gtk::Arrow has been deprecated.
    + PlacesSidebar example: use new show-enter-location.
    + Application example: Show the new command-line parsing API
      (bgo#727822).
    + Builder examples: Don't use deprecated API in the Glade files.
* Mon Apr 14 2014 zaitor@opensuse.org
  - Update to version 3.12.0:
    + Added Gtk::ActionBar.
    + Added FlowBox example.
    + Added HeaderBar example (bgo#708866).
    + Added ListBox example.
    + Added PlacesSidebar example.
    + Added Popover example.
    + Added Revealer example (bgo#705460).
    + Added SearchBar example.
    + Add a multi-threaded example program.
    + Application example: Add a window menu.
    + Remove stock items and other deprecated API from the tutorial.
    + App_and_win_menus example: Add a menu item that sends a
      Gio::Notification.
    + ToolPalette example: Skip non-existent and large icons.
    + EventBox example: Make it possible to clip the label.
    + InfoBar example: Really show the infobar.
  - Replace gnome-doc-utils-devel for yelp-tools BuildRequires,
    following upstream changes.
  - No longer pass the obsolete --disable-scrollkeeper to configure.
* Tue Oct 22 2013 zaitor@opensuse.org
  - Update to version 3.9.1:
    + Port examples from GtkUIManager, GtkAction and GtkMenu to
      GtkBuilder, GAction and GMenu. We have not yet updated the book
      text about these.
    + Remove use of (deprecated) stock items.
    + Added HeaderBar example, though we do not yet have a book
      chapter about it.
    + Added ListBox example, though we do not yet have a book chapter
      about it.
    + Added PlacesSidebar example, though we do not yet have a book
      chapter about it.
    + Added Revealer example, though we do not yet have a book
      chapter about it.
    + Added SearchBar example, though we do not yet have a book
      chapter about it.
    + Multi-Threaded Programs chapter: Added a multi-threaded example
      program.
    + treemodelcustom: Use the new base class order.
    + gmmproc appendix: Document new features.
    + Build: Move to a generated ChangeLog.
* Sun Jun 16 2013 zaitor@opensuse.org
  - Update to version 3.8.0:
    + Dialogs chapter: Add Non-modal AboutDialog section.
    + Fix some details in the Clipboard chapter.
    + Add some info to the custom/custom_container example.
    + Add "Multi-threaded programs" chapter (bgo#512348).
    + Builder examples: Update the Glade files to gtkmm3 status.
    + Update the description of Box to gtkmm3 status.
    + Fix the box example.
    + Fix the book/application/app_menu example (bgo#683645).
    + Clipboard and Socket examples: Make them non-unique
      (bgo#681323).
    + Basics, Simple Example: Synchronize code and description
      (bgo#681323).
    + I18n and L10n chapter: Fix broken links (bgo#680546).
    + gmmproc:
    - _WRAP_METHOD: Include docs on wrapping methods with slots
      (bgo#688587).
    - _WRAP_CTOR: Document the new "errthrow" extra argument
      option.
    - _WRAP_METHOD: Document gmmproc's output parameter
      functionality.
    - _WRAP_VFUNC: Add the errthrow optional parameter
      documentation.
    + Fix 'make check' with the latest versions of glib and glibmm.
* Wed Mar 20 2013 dimstar@opensuse.org
  - Spec-cleanup using format_spec_file service.
* Mon Jul 16 2012 zaitor@opensuse.org
  - Update to version 3.4.1:
    + Entry, ComboBox sections: Adapt because
      Entry::signal_activate() has been undeprecated. (bgo#655489).
    + Memory management chapter: Improve the Widgets section.
      (bgo#678566).
    + Signals Appendix: Mention exceptions. (bgo#677104).
    + ComboBox and Range widgets examples: Set an active ComboBox
      entry.
    + Range Widgets example: Really show a Position combo.
    + SpinButton example: Fix orientation of vertical boxes.
    + Update some screenshots.
* Tue Apr 17 2012 vuntz@opensuse.org
  - Update to version 3.4.0:
    + Application examples: Add an AppMenu example.
    + Improve the Entry and ComboBox with Entry sections
      (bgo#655489).
    + Replace the deprecated Gtk::Entry::signal_activate() by
      signal_key_press_event() (bgo#655489).
    + Install all screenshots used in the tutorial (bgo#655489).
* Tue Mar 13 2012 zaitor@opensuse.org
  - Update to version 3.3.18:
    + Remove Table and other deprecated classes.
    + Use and mention Gtk::Application instead of Gtk::Main.
    + Use Gtk::ApplicationWindow.
    + Use ColorChooserDialog instead of deprecated
      ColorSelectionDialog.
    + Keyboard Events chapter: Clarify keyboard event propagation.
      (bgo#661857).
    + New example programs in the DrawingArea chapter. (bgo#666885).
* Mon Feb 13 2012 coolo@suse.com
  - patch license to follow spdx.org standard
* Tue Nov 22 2011 dimstar@opensuse.org
  - Update to version 3.2.1:
    + Corrected the list of authors.
* Fri Nov 18 2011 dimstar@opensuse.org
  - Update to version 3.2.0:
    + New chapter: Keyboard Events [bgo#661857]
    + "Working with gtkmm's Source Code" appendix, "Recently Used
      Documents" chapter, "Drawing Area Widget chapter" chapter,
    "Dialogs" chapter: Update for gtkmm 3 [bgo#658265]
    + Various examples: Correct orientation and packing, which were
      wrong since we ported to these examples to gtkmm 3 [bgo#658265]
    + Use the new FontChooserDialog instead of FontSelectionDialog.
    + Use Gtk::Box instead of the now-deprecated Gtk::HBox and
      Gtk::VBox. Likewise for other H and V classes.
    + Gtk::Builder examples: Update the Glade files.
    + gmmproc appendix
    - More about Gtk::Object.
    - Use {OUT} instead of {RET} for output params.
      . Initializations: Add comment about type substitution.
      . Mention new support for optional parameters.
      . Update for gtkmm 3 [bgo#658265]
    + Replace Bitmap and Pixmap by Pixbuf. [bgo#658265]
    + Update links to the git repository. [bgo#658265]
* Fri May 27 2011 vuntz@opensuse.org
  - Replace glibmm2-devel BuildRequires with pkgconfig(giomm-2.4).
  - Stop shipping the HTML-generated version of the doc: we're
    completely happy with having the docbook version, as it's visible
    in yelp.
  - Adapt to the fact that this is now tracking gtkmm3:
    + rename gtkmm2-tutorial to gtkmm3-tutorial
    + change gtkmm2-doc Requires/Supplements to gtkmm3-doc
    + update descriptions to stop mentioning gtkmm2
    + add a gtkmm2-tutorial Conflicts, since we ship the same files
  - Add gtkmm-documentation, gtkmm3-documentation and gtkmm-tutorial
    Provides to gtkmm3-tutorial.
* Wed May 25 2011 dimstar@opensuse.org
  - Update to version 3.0.3:
    + Small documentation fixes
  - Changes from version 3.0.2:
    + Rename the book to Programming with gtkmm 3.
    + Small documentation improvement
  - Changes from version 3.0.1:
    + Correct mentions of version numbers.
  - Changes from version 3.0.0:
    + Just a version increase.
  - Changes from version 2.99.4:
    + Remove use of Gtk::Application because it was removed from
      gtkmm 3.0.
    + Builder section: Remove a now non-existent property.
    + ComboBox section: Mention set_entry_text_column() instead of
      set_text_column().
    + Add basic information on Gtk::Grid.
    + Modify the custom_container and custom_widget examples.
    + Replace gtkmm-2.24 mentions with gtkmm-3.0.
    + Build: Fix the installation path.
  - Changes from version 2.99.3:
    + Ported to the latest gtkmm API.
    + Modified the custom_container and custom_widget examples to use
      the extended layout API.
    + Fix the print preview dialog in the printing/advanced example.
    + Build: Check for mm-common (bgo#628713).
    + Book: Fix some typos.
  - Changes from version 2.91.6:
    + Ported to the recent gtkmm API, using Gdk::RGBA and
      Gtk::StyleContext and the slightly-changed ComboBoxText API.
  - Changes from version 2.91.5:
    + Removed use of widgets removed from gtkmm.
  - Changes from version 2.91.4:
    + Improved the clipboard/ideal example.
    + Label section: Fix a /<b> -> </b> typo.
    + Rearranged an include to fix the build due to a
      not-yet-explained compiler error.
  - Changes from version 2.91.2:
    + Book:
    - Remove mentions of the removed STL-style container APIs.
    - Fix/Hide remaining TODO comments.
    - Mark examples as being for gtkmm 3, not gtkmm 2.
  - Changes from version 2.91.1:
    + Book: Combo Boxes: Update for the removal of ComboBoxEntry.
    + Fix the build with latest gtkmm.
  - Changes from version 2.91.0:
    + Adapt example code to gtkmm-3.0.
    + Wrapping C Libraries with gmmproc:
      Correct the skeletonmm directory paths (bgo#627425).
  - For changes of all the unstable releases since 2.22.0, please see
    NEWS and ChangeLog.
  - Replace gtkmm2-devel BuildRequires with pkgconfig(gtkmm-3.0)
* Sun Feb 13 2011 vuntz@opensuse.org
  - Pass %{?no_lang_C} to %find_lang so that english documentation
    can be packaged with the program, and not in the lang subpackage.
  - Change Requires of lang subpackage to Recommends, since the
    english documentation is not there anymore.
* Wed Dec 15 2010 vuntz@opensuse.org
  - Own /usr/share/doc/packages/gtkmm2, /usr/share/gnome and
    /usr/share/gnome/help to fix build.
* Fri Oct 29 2010 vuntz@opensuse.org
  - Update to version 2.22.0:
    + Make the API reference links go to /stable instead of
      /unstable, to avoid sending people to the (different) gtkmm 3
      API.
    + Example code links: Use the gtkmm-2-22 branch instead of
      master, to avoid sending people to the examples for the gtkmm 3
      API.
* Tue Sep 21 2010 vuntz@opensuse.org
  - Update to version 2.21.8.1:
    + Builds with the latest gtkmm-2.4 (2.21.8.1) release.
    + Improve the Assistant example.
    + Buttons chapter: Remove text about non-existant XPMLabelBox
      class.
    + Recommend non-deprecated Tooltip API in Tooltips chapter.
    + Remove the optional API appendix, because it is not supported
      in recent gtkmm versions.
    + Remove use of reduced API.
* Fri Jul 23 2010 vuntz@opensuse.org
  - Update to version 2.20.1:
    + Multiple-Item Widgets chapter: Added Assistant sub-section.
* Mon Mar 29 2010 vuntz@opensuse.org
  - New package.

Files

/usr/share/doc/packages/gtkmm4-tutorial
/usr/share/doc/packages/gtkmm4-tutorial/ChangeLog
/usr/share/doc/packages/gtkmm4-tutorial/NEWS
/usr/share/doc/packages/gtkmm4-tutorial/README.md
/usr/share/help/C/gtkmm-tutorial
/usr/share/help/C/gtkmm-tutorial/figures
/usr/share/help/C/gtkmm-tutorial/figures/aspectframe.png
/usr/share/help/C/gtkmm-tutorial/figures/assistant.png
/usr/share/help/C/gtkmm-tutorial/figures/box_packing1.png
/usr/share/help/C/gtkmm-tutorial/figures/box_packing2.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_header_bar.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_menu.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_opening_files.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_populating_window.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_pref_dialog.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_properties.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_search_bar.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_side_bar.png
/usr/share/help/C/gtkmm-tutorial/figures/buildapp_trivial_app.png
/usr/share/help/C/gtkmm-tutorial/figures/buttons.png
/usr/share/help/C/gtkmm-tutorial/figures/cairo_clock.png
/usr/share/help/C/gtkmm-tutorial/figures/cairo_joins.png
/usr/share/help/C/gtkmm-tutorial/figures/checkbutton.png
/usr/share/help/C/gtkmm-tutorial/figures/clipboard_ideal.png
/usr/share/help/C/gtkmm-tutorial/figures/clipboard_simple.png
/usr/share/help/C/gtkmm-tutorial/figures/combobox_complex.png
/usr/share/help/C/gtkmm-tutorial/figures/combobox_text.png
/usr/share/help/C/gtkmm-tutorial/figures/comboboxentry_complex.png
/usr/share/help/C/gtkmm-tutorial/figures/comboboxentry_text.png
/usr/share/help/C/gtkmm-tutorial/figures/custom_container.png
/usr/share/help/C/gtkmm-tutorial/figures/custom_css_name.png
/usr/share/help/C/gtkmm-tutorial/figures/custom_widget.png
/usr/share/help/C/gtkmm-tutorial/figures/dialogs_about.png
/usr/share/help/C/gtkmm-tutorial/figures/dialogs_alertdialog.png
/usr/share/help/C/gtkmm-tutorial/figures/dialogs_colordialog.png
/usr/share/help/C/gtkmm-tutorial/figures/dialogs_filedialog.png
/usr/share/help/C/gtkmm-tutorial/figures/dialogs_fontdialog.png
/usr/share/help/C/gtkmm-tutorial/figures/dialogs_windowdialog.png
/usr/share/help/C/gtkmm-tutorial/figures/drag_and_drop.png
/usr/share/help/C/gtkmm-tutorial/figures/drawingarea_arcs.png
/usr/share/help/C/gtkmm-tutorial/figures/drawingarea_curve.png
/usr/share/help/C/gtkmm-tutorial/figures/drawingarea_image.png
/usr/share/help/C/gtkmm-tutorial/figures/drawingarea_lines.png
/usr/share/help/C/gtkmm-tutorial/figures/drawingarea_pango_text.png
/usr/share/help/C/gtkmm-tutorial/figures/drawingarea_thin_lines.png
/usr/share/help/C/gtkmm-tutorial/figures/dropdown_complex.png
/usr/share/help/C/gtkmm-tutorial/figures/dropdown_search_font.png
/usr/share/help/C/gtkmm-tutorial/figures/dropdown_search_string.png
/usr/share/help/C/gtkmm-tutorial/figures/dropdown_string.png
/usr/share/help/C/gtkmm-tutorial/figures/entry.png
/usr/share/help/C/gtkmm-tutorial/figures/entry_completion.png
/usr/share/help/C/gtkmm-tutorial/figures/entry_icon.png
/usr/share/help/C/gtkmm-tutorial/figures/entry_progress.png
/usr/share/help/C/gtkmm-tutorial/figures/events_mouse.png
/usr/share/help/C/gtkmm-tutorial/figures/events_propagation.png
/usr/share/help/C/gtkmm-tutorial/figures/events_simple.png
/usr/share/help/C/gtkmm-tutorial/figures/frame.png
/usr/share/help/C/gtkmm-tutorial/figures/grid.png
/usr/share/help/C/gtkmm-tutorial/figures/helloworld.png
/usr/share/help/C/gtkmm-tutorial/figures/helloworld2.png
/usr/share/help/C/gtkmm-tutorial/figures/infobar.png
/usr/share/help/C/gtkmm-tutorial/figures/label.png
/usr/share/help/C/gtkmm-tutorial/figures/listmodel_columnview.png
/usr/share/help/C/gtkmm-tutorial/figures/listmodel_filter.png
/usr/share/help/C/gtkmm-tutorial/figures/listmodel_gridview.png
/usr/share/help/C/gtkmm-tutorial/figures/listmodel_listview.png
/usr/share/help/C/gtkmm-tutorial/figures/listmodel_sort.png
/usr/share/help/C/gtkmm-tutorial/figures/listmodel_tree.png
/usr/share/help/C/gtkmm-tutorial/figures/main_menu.png
/usr/share/help/C/gtkmm-tutorial/figures/menu_popup.png
/usr/share/help/C/gtkmm-tutorial/figures/menus_and_toolbars.png
/usr/share/help/C/gtkmm-tutorial/figures/multithread.png
/usr/share/help/C/gtkmm-tutorial/figures/notebook.png
/usr/share/help/C/gtkmm-tutorial/figures/paned.png
/usr/share/help/C/gtkmm-tutorial/figures/printing_printdialog.png
/usr/share/help/C/gtkmm-tutorial/figures/printing_simple.png
/usr/share/help/C/gtkmm-tutorial/figures/progressbar.png
/usr/share/help/C/gtkmm-tutorial/figures/radiobuttons.png
/usr/share/help/C/gtkmm-tutorial/figures/range_widgets.png
/usr/share/help/C/gtkmm-tutorial/figures/recentfiles.png
/usr/share/help/C/gtkmm-tutorial/figures/scrolledwindow.png
/usr/share/help/C/gtkmm-tutorial/figures/spinbutton.png
/usr/share/help/C/gtkmm-tutorial/figures/textview.png
/usr/share/help/C/gtkmm-tutorial/figures/tooltip.png
/usr/share/help/C/gtkmm-tutorial/figures/treeview_draganddrop.png
/usr/share/help/C/gtkmm-tutorial/figures/treeview_editablecells.png
/usr/share/help/C/gtkmm-tutorial/figures/treeview_list.png
/usr/share/help/C/gtkmm-tutorial/figures/treeview_popup.png
/usr/share/help/C/gtkmm-tutorial/figures/treeview_tree.png
/usr/share/help/C/gtkmm-tutorial/index.docbook
/usr/share/licenses/gtkmm4-tutorial
/usr/share/licenses/gtkmm4-tutorial/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Feb 22 00:10:27 2025