Re: Starting application without window borders

2006-01-09 Thread Jochen Baier
Joe Van Dyk wrote: Hi, How can I launch a Gtk application without having any window decorations (title, frame, etc)? Thanks, Joe ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list gtk_window_set_decorate

Re: Displaying a pixmap as background of any control.

2005-11-28 Thread Jochen Baier
ahmad hassan wrote: Hi, I want to display a pixmap as a background of any control or container. And on top of that container(hbox, vbox etc) i would have any controls. How can i achieve that using gtk+ c source code One thing more i want the image to resize(scale) when the window is resize

Re: Beginner difficulty with first tutorial program

2005-07-26 Thread Jochen Baier
Jonathan Hayward wrote: I've installed 2.4.9 under FC4, and when something else didn't work, tried to compile and run the tutorial's sample program. I created test.c: #include int main(int argc, char *argv[]) { GtkWidget *window; gtk_init(&argc, &argv); window = gtk_window_ne

Re: catch logout/SIGHUP

2005-07-21 Thread Jochen Baier
Ben Johnson wrote: On Thu, Jul 21, 2005 at 03:39:46AM +0200, Jochen Baier wrote: hi, i wonder what is the right procedure to do some cleanup if the user logout from session and the program is still alive. ("Save file before exit" etc) I thought "system (SIGHUP,...)&qu

catch logout/SIGHUP

2005-07-20 Thread Jochen Baier
hi, i wonder what is the right procedure to do some cleanup if the user logout from session and the program is still alive. ("Save file before exit" etc) I thought "system (SIGHUP,...)" is the right way, but i didnt find this function in code from gedit, anjuta etc.. so what is the right way

Re: Embeded Konsole into a GTK apps

2005-06-08 Thread Jochen Baier
kyanh wrote: Hi! I notice that some KDE application (like Kdevelop) has a konsole embeded. Could we do this for GTK application? And what is the start-point? kyanh ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/g

Re: antialiased drawing primitives (lines, arcs) possible ?

2005-04-13 Thread Jochen . Baier
>i wonder if it is possible to draw antialiased lines and arcs ? (to drawning >area or directly to a window or whatever) >either use the GnomeCanvas (which, contrary to its name, has *zero* >GNOME dependencies other than those required by GTK+ itself), or >figure out how to use libart_lgpl with a

antialiased drawing primitives (lines, arcs) possible ?

2005-04-13 Thread Jochen . Baier
hi, i wonder if it is possible to draw antialiased lines and arcs ? (to drawning area or directly to a window or whatever) any hints are welcome regards jochen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Re: GtkSocket bug ? and patch

2005-03-24 Thread Jochen . Baier
Quoting KC <[EMAIL PROTECTED]>: > Hi, > > > On Thu, 24 Mar 2005 07:49:23 -0500, Owen Taylor <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-03-24 at 18:43 +0800, KC wrote: > > > Hi, > > > > > > Let me describe the problem first. I wrote a simple test program, > > > gdk_socket_add_id.c, and try to s

Wait for panel notification area window, start in .xinitrc dont work

2004-11-17 Thread Jochen Baier
hi, I want to wait for the notification area window. the code below is from eggtrayion.c If I start the program within Gnome everything works fine, but if i start the program in .xinitrc ... wait_for_manager & gnome-session ... nothing happens (ok the program waits...), even if i remove the sys