-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Stricker <[EMAIL PROTECTED]> writes:
> Roger Leigh wrote:
>> Now that gettext provides "autopoint", there is no need for
>> glib-gettextize. glib-gettextize doesn't exploit the features of
>> current gettext releases (it was forked from gette
Hi,
I have a Treeview and I want to active the EnterNotifyEvent when a the
user's cursor is on a row.
I active the EnterNotifyEvent for the treeview but it works only for
the entire of the widget.
Thanks in advance for your help.
___
gtk-app-devel-list
Hi,
I have a Treeview and I want to active the EnterNotifyEvent when a the
user's cursor is on a row.
I active the EnterNotifyEvent for the treeview but it works only for
the entire of the widget.
Thanks in advance for your help.
___
gtk-app-devel-list
John Vetterli wrote:
[...]
Use g_timeout_add to execute a callback function periodically.
http://developer.gnome.org/doc/API/2.0/glib/glib-The-Main-Event-Loop.html
The interval may not be terribly accurate, but if I understand your
needs, this is not important. The callbacks would only cause t
On Mon, 19 Sep 2005, oracle nine wrote:
I am writing billiards management program under gtk2 on Linux. Each billiards
table is represented by a widget that will toggle the table open or closed.
While a table is open, I want to insert a label that displays how much time
has elapsed.
I want the a
Roger Leigh wrote:
> It's also worth mentioning here that glib-gettextize is way out of
> date and should not be used (it should be removed and replaced with a
> wrapper around autopoint).
>
> Now that gettext provides "autopoint", there is no need for
> glib-gettextize. glib-gettextize doesn't e