Re: Making a window that doesn't block mouse events to the root window (desktop)

2005-07-18 Thread Alem Dain
2005/7/18, Patrick Conheady <[EMAIL PROTECTED]>: > G'day there, > > I'd like to have a non-editable text box layer just on > top of my desktop so that it's behind everything, and > have it pass all its mouse events to the desktop. > While it should visibly cover part of the desktop, I > don't want

Re: Question: Making a Gtk+ application interacts with octave (ups)

2005-07-18 Thread Alem Dain
First thing is, how exactly are you starting the GTK app from octave? Octave has a system() function, as well as fork()/exec(), just like C. Probably you will want to use the latter, since it gives you information about process ID's. 2005/7/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > - Not

Re: Question: Making a Gtk+ application interacts with octave

2005-07-18 Thread Tristan Van Berkom
[EMAIL PROTECTED] wrote: OK. This is the question: octave is an interpreter, I have written a little application to show an image. But a want to keep the window alive when my function gtk_imshow is finished. I'd like to work in this way with Octave, for example: gtk_imshow (x, r

Integrating Gtk + with C++ code.

2005-07-18 Thread ravi chandra
  hello everybody, how can i use gtk+ with c++ code. is it necessary that we have to use gtkmm. please reply. bye. RaviChandra.M Phone No : 23235701 (r) mobile NO : 98455 69614 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http:/

Re: getting real widget sizes how and when

2005-07-18 Thread Karl H. Beckers
Tristan Van Berkom wrote: Karl H. Beckers wrote: Hi all, Hi, I'm afraid I havent the time to try and deciepher your email, I can see that your having trouble getting the allocated size of your widgets in a viewport. There is a good chance that a widget will never get an allocation unt

Re: Question: Making a Gtk+ application interacts with octave (ups)

2005-07-18 Thread amartinez
Thank you for the response. I think I haven't been as clear as can bee in my previous mail. I'd like to do this "from Octave" (as a script or in the Octave's command shell): 0. % this is a Octave script: 1. gtk_imshow (x, r,c); 2. pause 3. gtk_imshow (x.*2, r,c); 4.

Maximize/Restore button filter

2005-07-18 Thread Roland Krikava
I am looking for a way to keep the maximize decoration for my window, intercept the maximize button click and apply my own app specific maximize/restore actions. It doesn't look like this is possible from gtk/gdk (when using a GDK filter and screening XEvents). Have I overlooked something?

Changing where the max/min values are on Scale Widgets

2005-07-18 Thread Michal Porzuczek
Hi, When you create a gtk_hscale the lower limit is automatically at the top and upper limit at the bottom is there a way of changing this? I have tried just changing the upper and lower values but this does not work properly, I have also tried putting negative page increments but this also didn't

Question: Making a Gtk+ application interacts with octave

2005-07-18 Thread amartinez
Hello: This is what I want to do: I want to rewrite the imshow Octave's command. I want a Gtk+ application to show an image given by octave in this way: gtk_imshow (x, r,c);% the command shows the image x and finished % but the windows is still alive where: x

Re: alpha for text?

2005-07-18 Thread Paul Pogonyshev
Olexiy Avramchenko wrote: > Paul Pogonyshev wrote: > > I have not coded it yet, just pondered about it. I was going to render > > with gdk_draw_layout() to a GdkImage (which is a client-side GdkDrawable, > > as said in the reference.) And that proceed with GdkPixbuf. So, like > > you described,

Re: getting real widget sizes how and when

2005-07-18 Thread Tristan Van Berkom
Karl H. Beckers wrote: [...] So maybe the solution to your problem is: "Widgets in an area of a GtkViewport that is not shown (i.e. not in part of the scrolled window) /dont have a size/". Well, I've realized that and AM doing a gtk_widget_show before attempting to get the sizes. But the dialo

Re: Question: Making a Gtk+ application interacts with octave

2005-07-18 Thread amartinez
Thank you for the response. I think I haven't been as clear as can bee in my previous mail. I'd like to do this "from Octave" (as a script or in the Octave's command shell): 0. % this is a Octave script: 1. gtk_imshow (x, r,c); 2. pause 3. gtk_imshow (x.*2, r,c); 4. p

Re: getting real widget sizes how and when

2005-07-18 Thread Tristan Van Berkom
Karl H. Beckers wrote: Hi all, Hi, I'm afraid I havent the time to try and deciepher your email, I can see that your having trouble getting the allocated size of your widgets in a viewport. There is a good chance that a widget will never get an allocation untill its actualy shown. I'm not

Re: GTK+ 2.7.3 released

2005-07-18 Thread Matthias Clasen
On Fri, 2005-07-15 at 16:54 -0400, Matthias Clasen wrote: > GTK+ 2.7.3 is now available for download at: > >ftp://ftp.gtk.org/pub/gtk/v2.7/ > > gtk+-2.7.3.tar.bz2 md5sum: f4b4df474bd8bfdd5764f9025b6907f6 > gtk+-2.7.3.tar.gz md5sum: 80df68e53050efe305366ae952107309 > > > This is the fourth

Making a window that doesn't block mouse events to the root window (desktop)

2005-07-18 Thread Patrick Conheady
G'day there, I'd like to have a non-editable text box layer just on top of my desktop so that it's behind everything, and have it pass all its mouse events to the desktop. While it should visibly cover part of the desktop, I don't want it to get in the way of desktop right-click menus. Can the Gt

Re: Integrating Gtk + with C++ code.

2005-07-18 Thread Stefan Kost
ravi chandra wrote: hello everybody, how can i use gtk+ with c++ code. is it necessary that we have to use gtkmm. that is what gtkmm is for. of course you can do straight calls to gtk from c++ too. Stefan ___ gtk-app-devel-list mailing list gtk

Integrating Gtk + with C++ code.

2005-07-18 Thread ravi chandra
  hello everybody, how can i use gtk+ with c++ code. is it necessary that we have to use gtkmm. please reply. bye. RaviChandra.M ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

look of icon view in tree view

2005-07-18 Thread Yogesh M
Can I get the look of icon view in Tree view, In other words, text below icons. In other woards, render text column and icon column alternatively. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.

Re: Having a border for tree view

2005-07-18 Thread Tim Müller
On Monday 18 July 2005 09:25, Yogesh M wrote: > When I display the tree view,it doesnt contain a > border, > it has a white bg but no border. How to draw border. Put it in a GtkScrolledWindow (with gtk_container_add()). Cheers -Tim ___ gtk-app-devel-li

transperent color for drawing area

2005-07-18 Thread Yogesh M
when creatin a new drawing area, it starts with a black bg. How to have a transperent background. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __

Having a border for tree view

2005-07-18 Thread Yogesh M
When I display the tree view,it doesnt contain a border, it has a white bg but no border. How to draw border. Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs __

Re: alpha for text?

2005-07-18 Thread Olexiy Avramchenko
Paul Pogonyshev wrote: I have not coded it yet, just pondered about it. I was going to render with gdk_draw_layout() to a GdkImage (which is a client-side GdkDrawable, as said in the reference.) And that proceed with GdkPixbuf. So, like you described, except that layout is rendered directly to