module Rgw
Rgw::BigList
is a widget, that shows a data list from an array of arrays. It has no bells and whistles, but is very fast.
Rgw::Pile
is a container, that allows to stack a widget (the pile child) over an other one (the child). The pile child can be placed freely over the child. The pile child doesn’t cover the complete child, so it will receive all events for the none covered areas.
IMPORTANT
¶ ↑
Rgw::Pile
is not a real Gtk::Container implementation, because afaik building real subclasses of Gtk::Container is for now not possible with Ruby-Gtk. So this is a little bit of a hack and depending of the usage it can produce unexpected results. So don’t see this as an ready-to-use widget but more as a base for your own implementations.
RadioRevealer
is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
RadioRevealer
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with RadioRevealer
; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Copyright 2014 Detlef Reichl detlef!reichl()gmx!org
Rgw::RestrictionEntry is a specialized Gtk::Entry, that can be restricted so that only valid Numerics can be entered. For this the locale under which the program runs is taken into account. Also the range of the input can be limited. For numerics it will limit the number range, for strings the length of the in put.
SyncedSpinButton
is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
SyncedSpinButton
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with SyncedSpinButton
; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Copyright 2014 Detlef Reichl detlef!reichl()gmx!org
Constants
- PIXMAP_PATH
- VERSION