Bug 565435 - [GTK4] Reimplement GtkToolbar with GtkBox due to removal

Removed from GTK4:
gtk_tool_button_new
gtk_tool_button_set_icon_widget
gtk_tool_button_set_label_widget
gtk_tool_button_set_use_underline
gtk_toggle_tool_button_get_active
gtk_toggle_tool_button_new
gtk_toggle_tool_button_set_active
gtk_tool_item_get_proxy_menu_item
gtk_tool_item_retrieve_proxy_menu_item
gtk_tool_item_set_is_important
gtk_tool_item_set_homogeneous
gtk_tool_item_set_proxy_menu_item
gtk_toolbar_insert
gtk_toolbar_new
gtk_toolbar_set_show_arrow
gtk_toolbar_set_style
gtk_toolbar_set_icon_size
gtk_menu_tool_button_new
gtk_separator_tool_item_new
gtk_separator_tool_item_set_draw

Added:
gtk_button_set_child
gtk_button_set_use_underline
gtk_box_append
gtk_box_prepend
gtk_box_insert_child_after

All of the tool versions of GtkWidgets (toggle tool button) has been
replaced with the base GtkWidget. The toolbar has been replaced with a
GtkBox. Work to be done after compilation passes is implementing the
proxy/overflow menu + image/label handling for the ToolItems.

Change-Id: Ic0ef5c786d10953f21790f5f34bd262f746d4fd7
Signed-off-by: Paul D'Pong <sdamrong@redhat.com>
8 files changed
tree: 0885a0205963336046e86554c6dec49a55b22204
  1. bundles/
  2. container/
  3. examples/
  4. features/
  5. local-build/
  6. tests/
  7. .gitignore
  8. CONTRIBUTING
  9. LICENSE
  10. NOTICE
  11. pom.xml
  12. README.md
README.md

Contributing to SWT

Thanks for your interest in this project.

Developer resources:

See the following description for how to contribute a feature or a bug fix to SWT.

Information regarding source code management, builds, coding standards, and more and be found under the following link.

Contributor License Agreement:

Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).

Contact:

Contact the project developers via the project's “dev” list.

Search for bugs:

This project uses Bugzilla to track ongoing development and issues.

Create a new bug:

Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!