gtk_paradise 0.5.449 → 0.5.450

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gtk_paradise might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3cfbb275ad9859912eb686764663b51ada7bd4542ee917e2d8d8688a2036487
4
- data.tar.gz: 4bf4b97f55f3d40432604a47342e5e11444dee0d974e827cc1ad9f17669f0e98
3
+ metadata.gz: e8b69ea5effcccdb82d89e9cf4971d2d022bd4a63aa62892a219a27f5bb90209
4
+ data.tar.gz: c8d823679411ea5f9b9a1a2ae18a7fd24aa87632d4b2dab2fda8e522393497fc
5
5
  SHA512:
6
- metadata.gz: 4d96a1a806b810053a8ab3c2519ecc3aa7333b02475e0fe095b289d11db10f4980ae6cce713dde1a61adbd93523c59d2cb23775aa0246d33fa069d35196354e1
7
- data.tar.gz: eed46c7d0c59c2062a1536a19047faf8fdd2a7ccf99340bb1b81ce3a5b63fa6cf8fefa83aa3f6bfc1900de4de712f0a3f8aa0eafcdba80cc2bc3919d9758a547
6
+ metadata.gz: 3902a4dba5a4c258f3a9df7596af17d5f4be544c33323a472bda2d638c1635aab30127b0331220b44c1792d5c44bfc7768834891d2614e3dab278c13ffe9ec42
7
+ data.tar.gz: f90902a99d7363e5dd1f1f10ec5db4a1de85c95d95a29dfd59443c77889809d27d11b57b5079600a11bf1d614cc8c6d7921c966f8a43924faa4da20de20f8dea
@@ -247,4 +247,11 @@ module BaseModule
247
247
  return_this_image_based_on_the_default_icon_theme(:document_open)
248
248
  end; alias document_open image_document_open # === document_open
249
249
 
250
+ # ========================================================================= #
251
+ # === image_application_exit
252
+ # ========================================================================= #
253
+ def image_application_exit
254
+ return_this_image_based_on_the_default_icon_theme(:application_exit)
255
+ end
256
+
250
257
  end; end
@@ -524,7 +524,6 @@ button1:hover {
524
524
  background-color: orange;
525
525
  }
526
526
 
527
-
528
527
  .scrollbar.horizontal {
529
528
  border: 5px solid forestgreen;
530
529
  }
@@ -532,16 +531,23 @@ button1:hover {
532
531
  border: 15px solid tomato;
533
532
  }
534
533
 
534
+
535
535
  #scrollbar3 slider {
536
536
  /* Size of the slider */
537
- min-width: 18px;
538
- min-height: 12px;
539
- border-radius: 8px;
537
+ min-width: 14px;
538
+ min-height: 10px;
539
+ border-radius: 6px;
540
540
 
541
541
  /* Padding around the slider */
542
542
  border: 3px solid royalblue;
543
543
  }
544
544
 
545
+ #scrollbar3 trough {
546
+ background-color: transparent;
547
+ background-repeat: no-repeat;
548
+ background-position: center;
549
+ }
550
+
545
551
  #scrollbar2 slider {
546
552
  /* Size of the slider */
547
553
  min-width: 15px;
@@ -9,7 +9,7 @@ module Gtk
9
9
  # ========================================================================= #
10
10
  # === VERSION_OF_THE_GTK_PARADISE_PROJECT
11
11
  # ========================================================================= #
12
- VERSION_OF_THE_GTK_PARADISE_PROJECT = '0.5.449'
12
+ VERSION_OF_THE_GTK_PARADISE_PROJECT = '0.5.450'
13
13
 
14
14
  # ========================================================================= #
15
15
  # === LAST_UPDATE
@@ -137,7 +137,8 @@ module MaximizeButtonModule
137
137
  # ========================================================================= #
138
138
  def set_parent_widget(i)
139
139
  @widget = i
140
- end; alias set_parent set_parent_widget # === set_parent
140
+ end; alias set_parent set_parent_widget # === set_parent
141
+ alias set_new_parent set_parent_widget # === set_new_parent
141
142
 
142
143
  # ========================================================================= #
143
144
  # === run
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk_paradise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.449
4
+ version: 0.5.450
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler