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
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
[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
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:/
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
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.
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?
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
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
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,
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
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
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
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
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
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
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
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.
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
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
__
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
__
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
22 matches
Mail list logo