Re: GTK+, CYGWIN, MSW and GCC flagas

2005-04-11 Thread Stefan Kost
Hi Jamiil, have you had a look on http://mingw.sf.net? MingW together with MSYS is somthing like Cygwin with the difference that it targets on the windows platfrom directly. Cygwin uses an thick emulation layer. So MingW is what you want to use. Apart -mno-cygwin can be just part of your other CFL

(no subject)

2005-04-11 Thread trupthi n t
Hi, To write/find a function which returns the the widget on which the current focus is,when i used the following function GtkWidget* gtk_window_get_focus(GtkWindow *window); The compiler(gtk+1.2.10) gave the following error: [EMAIL PROTECTED] test]# make gcc `gtk-config --cflags`

Re: Changed callback emitted twice ??

2005-04-11 Thread Arren
Do you use glade to build your source code? Do you use glade_auto_connect(I can't remeber this function name clearly)? Once I made mistake like this, g_signal_connect after glade_auto_connect , both to one widget. poonam chokshi wrote: On Apr 12, 2005 9:49 AM, *poonam chokshi* <[EMAIL PROTECTED]

Fwd: Popup Menu

2005-04-11 Thread César Leonardo Blum Silveira
Thanks a lot for the replies. :-) Yeah, I know that may sound like a weird app, so I'll tell you what I'm developing. My girlfriend wants me to install Linux on her computer, but she wants a Windows-like Desktop Environment. I know that there is KDE and GNOME out there, but they won't run smooth o

Re: OT: Processor register size

2005-04-11 Thread Timothy Flechtner
wouldn't a pointer be register size? -tim Kevin DeKorte wrote: Isn't INT the register size by default? sizeof(int) = register size? Kevin On Monday 11 April 2005 07:51 pm, MQ wrote: Does anyone know of a reliable way of obtaining the register size of a processor? I built a GUI that saves/loads b

Re: How to add a GtkWidget to an existing X-Window Widget hierarchy?

2005-04-11 Thread Antonio Gomes
Marcel, I really really sorry for the VERY delayed anwser, but I'm think that there is a simplest approach to embed mozilla into a GTK-2 app ... see http://www.mozilla.org/unix/gtk-embedding.html Best Regards On Apr 1, 2005 6:50 PM, Kevin DeKorte <[EMAIL PROTECTED]> wrote: > On Friday 01 April

RE: Popup Menu

2005-04-11 Thread Freddie Unpenstein
> Is there a way I can make my application be just a popup menu? I > mean, when the user opens it, there is no window, it automatically > pops up a menu right where the mouse pointer is. Is that possible? Why not? I wrote a console utility that uses GTK to rip text out of the clipboard (I stil

Re: OT: Processor register size

2005-04-11 Thread Kevin DeKorte
Isn't INT the register size by default? sizeof(int) = register size? Kevin On Monday 11 April 2005 07:51 pm, MQ wrote: > Does anyone know of a reliable way of obtaining the register size of a > processor? I built a GUI that saves/loads binary data and I'm contemplating > the option of making it

OT: Processor register size

2005-04-11 Thread MQ
Does anyone know of a reliable way of obtaining the register size of a processor? I built a GUI that saves/loads binary data and I'm contemplating the option of making it portable to other architectures (currently intel 32 bit). My first idea is simply to use something like this although I don't kn

Re: Changed callback emitted twice ??

2005-04-11 Thread Arren
Maybe you signal_connected this function twice. poonam chokshi wrote: hello, I am calling this function on the changed signal emitted from the textentry of the comboboxThe problem is that whenever i select the text from the combobox then this changed signal is emitted twicegiving me the o

Re: [pygtk] Popup Menu

2005-04-11 Thread Christian Robottom Reis
On Mon, Apr 11, 2005 at 09:23:48PM -0300, César Leonardo Blum Silveira wrote: > Is there a way I can make my application be just a popup menu? > I mean, when the user opens it, there is no window, it automatically > pops up a menu right where the mouse pointer is. Is that possible? I don't really

Problem with gtk_tree_view_get_path_at_pos

2005-04-11 Thread DaveMDS
Hi all, I need to know wich row in a tree view is under the cursor while a drag operation occur, These piece of code works great if the tree view as the header hide, if the header is visible then gtk_tree_view_get_path_at_pos return a wrong value (because the header is counted as the firs row).

Popup Menu

2005-04-11 Thread César Leonardo Blum Silveira
Hi, Is there a way I can make my application be just a popup menu? I mean, when the user opens it, there is no window, it automatically pops up a menu right where the mouse pointer is. Is that possible? Thanks, César ___ gtk-app-devel-list mailing list

Re: aligning label strings

2005-04-11 Thread Marc Santhoff
Am Mo, den 11.04.2005 schrieb David Necas (Yeti) um 21:54: > On Mon, Apr 11, 2005 at 09:29:32PM +0200, Marc Santhoff wrote: > > I'm trying to put the strings of several equally sized buttons in a one > > row table in a special way: > > I suppose you mean column (or I don't understand). Yes, of co

