gtk4 4.2.5 → 4.2.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/lib/gtk4/text-buffer.rb +4 -4
- metadata +7 -10
- data/sample/demos/gtk-demo/demo.gresource +0 -0
- data/sample/demos/gtk-demo/paint.rb +0 -347
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f02d378617116cb35de46085a533678299948237187761a20c51359c71ae4367
|
4
|
+
data.tar.gz: 79af27f883b71f8b9cf75f544289bb8b9aef369286aa7f7b90311abf045c67c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97cc1241730df2ab1f02abd268d608d11fb277a3e5aceb55870315265957a013d8d425441a511871a91f49b5758b33a5f940b16527f35c0c0a76bfb776b83970
|
7
|
+
data.tar.gz: 1f6759479a32125b7b709aacbb4959941a927cb1d2314c0baa4c208ad8b529eefdafde33b3910f37e6ee9010aa7cc577075efc926ad533cdcf9e59b1e953ce56
|
data/lib/gtk4/text-buffer.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2014-
|
1
|
+
# Copyright (C) 2014-2025 Ruby-GNOME Project Team
|
2
2
|
#
|
3
3
|
# This library is free software; you can redistribute it and/or
|
4
4
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -75,11 +75,11 @@ module Gtk
|
|
75
75
|
anchor = arguments[:anchor]
|
76
76
|
if line
|
77
77
|
if offset
|
78
|
-
get_iter_at_line_offset_raw(line, offset)
|
78
|
+
get_iter_at_line_offset_raw(line, offset)[1]
|
79
79
|
elsif index
|
80
|
-
get_iter_at_line_index_raw(line, index)
|
80
|
+
get_iter_at_line_index_raw(line, index)[1]
|
81
81
|
else
|
82
|
-
get_iter_at_line_raw(line)
|
82
|
+
get_iter_at_line_raw(line)[1]
|
83
83
|
end
|
84
84
|
elsif offset
|
85
85
|
get_iter_at_offset_raw(offset)
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gtk4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.7
|
5
5
|
platform: ruby
|
6
|
-
original_platform: ''
|
7
6
|
authors:
|
8
7
|
- The Ruby-GNOME Project Team
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-28 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: atk
|
@@ -16,28 +15,28 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - '='
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.2.
|
18
|
+
version: 4.2.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: 4.2.
|
25
|
+
version: 4.2.7
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: gdk4
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
30
29
|
requirements:
|
31
30
|
- - '='
|
32
31
|
- !ruby/object:Gem::Version
|
33
|
-
version: 4.2.
|
32
|
+
version: 4.2.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: 4.2.
|
39
|
+
version: 4.2.7
|
41
40
|
description: Ruby/GTK4 is a Ruby binding of GTK 4.x. It allows Ruby programmers to
|
42
41
|
use the GTK graphics toolkit to make graphical user interfaces for their Ruby scripts.
|
43
42
|
Many of the programs you use like file explorers, browsers, graphics programs etc.
|
@@ -130,7 +129,6 @@ files:
|
|
130
129
|
- sample/demos/gtk-demo/README.md
|
131
130
|
- sample/demos/gtk-demo/data/scalable/apps/org.gtk.Demo4.svg
|
132
131
|
- sample/demos/gtk-demo/data/symbolic/apps/org.gtk.Demo4-symbolic.svg
|
133
|
-
- sample/demos/gtk-demo/demo.gresource
|
134
132
|
- sample/demos/gtk-demo/demo.gresource.xml
|
135
133
|
- sample/demos/gtk-demo/demo.rb
|
136
134
|
- sample/demos/gtk-demo/glarea-gl.fs.glsl
|
@@ -141,7 +139,6 @@ files:
|
|
141
139
|
- sample/demos/gtk-demo/main-listitem.ui
|
142
140
|
- sample/demos/gtk-demo/main.rb
|
143
141
|
- sample/demos/gtk-demo/main.ui
|
144
|
-
- sample/demos/gtk-demo/paint.rb
|
145
142
|
- sample/demos/gtk-demo/shortcut-triggers.rb
|
146
143
|
- sample/examples/README.md
|
147
144
|
- sample/examples/action-namespace.rb
|
@@ -206,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
206
203
|
- !ruby/object:Gem::Version
|
207
204
|
version: '0'
|
208
205
|
requirements: []
|
209
|
-
rubygems_version: 3.6.
|
206
|
+
rubygems_version: 3.6.2
|
210
207
|
specification_version: 4
|
211
208
|
summary: Ruby/GTK4 is a Ruby binding of GTK+-4.x.
|
212
209
|
test_files: []
|
Binary file
|
@@ -1,347 +0,0 @@
|
|
1
|
-
# Copyright (C) 2024 Ruby-GNOME Project Team
|
2
|
-
#
|
3
|
-
# This library is free software; you can redistribute it and/or
|
4
|
-
# modify it under the terms of the GNU Lesser General Public
|
5
|
-
# License as published by the Free Software Foundation; either
|
6
|
-
# version 2.1 of the License, or (at your option) any later version.
|
7
|
-
#
|
8
|
-
# This library is distributed in the hope that it will be useful,
|
9
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
11
|
-
# Lesser General Public License for more details.
|
12
|
-
#
|
13
|
-
# You should have received a copy of the GNU Lesser General Public
|
14
|
-
# License along with this library; if not, write to the Free Software
|
15
|
-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
16
|
-
|
17
|
-
# Original:
|
18
|
-
# https://gitlab.gnome.org/GNOME/gtk/-/blob/main/demos/gtk-demo/paint.c
|
19
|
-
#
|
20
|
-
# See the following for license information:
|
21
|
-
# * https://gitlab.gnome.org/GNOME/gtk/-/blob/main/AUTHORS
|
22
|
-
# * https://gitlab.gnome.org/GNOME/gtk/-/blob/main/COPYING
|
23
|
-
|
24
|
-
class MyDrawingArea < Gtk::Widget
|
25
|
-
type_register
|
26
|
-
|
27
|
-
attr_accessor :draw_color
|
28
|
-
attr_accessor :brush_size
|
29
|
-
attr_reader :gesture
|
30
|
-
def initialize
|
31
|
-
super
|
32
|
-
@draw_color = Gdk::RGBA.new(0, 0, 0, 1)
|
33
|
-
@brush_size = 1
|
34
|
-
@gesture = Gtk::GestureStylus.new
|
35
|
-
@context = nil
|
36
|
-
@gesture.signal_connect(:down) do |_, _x, _y|
|
37
|
-
#@context.new_path
|
38
|
-
end
|
39
|
-
@gesture.signal_connect(:motion) do |_, x, y|
|
40
|
-
tool = @gesture.device_tool
|
41
|
-
backlog = @gesture.backlog
|
42
|
-
if backlog
|
43
|
-
backlog.each_with_index do |time_coord, i|
|
44
|
-
puts("#{i}/#{backlog.size} #{time_coord.time}, #{time_coord.axes[1]}, #{time_coord.axes[2]}")
|
45
|
-
axes = time_coord.axes
|
46
|
-
if time_coord.flags.pressure?
|
47
|
-
pressure = axes[Gdk::AxisUse::PRESSURE.to_i]
|
48
|
-
else
|
49
|
-
pressure = 1.0
|
50
|
-
end
|
51
|
-
apply_stroke(tool,
|
52
|
-
axes[Gdk::AxisUse::X.to_i],
|
53
|
-
axes[Gdk::AxisUse::Y.to_i],
|
54
|
-
pressure)
|
55
|
-
end
|
56
|
-
else
|
57
|
-
pressure = @gesture.get_axis(:pressure) || 1.0
|
58
|
-
apply_stroke(tool, x, y, pressure)
|
59
|
-
end
|
60
|
-
end
|
61
|
-
add_controller(@gesture)
|
62
|
-
end
|
63
|
-
|
64
|
-
private
|
65
|
-
def apply_stroke(tool, x, y, pressure)
|
66
|
-
# TODO
|
67
|
-
if tool and tool.tool_type == Gdk::DeviceToolType::ERASER
|
68
|
-
else
|
69
|
-
end
|
70
|
-
end
|
71
|
-
end
|
72
|
-
|
73
|
-
class PaintDemo < GtkDemo
|
74
|
-
def initialize
|
75
|
-
super(__FILE__,
|
76
|
-
nil,
|
77
|
-
"Paint",
|
78
|
-
"Demonstrates practical handling of drawing tablets in a real world " +
|
79
|
-
"usecase.",
|
80
|
-
["Gdk::DrawingArea", "Gtk::Gesture"])
|
81
|
-
end
|
82
|
-
|
83
|
-
def run(parent)
|
84
|
-
window = Gtk::Window.new
|
85
|
-
window.display = parent.display
|
86
|
-
|
87
|
-
drawing_area = MyDrawingArea.new
|
88
|
-
window.child = drawing_area
|
89
|
-
|
90
|
-
header_bar = Gtk::HeaderBar.new
|
91
|
-
|
92
|
-
color_button = Gtk::ColorDialogButton.new(Gtk::ColorDialog.new)
|
93
|
-
color_button.signal_connect("notify::rgba") do |_, _spec|
|
94
|
-
color = color_button.rgba
|
95
|
-
drawing_area.draw_color = color
|
96
|
-
end
|
97
|
-
# drawing_area.signal_connect("color-set") do |_, color|
|
98
|
-
# color_button.rgba = color
|
99
|
-
# end
|
100
|
-
color_button.rgba = Gdk::RGBA.new(0, 0, 0, 1);
|
101
|
-
header_bar.pack_end(color_button)
|
102
|
-
|
103
|
-
check_button = Gtk::CheckButton.new("Stylus only")
|
104
|
-
check_button.bind_property("active",
|
105
|
-
drawing_area.gesture,
|
106
|
-
"stylus-only",
|
107
|
-
:sync_create)
|
108
|
-
header_bar.pack_start(check_button)
|
109
|
-
|
110
|
-
window.titlebar = header_bar
|
111
|
-
window.title = "Paint"
|
112
|
-
|
113
|
-
window.present
|
114
|
-
|
115
|
-
window
|
116
|
-
end
|
117
|
-
|
118
|
-
private
|
119
|
-
# We need to set up our state when we realize the GtkGLArea widget
|
120
|
-
def realize(gl_area)
|
121
|
-
@rotation_angles = [0.0] * N_AXISES
|
122
|
-
|
123
|
-
GL.load_lib
|
124
|
-
|
125
|
-
gl_area.make_current
|
126
|
-
api_name = gl_area.api.nick
|
127
|
-
vertex_path = "/glarea/glarea-#{api_name}.vs.glsl"
|
128
|
-
fragment_path = "/glarea/glarea-#{api_name}.fs.glsl"
|
129
|
-
init_buffers
|
130
|
-
init_shaders(vertex_path, fragment_path)
|
131
|
-
end
|
132
|
-
|
133
|
-
# The object we are drawing
|
134
|
-
VERTEX_DATA = [
|
135
|
-
0.0, 0.5, 0.0, 1.0,
|
136
|
-
0.5, -0.366, 0.0, 1.0,
|
137
|
-
-0.5, -0.366, 0.0, 1.0,
|
138
|
-
]
|
139
|
-
|
140
|
-
def init_buffers
|
141
|
-
# We only use one VAO, so we always keep it bound
|
142
|
-
vao_buffer = " " * Fiddle::SIZEOF_UINT32_T
|
143
|
-
GL.GenVertexArrays(1, vao_buffer)
|
144
|
-
@vao = vao_buffer.unpack1("L")
|
145
|
-
GL.BindVertexArray(@vao)
|
146
|
-
|
147
|
-
# This is the buffer that holds the vertices
|
148
|
-
position_buffer = " " * Fiddle::SIZEOF_UINT32_T
|
149
|
-
GL.GenBuffers(1, position_buffer)
|
150
|
-
GL.GenBuffers(1, position_buffer)
|
151
|
-
@position = position_buffer.unpack1("L")
|
152
|
-
GL.BindBuffer(GL::ARRAY_BUFFER, @position)
|
153
|
-
GL.BufferData(GL::ARRAY_BUFFER,
|
154
|
-
Fiddle::SIZEOF_FLOAT * VERTEX_DATA.size,
|
155
|
-
VERTEX_DATA.pack("f*"),
|
156
|
-
GL::STATIC_DRAW)
|
157
|
-
GL.BindBuffer(GL::ARRAY_BUFFER, 0)
|
158
|
-
end
|
159
|
-
|
160
|
-
# Initialize the shaders and link them into a program
|
161
|
-
def init_shaders(vertex_path, fragment_path)
|
162
|
-
@program = nil
|
163
|
-
vertex = 0
|
164
|
-
fragment = 0
|
165
|
-
|
166
|
-
begin
|
167
|
-
source = Gio::Resources.lookup_data(vertex_path)
|
168
|
-
vertex = create_shader(GL::VERTEX_SHADER, source.to_s)
|
169
|
-
return if vertex.zero?
|
170
|
-
|
171
|
-
source = Gio::Resources.lookup_data(fragment_path)
|
172
|
-
fragment = create_shader(GL::FRAGMENT_SHADER, source.to_s)
|
173
|
-
return if fragment.zero?
|
174
|
-
|
175
|
-
@program = GL.CreateProgram
|
176
|
-
return if @program.zero?
|
177
|
-
|
178
|
-
GL.AttachShader(@program, vertex)
|
179
|
-
GL.AttachShader(@program, fragment)
|
180
|
-
|
181
|
-
GL.LinkProgram(@program)
|
182
|
-
|
183
|
-
program_ok_buffer = " " * Fiddle::SIZEOF_UINT32_T
|
184
|
-
GL.GetProgramiv(@program, GL::LINK_STATUS, program_ok_buffer)
|
185
|
-
program_ok = (program_ok_buffer.unpack1("L") == GL::TRUE)
|
186
|
-
unless program_ok
|
187
|
-
log_length_buffer = " " * Fiddle::SIZEOF_UINT32_T
|
188
|
-
GL.GetProgramiv(@program, GL::INFO_LOG_LENGTH, log_length_buffer)
|
189
|
-
log_length = log_length_buffer.unpack1("L")
|
190
|
-
log = " " * log_length
|
191
|
-
GL.GetProgramInfoLog(@program, log_length, nil, log)
|
192
|
-
$stderr.puts("Linking failure:")
|
193
|
-
$stderr.puts(log)
|
194
|
-
GL.DeleteProgram(@program)
|
195
|
-
@program = nil
|
196
|
-
return
|
197
|
-
end
|
198
|
-
|
199
|
-
# Get the location of the "mvp" uniform
|
200
|
-
@mvp_location = GL.GetUniformLocation(@program, "mvp")
|
201
|
-
|
202
|
-
GL.DetachShader(@program, vertex)
|
203
|
-
GL.DetachShader(@program, fragment)
|
204
|
-
ensure
|
205
|
-
GL.DeleteShader(vertex) if vertex.zero?
|
206
|
-
GL.DeleteShader(fragment) if fragment.zero?
|
207
|
-
end
|
208
|
-
end
|
209
|
-
|
210
|
-
# Create and compile a shader
|
211
|
-
def create_shader(type, source)
|
212
|
-
shader = GL.CreateShader(type)
|
213
|
-
GL.ShaderSource(shader, 1, [source].pack("p"), nil)
|
214
|
-
GL.CompileShader(shader)
|
215
|
-
|
216
|
-
shader_ok_buffer = " " * Fiddle::SIZEOF_UINT32_T
|
217
|
-
GL.GetShaderiv(shader, GL::COMPILE_STATUS, shader_ok_buffer)
|
218
|
-
shader_ok = (shader_ok_buffer.unpack1("L") == GL::TRUE)
|
219
|
-
unless shader_ok
|
220
|
-
log_length_buffer = " " * Fiddle::SIZEOF_UINT32_t
|
221
|
-
GL.GetShaderiv(shader, GL::INFO_LOG_LENGTH, log_length_buffer)
|
222
|
-
log_length = log_length_buffer.unpack1("L")
|
223
|
-
log = " " * log_length
|
224
|
-
GL.GetShaderInfoLog(shader, log_length, nil, buffer)
|
225
|
-
type_name = (type == GL::VERTEX_SHADER ? "vertex" : "fragment")
|
226
|
-
$stderr.puts("Compile failure in #{type_name} shader:")
|
227
|
-
$stderr.puts(log)
|
228
|
-
GL.DeleteShader(shader)
|
229
|
-
return 0
|
230
|
-
end
|
231
|
-
|
232
|
-
shader
|
233
|
-
end
|
234
|
-
|
235
|
-
# We should tear down the state when unrealizing
|
236
|
-
def unrealize(gl_area)
|
237
|
-
gl_area.make_current
|
238
|
-
GL.DeleteBuffers(1, [[@position].pack("L")].pack("p"))
|
239
|
-
GL.DeleteProgram(@program)
|
240
|
-
end
|
241
|
-
|
242
|
-
def compute_mvp(phi, theta, psi)
|
243
|
-
x = phi * (Math::PI / 180.0)
|
244
|
-
y = theta * (Math::PI / 180.0)
|
245
|
-
z = psi * (Math::PI / 180.0)
|
246
|
-
c1 = Math.cos(x)
|
247
|
-
s1 = Math.sin(x)
|
248
|
-
c2 = Math.cos(y)
|
249
|
-
s2 = Math.sin(y)
|
250
|
-
c3 = Math.cos(z)
|
251
|
-
s3 = Math.sin(z)
|
252
|
-
c3c2 = c3 * c2
|
253
|
-
s3c1 = s3 * c1
|
254
|
-
c3s2s1 = c3 * s2 * s1
|
255
|
-
s3s1 = s3 * s1
|
256
|
-
c3s2c1 = c3 * s2 * c1
|
257
|
-
s3c2 = s3 * c2
|
258
|
-
c3c1 = c3 * c1
|
259
|
-
s3s2s1 = s3 * s2 * s1
|
260
|
-
c3s1 = c3 * s1
|
261
|
-
s3s2c1 = s3 * s2 * c1
|
262
|
-
c2s1 = c2 * s1
|
263
|
-
c2c1 = c2 * c1
|
264
|
-
|
265
|
-
# apply all three rotations using the three matrices:
|
266
|
-
#
|
267
|
-
# ⎡ c3 s3 0 ⎤ ⎡ c2 0 -s2 ⎤ ⎡ 1 0 0 ⎤
|
268
|
-
# ⎢ -s3 c3 0 ⎥ ⎢ 0 1 0 ⎥ ⎢ 0 c1 s1 ⎥
|
269
|
-
# ⎣ 0 0 1 ⎦ ⎣ s2 0 c2 ⎦ ⎣ 0 -s1 c1 ⎦
|
270
|
-
mvp = [0.0] * 16
|
271
|
-
mvp[0] = c3c2; mvp[4] = s3c1 + c3s2s1; mvp[8] = s3s1 - c3s2c1; mvp[12] = 0.0;
|
272
|
-
mvp[1] = -s3c2; mvp[5] = c3c1 - s3s2s1; mvp[9] = c3s1 + s3s2c1; mvp[13] = 0.0;
|
273
|
-
mvp[2] = s2; mvp[6] = -c2s1; mvp[10] = c2c1; mvp[14] = 0.0;
|
274
|
-
mvp[3] = 0.0; mvp[7] = 0.0; mvp[11] = 0.0; mvp[15] = 1.0;
|
275
|
-
mvp
|
276
|
-
end
|
277
|
-
|
278
|
-
def draw_triangle
|
279
|
-
# Compute the model view projection matrix using the
|
280
|
-
# rotation angles specified through the GtkRange widgets
|
281
|
-
mvp = compute_mvp(@rotation_angles[X_AXIS],
|
282
|
-
@rotation_angles[Y_AXIS],
|
283
|
-
@rotation_angles[Z_AXIS])
|
284
|
-
|
285
|
-
# Use our shaders
|
286
|
-
GL.UseProgram(@program)
|
287
|
-
|
288
|
-
# Update the "mvp" matrix we use in the shader
|
289
|
-
GL.UniformMatrix4fv(@mvp_location, 1, GL::FALSE, mvp.pack("f*"))
|
290
|
-
|
291
|
-
# Use the vertices in our buffer
|
292
|
-
GL.BindBuffer(GL::ARRAY_BUFFER, @position)
|
293
|
-
GL.EnableVertexAttribArray(0)
|
294
|
-
GL.VertexAttribPointer(0, 4, GL::FLOAT, GL::FALSE, 0, 0)
|
295
|
-
|
296
|
-
# Draw the three vertices as a triangle
|
297
|
-
GL.DrawArrays(GL::TRIANGLES, 0, 3)
|
298
|
-
|
299
|
-
# We finished using the buffers and program
|
300
|
-
GL.DisableVertexAttribArray(0)
|
301
|
-
GL.BindBuffer(GL::ARRAY_BUFFER, 0)
|
302
|
-
GL.UseProgram(0)
|
303
|
-
end
|
304
|
-
|
305
|
-
def render(gl_area)
|
306
|
-
# Clear the viewport
|
307
|
-
GL.ClearColor(0.5, 0.5, 0.5, 1.0)
|
308
|
-
GL.Clear(GL::COLOR_BUFFER_BIT)
|
309
|
-
|
310
|
-
# Draw our object
|
311
|
-
draw_triangle
|
312
|
-
|
313
|
-
# Flush the contents of the pipeline
|
314
|
-
GL.Flush
|
315
|
-
|
316
|
-
true
|
317
|
-
end
|
318
|
-
|
319
|
-
def create_axis_slider(gl_area, axis)
|
320
|
-
box = Gtk::Box.new(:horizontal)
|
321
|
-
case axis
|
322
|
-
when X_AXIS
|
323
|
-
text = "X axis"
|
324
|
-
when Y_AXIS
|
325
|
-
text = "Y axis"
|
326
|
-
when Z_AXIS
|
327
|
-
text = "Z axis"
|
328
|
-
end
|
329
|
-
label = Gtk::Label.new(text)
|
330
|
-
box.append(label)
|
331
|
-
|
332
|
-
adjustment = Gtk::Adjustment.new(0.0, 0.0, 360.0, 1.0, 12.0, 0.0)
|
333
|
-
adjustment.signal_connect("value-changed") do
|
334
|
-
@rotation_angles[axis] = adjustment.value
|
335
|
-
# Update the contents of the GL drawing area
|
336
|
-
gl_area.queue_draw
|
337
|
-
end
|
338
|
-
|
339
|
-
slider = Gtk::Scale.new(:horizontal, adjustment)
|
340
|
-
box.append(slider)
|
341
|
-
slider.hexpand = true
|
342
|
-
|
343
|
-
box
|
344
|
-
end
|
345
|
-
|
346
|
-
GtkDemo.register(new)
|
347
|
-
end
|