Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gtkmm3-tutorial | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 3.24.0 | Vendor: openSUSE |
Release: bp154.1.71 | Build date: Thu May 12 02:56:23 2022 |
Group: Documentation/Other | Build host: lamb23 |
Size: 2537321 | Source RPM: gtkmm-documentation-3.24.0-bp154.1.71.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.gnome.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.
GFDL-1.2-only AND GPL-2.0-or-later
* 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.
/usr/share/doc/packages/gtkmm3-tutorial /usr/share/doc/packages/gtkmm3-tutorial/AUTHORS /usr/share/doc/packages/gtkmm3-tutorial/ChangeLog /usr/share/doc/packages/gtkmm3-tutorial/NEWS /usr/share/doc/packages/gtkmm3-tutorial/README /usr/share/help/C/gtkmm-tutorial /usr/share/help/C/gtkmm-tutorial/figures /usr/share/help/C/gtkmm-tutorial/figures/alignment.png /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/box_packing3.png /usr/share/help/C/gtkmm-tutorial/figures/buildapp_app_menu.png /usr/share/help/C/gtkmm-tutorial/figures/buildapp_header_bar.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/buttonbox.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/combo.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_widget.png /usr/share/help/C/gtkmm-tutorial/figures/dialogs_about.png /usr/share/help/C/gtkmm-tutorial/figures/dialogs_colorchooserdialog.png /usr/share/help/C/gtkmm-tutorial/figures/dialogs_filechooser.png /usr/share/help/C/gtkmm-tutorial/figures/dialogs_fontchooserdialog.png /usr/share/help/C/gtkmm-tutorial/figures/dialogs_messagedialog.png /usr/share/help/C/gtkmm-tutorial/figures/dialogs_simple.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_text.png /usr/share/help/C/gtkmm-tutorial/figures/drawingarea_thin_lines.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/eventbox.png /usr/share/help/C/gtkmm-tutorial/figures/expander.png /usr/share/help/C/gtkmm-tutorial/figures/filechooserbutton.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/idle.png /usr/share/help/C/gtkmm-tutorial/figures/infobar.png /usr/share/help/C/gtkmm-tutorial/figures/keyboardevents_propagation.png /usr/share/help/C/gtkmm-tutorial/figures/keyboardevents_simple.png /usr/share/help/C/gtkmm-tutorial/figures/label.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/menus_menu.png /usr/share/help/C/gtkmm-tutorial/figures/menus_menubar.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.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/recentchooserdialog.png /usr/share/help/C/gtkmm-tutorial/figures/scrolledwindow.png /usr/share/help/C/gtkmm-tutorial/figures/socket-fail.png /usr/share/help/C/gtkmm-tutorial/figures/socket.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/toolbar.png /usr/share/help/C/gtkmm-tutorial/figures/toolpalette.png /usr/share/help/C/gtkmm-tutorial/figures/tooltip.png /usr/share/help/C/gtkmm-tutorial/figures/treeview_combo_renderer.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/figures/update_ui.png /usr/share/help/C/gtkmm-tutorial/index.docbook /usr/share/licenses/gtkmm3-tutorial /usr/share/licenses/gtkmm3-tutorial/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 15:53:55 2024