gtk3 3.3.6 → 3.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/sample/tutorial/README.md +21 -21
- metadata +12 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80c0daf6d27c54f3aca88c12f8fc8b4f03b0be2293199306f72fa96b014bec9b
|
|
4
|
+
data.tar.gz: 02c69dc135a625c67a2712e11069b6d148dd8888d8f577ce6e95d6a1360b15ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a0b5b56ed09e30c8ddc46011471debfaf25b54c48848266f2cecca48988c366fe3ae334c872b9ee0fb149ca946baec0113b124d888b9b36bf074b03b84d5081
|
|
7
|
+
data.tar.gz: 528f4580c6e1a4800c0892539d71ee7a2efbf05406b244a09a053139bc817bc1e3e361e89233165cad41f76408140e484383a508659e133db340348376f5a353
|
data/sample/tutorial/README.md
CHANGED
|
@@ -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
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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: []
|