gtk3 3.3.6 → 3.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/sample/tutorial/README.md +21 -21
  3. metadata +12 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee763c60f1c5d784ece015359d1fad270ea438254bc5c24a4ef6b491c498f072
4
- data.tar.gz: 433ca8f566f19f22de7393a24779d77dd4e39a70efaf13ef1a14c234cce90c79
3
+ metadata.gz: 80c0daf6d27c54f3aca88c12f8fc8b4f03b0be2293199306f72fa96b014bec9b
4
+ data.tar.gz: 02c69dc135a625c67a2712e11069b6d148dd8888d8f577ce6e95d6a1360b15ab
5
5
  SHA512:
6
- metadata.gz: 7d9e05c3d36609bfe4368b9bce8246674e155c6939f4f44a2ea3e7a2aa3c96ac1a21973acddce06b0883d55476cd417d1c2049cd01c8f5eb877435f017526f09
7
- data.tar.gz: c3786050f92b7531c8c857aaf1d4953f6b19785939d6f66f3e65454bfe340a38f36d8883129c09c39ade0835158c0896ce8b59ed8471463b59ae7ecad4512344
6
+ metadata.gz: 3a0b5b56ed09e30c8ddc46011471debfaf25b54c48848266f2cecca48988c366fe3ae334c872b9ee0fb149ca946baec0113b124d888b9b36bf074b03b84d5081
7
+ data.tar.gz: 528f4580c6e1a4800c0892539d71ee7a2efbf05406b244a09a053139bc817bc1e3e361e89233165cad41f76408140e484383a508659e133db340348376f5a353
@@ -33,26 +33,26 @@ Gtk.main
33
33
  This tutorial will mainly be focused on the use of Gtk::Application, which is the best way to create an application.
34
34
 
35
35
  ## Table of Contents
36
- * [Basics](#basics)
37
- * [Packing](#packing)
38
- * [Building user interfaces](#building-user-interfaces)
39
- * [Building Applications](#building-applications)
40
- * [A trivial application](#a trivial application)
41
- * [Populating the window](#populating-the-window)
42
- * [Link a template to a custom class widget](#link-a-template-to-a-custom-class-widget)
43
- * [Load a resource file](#load-a-resource-file)
44
- * [Opening files](#opening-file)
45
- * [An application menu](#an-application-menu)
46
- * [Adding the menu interface](#adding-the-menu-interface)
47
- * [Linking menu items to actions](#linking-menu-items-to-actions)
48
- * [Add accelerators for an action](#add-accelerators-for-an-action)
49
- * [A preference dialog](#a-preference-dialog)
50
- * [Define and store settings for an application with gschemas](#define-and-store-settings-for-an-application-with-gschemas)
51
- * [Configure the settings with a dialog window](#configure-the-settings-with-a-dialog-window)
52
- * [Adding a search bar](#adding-a-search-bar)
53
- * [Adding a sidebar](#adding-a-sidebar)
54
- * [Properties](#properties)
55
- * [Header Bar](#header-bar)
36
+ * [Basics](#basics)
37
+ * [Packing](#packing)
38
+ * [Building user interfaces](#building-user-interfaces)
39
+ * [Building Applications](#building-applications)
40
+ * [A trivial application](#a-trivial-application)
41
+ * [Populating the window](#populating-the-window)
42
+ * [Link a template to a custom class widget](#link-a-template-to-a-custom-class-widget)
43
+ * [Load a resource file](#load-a-resource-file)
44
+ * [Opening files](#opening-files)
45
+ * [An application menu](#an-application-menu)
46
+ * [Adding the menu interface](#adding-the-menu-interface)
47
+ * [Linking menu items to actions](#linking-menu-items-to-actions)
48
+ * [Add accelerators for an action](#add-accelerators-for-action)
49
+ * [A preference dialog](#a-preference-dialog)
50
+ * [Define and store settings for an application with gschemas](#define-and-store-settings-for-an-application-with-gschemas)
51
+ * [Configure the settings with a dialog window](#configure-the-settings-with-a-dialog-window)
52
+ * [Adding a search bar](#adding-a-search-bar)
53
+ * [Adding a sidebar](#adding-a-sidebar)
54
+ * [Properties](#properties)
55
+ * [Header Bar](#header-bar)
56
56
 
57
57
  ## Basics
58
58
  https://developer.gnome.org/gtk3/stable/gtk-getting-started.html#id-1.2.3.5
@@ -965,7 +965,7 @@ https://developer.gnome.org/gtk3/stable/ch01s04.html#id-1.2.3.12.11
965
965
 
966
966
  * exampleapp8/exampleapp.rb
967
967
 
968
- As another piece of functionality, we are adding a sidebar, which demonstrates `Gtk::MenuButton`, `Gtk::Revealer` and Gtk::ListBox`.
968
+ As another piece of functionality, we are adding a sidebar, which demonstrates `Gtk::MenuButton`, `Gtk::Revealer` and `Gtk::ListBox`.
969
969
 
970
970
  window.ui :
971
971
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.6
4
+ version: 3.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2019-03-21 00:00:00.000000000 Z
10
+ date: 2019-08-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gio2
@@ -16,70 +15,70 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 3.3.6
18
+ version: 3.3.7
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - '='
25
24
  - !ruby/object:Gem::Version
26
- version: 3.3.6
25
+ version: 3.3.7
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: atk
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - '='
32
31
  - !ruby/object:Gem::Version
33
- version: 3.3.6
32
+ version: 3.3.7
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - '='
39
38
  - !ruby/object:Gem::Version
40
- version: 3.3.6
39
+ version: 3.3.7
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: pango
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - '='
46
45
  - !ruby/object:Gem::Version
47
- version: 3.3.6
46
+ version: 3.3.7
48
47
  type: :runtime
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - '='
53
52
  - !ruby/object:Gem::Version
54
- version: 3.3.6
53
+ version: 3.3.7
55
54
  - !ruby/object:Gem::Dependency
56
55
  name: gdk_pixbuf2
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - '='
60
59
  - !ruby/object:Gem::Version
61
- version: 3.3.6
60
+ version: 3.3.7
62
61
  type: :runtime
63
62
  prerelease: false
64
63
  version_requirements: !ruby/object:Gem::Requirement
65
64
  requirements:
66
65
  - - '='
67
66
  - !ruby/object:Gem::Version
68
- version: 3.3.6
67
+ version: 3.3.7
69
68
  - !ruby/object:Gem::Dependency
70
69
  name: gdk3
71
70
  requirement: !ruby/object:Gem::Requirement
72
71
  requirements:
73
72
  - - '='
74
73
  - !ruby/object:Gem::Version
75
- version: 3.3.6
74
+ version: 3.3.7
76
75
  type: :runtime
77
76
  prerelease: false
78
77
  version_requirements: !ruby/object:Gem::Requirement
79
78
  requirements:
80
79
  - - '='
81
80
  - !ruby/object:Gem::Version
82
- version: 3.3.6
81
+ version: 3.3.7
83
82
  description: Ruby/GTK3 is a Ruby binding of GTK+-3.x.
84
83
  email: ruby-gnome2-devel-en@lists.sourceforge.net
85
84
  executables: []