ruby-libnotify 0.4.1.1 → 0.5.0
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.
- data/CHANGELOG.rdoc +12 -0
- data/README.rdoc +5 -7
- data/doc/Notify/Notification.html +1123 -0
- data/doc/Notify.html +518 -0
- data/doc/created.rid +3 -1
- data/doc/ext/rnotify_c.html +52 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +93 -17
- data/doc/js/darkfish.js +116 -0
- data/doc/js/jquery.js +32 -0
- data/doc/js/quicksearch.js +114 -0
- data/doc/js/thickbox-compressed.js +10 -0
- data/doc/lib/RNotify_rb.html +56 -0
- data/doc/rdoc.css +706 -0
- data/examples/action.rb +1 -1
- data/examples/base.rb +1 -5
- data/examples/icon.png +0 -0
- data/examples/info.rb +1 -1
- data/examples/markup.rb +1 -4
- data/examples/multi-actions.rb +1 -1
- data/examples/update.rb +1 -6
- data/examples/urgency.rb +3 -8
- data/examples/xy.rb +1 -6
- data/ext/extconf.rb +23 -34
- data/ext/rnotify.c +72 -145
- data/lib/RNotify.rb +1 -1
- metadata +33 -52
- data/doc/classes/Notify/Notification.html +0 -787
- data/doc/classes/Notify/Notification.src/M000007.html +0 -65
- data/doc/classes/Notify/Notification.src/M000008.html +0 -49
- data/doc/classes/Notify/Notification.src/M000009.html +0 -43
- data/doc/classes/Notify/Notification.src/M000010.html +0 -35
- data/doc/classes/Notify/Notification.src/M000011.html +0 -33
- data/doc/classes/Notify/Notification.src/M000012.html +0 -36
- data/doc/classes/Notify/Notification.src/M000013.html +0 -48
- data/doc/classes/Notify/Notification.src/M000014.html +0 -36
- data/doc/classes/Notify/Notification.src/M000015.html +0 -38
- data/doc/classes/Notify/Notification.src/M000016.html +0 -38
- data/doc/classes/Notify/Notification.src/M000017.html +0 -39
- data/doc/classes/Notify/Notification.src/M000018.html +0 -38
- data/doc/classes/Notify/Notification.src/M000019.html +0 -45
- data/doc/classes/Notify/Notification.src/M000020.html +0 -67
- data/doc/classes/Notify/Notification.src/M000021.html +0 -33
- data/doc/classes/Notify/Notification.src/M000022.html +0 -33
- data/doc/classes/Notify/Notification.src/M000023.html +0 -36
- data/doc/classes/Notify/Notification.src/M000024.html +0 -34
- data/doc/classes/Notify.html +0 -343
- data/doc/classes/Notify.src/M000001.html +0 -39
- data/doc/classes/Notify.src/M000002.html +0 -24
- data/doc/classes/Notify.src/M000003.html +0 -25
- data/doc/classes/Notify.src/M000004.html +0 -24
- data/doc/classes/Notify.src/M000005.html +0 -37
- data/doc/classes/Notify.src/M000006.html +0 -55
- data/doc/files/lib/RNotify_rb.html +0 -102
- data/doc/files/rnotify_c.html +0 -90
- data/doc/fr_class_index.html +0 -27
- data/doc/fr_file_index.html +0 -27
- data/doc/fr_method_index.html +0 -71
- data/doc/rdoc-style.css +0 -299
- data/examples/attach_to.rb +0 -43
- data/examples/attach_to_status_icon.rb +0 -47
- data/examples/geometry-hints.rb +0 -37
data/examples/geometry-hints.rb
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
=begin
|
4
|
-
|
5
|
-
geometry-hints.rb
|
6
|
-
|
7
|
-
Luca Russo <vargolo@gmail.com>
|
8
|
-
Copyright (LGPL) 2006 - 2011
|
9
|
-
|
10
|
-
ruby-libnotify geometry-hints example
|
11
|
-
|
12
|
-
=end
|
13
|
-
|
14
|
-
begin
|
15
|
-
require 'RNotify'
|
16
|
-
rescue LoadError
|
17
|
-
require 'rubygems'
|
18
|
-
require 'RNotify'
|
19
|
-
end
|
20
|
-
|
21
|
-
Gtk.init
|
22
|
-
Notify.init("Test10")
|
23
|
-
|
24
|
-
screen = Gdk::Screen.default
|
25
|
-
|
26
|
-
test = Notify::Notification.new("Test10", "This notification point to 150,100", nil, nil)
|
27
|
-
test.geometry_hints(screen, 150, 100)
|
28
|
-
test.timeout= Notify::Notification::EXPIRES_NEVER
|
29
|
-
test.add_action("Action", "Click Me!") { Gtk.main_quit }
|
30
|
-
test.signal_connect("closed") { Gtk.main_quit }
|
31
|
-
test.show
|
32
|
-
|
33
|
-
Gtk.main
|
34
|
-
|
35
|
-
test.clear_actions
|
36
|
-
test.close
|
37
|
-
Notify.uninit
|