Re: aligning label strings

2005-04-11 Thread David Necas (Yeti)
On Mon, Apr 11, 2005 at 09:29:32PM +0200, Marc Santhoff wrote: > I'm trying to put the strings of several equally sized buttons in a one > row table in a special way: I suppose you mean column (or I don't understand). > -- > | F1 - first string

aligning label strings

2005-04-11 Thread Marc Santhoff
Hi, I'm trying to put the strings of several equally sized buttons in a one row table in a special way: -- | F1 - first string | -- | F2 - something completely different | -

DevHelp on SuSE Linux

2005-04-11 Thread Paul Santa Maria
Hi - Over the weekend, I posted a question about a problem I was having running the SuSE-built RPM for DevHelp 7.0: devhelp (under default KDE 3.1 desktop, SuSE 8.2) => (devhelp:2783): GLib-GObject-CRITICAL **: file gobject.c: line 1319 (g_object_ref): assertion `G_IS_OBJECT (object)' failed ..

Re: Omega character

2005-04-11 Thread John Coppens
On Mon, 11 Apr 2005 09:29:46 +0300 Tor Lillqvist <[EMAIL PROTECTED]> wrote: > Unicode standard says that the preferred representation *is* the > Greek capital omega I tried to code it as the special Ohms, and had difficulties in finding a font that defined it. So I left it at Omega. I don't want

Re: [NEWBIE] How to put text onto system-wide clipboard?

2005-04-11 Thread Freddie Unpenstein
> > The short of it is that in both Linux and Windows, there is no > > "system-wide" clipboard (there's no clipboard in the Windows > > console-level step-by-step boot before the GUI starts). However, > > there is a lovely clipboard mechanism provided by the X GUI, and > > supported by GTK+. You

Re: GTK+ docking widget?

2005-04-11 Thread Joop PG4I
> > Thanks, I will try that. > I could remove all of the gnome dependencies, however egg-dock-layout.c uses gladeXML stuff and in the end glade needs to be linked. Regards, Joop -- Linux for your hamradio desktop ___ http://www.qsl.net/pg4i/linux

Re: threads gdk/Xlib

2005-04-11 Thread Owen Taylor
On Mon, 2005-04-11 at 13:06 +0100, StÃphane Konstantaropoulos wrote: > Hello all, > > I am programming a testing app for a gtk widget that embeds Xine and I > am facing little problems with threads and XLib: the application crashes > all the time whith "Xlib: unexpected async reply" > > It got fi

Re: GTK+ docking widget?

2005-04-11 Thread Joop PG4I
On Apr 11, 2005 2:50 PM, Matthias Clasen <[EMAIL PROTECTED]> wrote: > On Mon, 2005-04-11 at 14:21 +0200, Joop PG4I wrote: > > To bad, libegg-dock.so.0.0.0 links gnome, gnomevfs, bonobo, ORBIT and > > gconf stuff. > > It shouldn't use any of those, though, since its target library is GTK+. > You ca

Re: threads gdk/Xlib

2005-04-11 Thread Stéphane Konstantaropoulos
Le lundi 11 avril 2005 Ã 15:54 +0300, Olexiy Avramchenko a Ãcrit : > StÃphane Konstantaropoulos wrote: > > Hello all, > > > > I am programming a testing app for a gtk widget that embeds Xine and I > > am facing little problems with threads and XLib: the application crashes > > all the time whith "

Re: threads gdk/Xlib

2005-04-11 Thread Olexiy Avramchenko
StÃphane Konstantaropoulos wrote: Hello all, I am programming a testing app for a gtk widget that embeds Xine and I am facing little problems with threads and XLib: the application crashes all the time whith "Xlib: unexpected async reply" It got fixed only when I called the following functions in t

Re: GTK+ docking widget?

2005-04-11 Thread Matthias Clasen
On Mon, 2005-04-11 at 14:21 +0200, Joop PG4I wrote: > To bad, libegg-dock.so.0.0.0 links gnome, gnomevfs, bonobo, ORBIT and > gconf stuff. It shouldn't use any of those, though, since its target library is GTK+. You can probably just remove all those from LIBS. Matthias _

Re: GTK+ docking widget?

2005-04-11 Thread Joop PG4I
To bad, libegg-dock.so.0.0.0 links gnome, gnomevfs, bonobo, ORBIT and gconf stuff. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GTK+ docking widget?

2005-04-11 Thread John (J5) Palmieri
On Mon, 2005-04-11 at 08:01, Joop PG4I wrote: > > I don't think there is a such widget in gtk+, but there is a library > > named gdl, you can use this as the docking widget, it is part of anjuta > > project, I think . > > There seems to be a docking widget available in libegg, which is in > gnome

GTK+, CYGWIN, MSW and GCC flagas

2005-04-11 Thread Jamiil Abdullah-Alkadir
Before going any further, I would like to thank everyone involved in helping me find I solution to this problem, your help has been most valuable, specially yours Stefan; your help has been most welcomed. I did check "Tor's" web page righ after reading your message; there I found out that one ca

threads gdk/Xlib

2005-04-11 Thread Stéphane Konstantaropoulos
Hello all, I am programming a testing app for a gtk widget that embeds Xine and I am facing little problems with threads and XLib: the application crashes all the time whith "Xlib: unexpected async reply" It got fixed only when I called the following functions in the following sequence: XInitThr

Re: GTK+ docking widget?

2005-04-11 Thread Joop PG4I
> I don't think there is a such widget in gtk+, but there is a library > named gdl, you can use this as the docking widget, it is part of anjuta > project, I think . There seems to be a docking widget available in libegg, which is in gnome CVS. I wil check it out. Joop -- Linux for your hamradio

Help!!!!!!!

2005-04-11 Thread trupthi n t
Hi, I am developing an application in using gtk+1.2.10 in linux. I am not able to carry out the following tasks: 1)TO capture the system date (using an in built function) 2)To write/find a function which returns the the widget on which the current focus is. 3)To co

Re: GTK+ docking widget?

2005-04-11 Thread younker
Joop PG4I wrote: >Is there a docking widget available which does not depend on any gnome >libraries? Are there any plans to develop one? > >Thanks, >Joop > > I don't think there is a such widget in gtk+, but there is a library named gdl, you can use this as the docking widget, it is part of anju

Re: Omega character

2005-04-11 Thread Tor Lillqvist
Freddie Unpenstein writes: > (BTW, is klingon listed in the Unicode standard?!?) No, it has been (repeatedly, I think) rejected. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-deve

Re: Omega character

2005-04-11 Thread Freddie Unpenstein
> > bunch of OHM and OMEGA signs, subtle differences in characters. > Of course, the reason why they have different code points is not > that they might look different (this is just a coincidence, caused > by Pango rendering them from different typefaces). The reason the > separate ohm sign exist

Re: [NEWBIE]How to show popup given a GdkEventButton object?

2005-04-11 Thread Hazael Maldonado Torres
How to turn the x, y members to screen coordinates so that I can show a popup menu? BTW, it there an easy way to show a popup menu? I looke an open source editor, but the code seems very complex. Hi, I think this tutorial can help you. http://developer.gnome.org/doc/API/2.0/gtk/gtk-migrating-c

Changed callback emitted twice ??

2005-04-11 Thread poonam chokshi
hello, I am calling this function on the changed signal emitted from the textentry of the comboboxThe problem is that whenever i select the text from the combobox then this changed signal is emitted twicegiving me the output as shown below: /* Function to fetch the active selected text