Re: Notification or applet?

2009-03-06 Thread Sander Marechal
Ali Abdallah wrote: > Sander Marechal wrote: >> I am wondering how I should program this. I know about Gnome applets but >> it's not really an applet (like Pidgin and Rhythmbox aren't applets but >> full-blown applications). But I have read that the notification ar

Notification or applet?

2009-03-06 Thread Sander Marechal
tion area? Some combination of the two? Is there a third way? Thanks in advance for any help. Kind regards, -- Sander Marechal ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Theory of good signal/event API design?

2007-09-25 Thread Sander Marechal
Chris Vine wrote: > On Tue, 2007-09-25 at 09:07 +0200, Sander Marechal wrote: >> Andy Wingo wrote: >>> Consider writing to gstreamer-devel. >> >> I wrote there too, but got no comments. The reason I posted to the GTK >> lists as well is because GTK is also eve

Re: Theory of good signal/event API design?

2007-09-24 Thread Sander Marechal
ote there too, but got no comments. The reason I posted to the GTK lists as well is because GTK is also event/signal driven. I'm not looking for anything GStreamer (or other technology) specific, but for general information about event driven programming. -- Sander Marechal _

Re: Theory of good signal/event API design?

2007-09-16 Thread Sander Marechal
Robert Schwebel wrote: > On Sun, Sep 16, 2007 at 08:51:26PM +0200, Sander Marechal wrote: >> Maybe. I did a bit of reading and it looks like bdus was created for >> communication between applications and for os->application >> communication, not for passing message

Re: Theory of good signal/event API design?

2007-09-16 Thread Sander Marechal
Robert Schwebel wrote: > On Sun, Sep 16, 2007 at 06:28:56PM +0200, Sander Marechal wrote: >> Is there some theory, guidelines, tutorials, whatever about >> designing an event/message system, especially about what >> events/messages/signals to add at which locations? >

Theory of good signal/event API design?

2007-09-16 Thread Sander Marechal
events/messages/signals to add at which locations? My application doesn't use GTK, just GObject and GStreamer, but I am asking here since GTK works in a similar way. Kind regards, -- Sander Marechal http://www.jejik.com ___ gtk-app-devel-list ma

Re: Subject Prefix in the mailing list

2006-06-30 Thread Sander Marechal
Olaf Frączyk wrote: > On Fri, 2006-06-30 at 04:34 -0700, Van H Tran wrote: >> Hi all, >> I'm just wondering if gtk-app-devel-list mailing list >> should include some prefix, something like >> [gtk-app-dev] before each subject? >> >> I'm subscribed to a few mailing lists and it can get >> quite con

Re: silly problems with program directory

2006-06-08 Thread Sander Marechal
/autobook.html -- Sander Marechal http://www.gnome-hearts.org/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Making accellerators work in a hidden menu

2006-05-30 Thread Sander Marechal
Hello, I am having problems making the F11 button into a fullscreen toggle in my application. I can make the button go from windowed to fullscreen, but I can't get it to work from fullscreen to windowed. Note: I am using libglade XML. Currently I have the F11 set as accellerator key for two

Re: removing rows from a table

2006-04-11 Thread Sander Marechal
Sander Marechal wrote: > Hello all, > > I'm creating a game and I am using a GtkTable to display a table with scores in them. After every round I add a new row to the table and display a new series of values in the cells (using GtkLabels). > > When a player starts a new g

removing rows from a table

2006-04-09 Thread Sander Marechal
Hello all, I'm creating a game and I am using a GtkTable to display a table with scores in them. After every round I add a new row to the table and display a new series of values in the cells (using GtkLabels). When a player starts a new game, I need to reset this table (remove all rows exce

Re: Widgets inside a GtkDrawingArea

2006-03-21 Thread Sander Marechal
Olexiy Avramchenko wrote: GtkLayout doesn't emit "configure-event". Try to connect to "size-allocate" signal of the layout. You'll get the actual size of the layout in the signal handler's second parameter. Works like a charm. Thanks! -- Sander ___ g

Re: Widgets inside a GtkDrawingArea

2006-03-21 Thread Sander Marechal
Olexiy Avramchenko wrote: On 3/21/06, Sander Marechal <[EMAIL PROTECTED]> wrote: Is it possible to remove that container, or set it's grey background to transparent so that the rounded button shape is drawn directly on the green canvas? A GIMPed mockup of the desired resu

Re: Widgets inside a GtkDrawingArea

2006-03-20 Thread Sander Marechal
ny solutions to this? Thanks! -- Sander Marechal ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Widgets inside a GtkDrawingArea

2006-03-20 Thread Sander Marechal
Olexiy Avramchenko wrote: Sander Marechal wrote: Is there a way to add a button inside (or on top) a GtkDrawingArea using glade? Or using Gtk directly in C? Glade wouldn't let me add one. If it isn't possible, is there an easy way I can "fake" the effect of a button sitt

Widgets inside a GtkDrawingArea

2006-03-19 Thread Sander Marechal
of the drawing area? This is my first Gtk application (heck it's my first app since I moved away from the Win32 platform) so I'm not terribly experienced yet. Thanks in advance! -- Sander Marechal ___ gtk-app-devel-list mailing list gtk