Re: win32: get notified when gtk+ app gets killed?

2008-12-10 Thread [EMAIL PROTECTED]
Brian J. Tarricone: Er, my mistake... it looks like they aren't documented, but GDK_WINDOW_HWND(), which is just a wrapper around gdk_win32_drawable_get_handle(), may indeed be public. True, I had seen it, but since it indeed did not show up on library.gnome.org as you mentioned... Odd

win32: get notified when gtk+ app gets killed?

2008-12-08 Thread [EMAIL PROTECTED]
Hi all, on win32, in some situations (like logoff, shutdown) my gtk+ app gets killed, so I do not receive the standard gtk+ window close/destroy signals and, in turn, cannot do clean up tasks. For a console (!) app I've found SetConsoleCtrlHandler() which works surprisingly well (one can set up

Re: gtk-list Digest, Vol 56, Issue 9

2008-12-08 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] ??: Send gtk-list mailing list submissions to gtk-list@gnome.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnome.org/mailman/listinfo/gtk-list or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED

If I have to call the gtk_dialog_run() in new thread, How shall I do?

2008-11-28 Thread [EMAIL PROTECTED]
Hello, When I run gtk_dialog_run() in new created thread, an error occurs. Nevertheless, I can not find out the reason. I only want to immitate the action: open a Find dialog, then click Find Next button, then launch a thread that will do some search, then popup a dialog in the thread which will

Non uniform scaling

2008-10-20 Thread [EMAIL PROTECTED]
Hi, I was looking into how to non uniformly scale fonts with Pango, and it seems that the only way is to use cairo_scale. This is not great, however, as it means I have to keep track of that scale to scale other transforms I do afterwards and other things like the width of a Pango layout when

Re: [gtk-i18n-list] Re: Glyphs in vertical text are drawn on top of each other

2008-10-17 Thread [EMAIL PROTECTED]
Excuse me, could you inform the font file and libraries that you got success? Now I don't have time to reproduce the issue, but I'm interested in. Hi, the code worked fine with this font: http://sourceforge.jp/projects/efont/downloads/10087/sazanami-20040629.tar.bz2 I just copied the TTF

What functions should I use in GTK to open a file(such as text or image ) with default application?

2008-09-24 Thread [EMAIL PROTECTED]
Hi, I have two problems: 1)How can I open a file(such as text or image ) with default application? 2)How can I set my program as default application to open specific type of file? I wonder if GTK provide some function to carry out such operations? And what preference materials can I look

Re: SwingWorker like interface in glib main loop?

2008-09-09 Thread [EMAIL PROTECTED]
Chris Vine wrote: On Mon, 8 Sep 2008 23:16:44 +0200 (MEST) [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I just saw Havoc's blog entry SYNCHRONOUS IO NEVER OK: http://log.ometer.com/2008-09.html#7 and I wondered if there is a http://en.wikipedia.org/wiki/SwingWorker like interface

Re: SwingWorker like interface in glib main loop?

2008-09-09 Thread [EMAIL PROTECTED]
the GUI. Do you guys will accept patches to the documentation to let people know what functions can block and should be called from another thread? On Tue, Sep 9, 2008 at 9:42 AM, Tor Lillqvist [EMAIL PROTECTED] wrote: Do you guys think a simple API like SwingWorker could be integrated

SwingWorker like interface in glib main loop?

2008-09-08 Thread [EMAIL PROTECTED]
I just saw Havoc's blog entry SYNCHRONOUS IO NEVER OK: http://log.ometer.com/2008-09.html#7 and I wondered if there is a http://en.wikipedia.org/wiki/SwingWorker like interface in glib to run blocking code outside the glib main loop to prevent locking the gtk+ GUI? Do you guys know an easy

gtk 2.14.1 error

2008-09-05 Thread [EMAIL PROTECTED]
okay my problem is that after i installed 2.14 and looked in the gtk2.0 folder only engines were shown after compile/install but seeing as the update to 2.14.1 fixes this, now I have diff. problems with this version - 2.13.7 works fine, okay my initial problem with the new gtk+ started with

okay 2.14.1 - no gtk folders pango 1.24.5

2008-09-05 Thread [EMAIL PROTECTED]
it creates no folders I see - nothing in either /usr/lib or /usr/local/lib for me. :/ I figured that out because I removed all gtk+-2.0.0 or whatever folders and did a re-./configure and re-make and re- checkinstall install like I've always did with the previous gtks - unless the new gtk

gtkpaned: children sometimes resized

2008-09-02 Thread [EMAIL PROTECTED]
Hi, I use a GtkVPaned and add two expanding widgets as children (scrollable windows). When the GtkVPaned is initially displayed, each child expand to what is needed. This is o.k. When I initially touch the gutter of GtkVPaned by mouse, and after that add widgets to one of the children the other

Re: scrollbars for treeview

2008-08-28 Thread [EMAIL PROTECTED]
Kristian Rietveld: On Thu, Aug 28, 2008 at 9:12 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi, I've read that a treeview has the scolling ability built-in. Does that include an easy way to display scrollbars, too? Or is it necessary to create scrollbars and adjustments

Re: why no save mode for gtk_file_chooser_button?

2008-07-15 Thread [EMAIL PROTECTED]
Does really nobody has an idea or opinion about that? I see no reason for limiting the capabilities of the the FileChooserButton in that way. After all the programmer still has to be aware of what he is doing with his widgets. I have no clue about gtk+ development and so i am not really able to

why no save mode for gtk_file_chooser_button?

2008-07-13 Thread [EMAIL PROTECTED]
Hy guys! I am wondering why the action GTK_FILE_CHOOSER_ACTION_SAVE and GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER is not supported from the file chooser button. Is there any particular reason for that? if not would it be hard to implement it? ___

location of gdk-pixbuf.loaders

2008-06-17 Thread [EMAIL PROTECTED]
Hi, I am trying to pack a minimal set of files in one directory right enough to execute my app using gtk/win32. So, I tried to avoid the use of any of gtk's config files in etc/, lib/, share/, ... which can not be put into subdirectories though AFAIK. So, I simply deleted them which seems o.k.

Reading jpg data

2008-06-16 Thread [EMAIL PROTECTED]
Hi everybody, I need to read a jpg image out of a buffer, not a file; the caveman way to do this could be: write buffer to file, then use gdk_pixbuf_new_from_file. Is there a more elegant way to do this? I tried with pixbuf_loaders (with no success), but before spending further effort I'd

Querie for video

2008-06-07 Thread [EMAIL PROTECTED]
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: thread support in Windows: problem

2008-01-25 Thread [EMAIL PROTECTED]
On 23:55 Thu 24 Jan , Tor Lillqvist wrote: Write wrapper functions for any gtk operation you'd like to execute from threads in a way that the thread calls a glib's idle function which does the real gtk work. An interesting approach. Did you use some automated technique to generate

Re: Whether the application is active?

2008-01-25 Thread [EMAIL PROTECTED]
On 11:27 Fri 25 Jan , aniket ray wrote: I tried changing the value of isActive based on focus-in and focus-out events of each of the windows. But then, if I switch from one window of the app to another, the variable is becoming false for a period of time (albeit a small

Re: thread support in Windows: problem

2008-01-24 Thread [EMAIL PROTECTED]
On 11:37 Thu 24 Jan , Tor Lillqvist wrote: I am trying to run a simple(st) thread example in GTK with a windows-MinGW-Msys development environment Don't bother. You should not call GTK+ functions from multiple threads on Windows. It won't work. There are deep technical reasons for

Re: Whether the application is active?

2008-01-24 Thread [EMAIL PROTECTED]
On 19:12 Wed 23 Jan , aniket ray wrote: Is there a way to find out if the current application is the active application (has user-focus) or not? I have a gtk application with multiple windows and if any among the windows has focus then I want a variable (let's say boolean isActive) to be

Question about link

2007-12-05 Thread [EMAIL PROTECTED]
Hi, my name is Gonzalo I dont know if this is the correct mail to make this question, if not, i apologize but i didnt known where to make this one I'm trying to download GTK's API reference from http://www.gtk.org/api/, section GTK+ 2.x API Reference (stable), but when i click on any tarball's

GtkFileChooser initial dir

2007-11-22 Thread [EMAIL PROTECTED]
Hi, could you point me to some useful documentation or suggest me something about: 1. storing and retrieving the initial opening/saving directory for a GtkFileChooser; in the past I relied on the windows registry, but I'd like to do something more GTK styled (a configuration file?) 2.

Re: event for window maximize

2007-11-21 Thread [EMAIL PROTECTED]
Hi, are you handling the resizing in the main window's configure- event handler? I have a similar situation but I'm using the widget's (a drawing area) configure-event handler and it seems to work (resize window, maximize, etc.) Cheers Federico

Re: Building and packaging for Windows

2007-11-06 Thread [EMAIL PROTECTED]
Eduardo M KALINOWSKI wrote: There is a set of GTK+ installer files, with development and runtime available at http://gladewin32.sourceforge.net/ Very Cool! It's going to be hard to keep my mind on my current Microshaft Winblows development deadline as I really want to play with this... Thanks

Help to create an custom control for calendar

2007-10-15 Thread [EMAIL PROTECTED]
hi, i need create an custom control similar to calendar of iCal. What can I use? An canvas ?? Ciao, Gerardo Di Iorio ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Multi dim array

2007-10-12 Thread [EMAIL PROTECTED]
hello, Is possible to make static or dynamic multi dim array with glib ? Fred. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Multi dim array

2007-10-12 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] a écrit : Paul Davis a écrit : On Fri, 2007-10-12 at 20:26 +0200, [EMAIL PROTECTED] wrote: hello, Is possible to make static or dynamic multi dim array with glib ? this is a basic C programming question. why are you asking about glib? Question is about to make multi dim

Tool Side panels

2007-10-10 Thread [EMAIL PROTECTED]
Hi, I'm trying to add some side panels to an image manipulating application; these panels contain some buttons and they should be hidden when I no longer need them (no need for fancy sliding animation, though): the larger the working area the best. I temporarily implemented each panel with

Array of gtype

2007-10-06 Thread [EMAIL PROTECTED]
hello, How to make an array of gtype ? G_TYPE_INT, G_TYPE_STRING, ... Fred. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: 16 bits grayscale images

2007-09-29 Thread [EMAIL PROTECTED]
Another popular choice is to walk the edges of an RGB cube in a loop. So you have a red - magenta gradient, then magenta - blue, then blue - yellow etc. This makes for strong colour differences, but it's not obvious from looking at the image which parts are hot or cold. So I prefer heatmaps.

Re: gtk-devel-list Digest, Vol 41, Issue 10

2007-09-13 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] a écrit : Send gtk-devel-list mailing list submissions to gtk-devel-list@gnome.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnome.org/mailman/listinfo/gtk-devel-list or, via email, send a message with subject or body 'help

glib g_close()

2007-09-13 Thread [EMAIL PROTECTED]
Hello all, With the g_fopen function, is there a g_close() or something ? If not why there isn't ? Regrads, Fred ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Question about gchar g_strconcat()

2007-09-12 Thread [EMAIL PROTECTED]
hello, gchar *file; file=test; file = g_strconcat(/some/path/, file, .txt, NULL); g_printf(%s, file); My question is do i must allocate memory for file ? Fred ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

How get actuell Fonts of widget

2007-09-06 Thread [EMAIL PROTECTED]
)7348-7755 Fax: +49 (0)7348-6086 E-MAIL mailto: [EMAIL PROTECTED] WEB www.rapp-informatik.de PS: Senden Sie mir bitte keine Anhänge in Microsoft (.DOC, .PPT) Format Bitte lesen Sie http://www.fsf.org/philosophy/no-word-attachmentsi.de.html Please don't send me any attachment

How to compile and link GTK2 Programms tobe compatibe with XFree86 and Xorg

2007-08-31 Thread [EMAIL PROTECTED]
and i guess this is gtk applikation too. Who knows about. Thanks for help. mfg g.rapp -- R=I+S Rapp Informatik Systeme GmbH Rosenbühlstr. 24 D-89182 Bernstadt Tel: +49 (0)7348-7755 Fax: +49 (0)7348-6086 E-MAIL mailto: [EMAIL PROTECTED] WEB www.rapp

Compiling GTK undefined references

2007-08-14 Thread [EMAIL PROTECTED]
or is another PATH setting missing who knows? mfg g.rapp -- R=I+S Rapp Informatik Systeme GmbH Rosenbühlstr. 24 D-89182 Bernstadt Tel: +49 (0)7348-7755 Fax: +49 (0)7348-6086 E-MAIL mailto: [EMAIL PROTECTED] WEB www.rapp-informatik.de PS: Senden Sie mir

Compiling GTK, GLIB,PANGO ???

2007-08-08 Thread [EMAIL PROTECTED]
Path Suggestions to do wellcome mfg g.rapp -- R=I+S Rapp Informatik Systeme GmbH Rosenbühlstr. 24 D-89182 Bernstadt Tel: +49 (0)7348-7755 Fax: +49 (0)7348-6086 E-MAIL mailto: [EMAIL PROTECTED] WEB www.rapp-informatik.de PS: Senden Sie mir

Re: waveform display in gtk

2007-07-12 Thread [EMAIL PROTECTED]
How about gscope http://gscope.sourceforge.net/ I haven't used it but have been tempted to. -Eric Is there a GTK widget to display audio or signal waveforms? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

x server problem

2007-04-02 Thread [EMAIL PROTECTED]
if you break on the gdk_x_error() function.) XOrg 6.8.1, Composite disabled. Original Message: - From: [EMAIL PROTECTED] Date: Sun, 01 Apr 2007 12:00:19 -0400 To: gtk-app-devel-list@gnome.org Subject: gtk-app-devel-list Digest, Vol 36, Issue 1 Send gtk-app-devel-list mailing list

X window problem wityh GtK

2007-04-02 Thread [EMAIL PROTECTED]
can any body tell me about this problem... The program 'gimp' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 17618 error_code 8 request_code 59 minor_code 0) (Note to programmers:

Statusbar not showing proper message

2007-02-23 Thread [EMAIL PROTECTED]
Hello List, I write one callback function on a button clicked. void on_button1_clicked (GtkButton *button, gpointer user_data) { GtkWidget *stat; guint cont; stat=lookup_widget(window1,statusbar1);

URGENT Info request: Language menu

2007-01-05 Thread [EMAIL PROTECTED]
Hi all, I'm not a technician and so be patient about my terminology. I'm running an application based on GTK interface but I've got the problem that all the standard menu bar of GTK remain in english. I need to traslate them into Italian. The windows %LANG% is set to it. Do I need a program

Re: invisible text when viewing with Microsoft Remote Desktop

2006-12-21 Thread [EMAIL PROTECTED]
No, the problem apears only when you access the machine using Remote Desktop. I could not replicate it by accessing the machine directly. Does anyone had experience with viewing GTK applications with MS Remote Desktop? Oded. oded writes: Any help will be appreciated, Try not using the

RE: invisible text when viewing with Microsoft Remote Desktop

2006-12-21 Thread [EMAIL PROTECTED]
Problem solved. It turns out that MS Remote Desktop views the remote computer using 256 colors by default, and GTK does not work well with 256. Because on some of our client machine 256 colors is requiered I changed the colors of my application so it will look OK using 256, by changing the text

RE: invisible text when viewing with Microsoft Remote Desktop

2006-12-21 Thread [EMAIL PROTECTED]
Problem solved. It turns out that MS Remote Desktop views the remote computer using 256 colors by default, and GTK does not work well with 256. Because on some of our client machine 256 colors is requiered I changed the colors of my application so it will look OK using 256, by changing the text

invisible text when viewing with Microsoft Remote Desktop

2006-12-20 Thread [EMAIL PROTECTED]
Hello, I'm using gtkmm with gtk-2.0 on Windows XP. I have an application with a GtkTextView and it works fine on my computer, There is a problem when I view the application on a remote machine using the Microsoft Remote Desktop terminal server. The remote machine also runs Windows XP. The

symbol lookup error: /usr/lib/libgnomevfs-2.so.0

2006-12-08 Thread [EMAIL PROTECTED]
Hi, I am able to compile Firefox 1.5 on Fedora 6. but when I run it, I get this error: ./firefox-objdir/dist/bin/firefox-bin: symbol lookup error: /usr/lib/libgnomevfs-2.so.0: undefined symbol: g_thread_pool_set_sort_function Can you please help me how to fix it? Thank you.

Re: Passing data from a data collection window back to a main

2006-11-26 Thread [EMAIL PROTECTED]
user_data) { label1 = lookup_widget(window1,label1); entry1 = lookup_widget(window2,entry1); gtk_label_set_text(label1,gtk_entry_get_text(entry1)); gtk_grab_remove(window1); gtk_widget_destroy(window2); } Thanks, Kim [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

Passing data from a data collection window back to a main

2006-11-25 Thread [EMAIL PROTECTED]
Hi, I am about to start a new app, and would like to improve my programming style. I have been using global variables to pass data from popup windows back to a main window. I have seen discussion about using g_object_set_data, but have not progressed to being able to use it confidently. Does

List of new api calls for deprecated funktions

2006-11-04 Thread [EMAIL PROTECTED]
günther -- R=I+S Rapp Informatik Systeme GmbH Rosenbühlstr. 24 D-89182 Bernstadt Tel: +49 (0)7348-7755 Fax: +49 (0)7348-6086 E-MAIL mailto: [EMAIL PROTECTED] WEB www.rapp-informatik.de PS: Senden Sie mir bitte keine Anhänge in Microsoft (.DOC, .PPT) Format

height of treeview head/title

2006-11-04 Thread [EMAIL PROTECTED]
hello, I want to know how to get the height of a treeview heading labels. I want to have a drawing beside a treeview and line things up with rows in the treeview. Any ideas? Thanks, Kim ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Install GTK+ to use FireFox browser into RedHat7.2

2006-09-29 Thread [EMAIL PROTECTED]
I have problem to install Firefox and to use Eclipse IDE into RH72 I download GTK+2... but have problems with compile it Any tutorial step by step to solve my problem and to use Firefox,Eclipse IDE, and others apps into RH72 ... Att -- _ [EMAIL

using GTK in Eclipse

2006-06-09 Thread [EMAIL PROTECTED]
I need to include an extrenal Gnome Application (P.e.: Gnome Calculator) inside an Eclipse Widget. I try to do this in windowsXp platfrom and it is possibile by calling win32API and change the windows parent handle. the following is a parte of code if(CreateProcess(0, szExe, 0, 0, FALSE, 0, 0,

Combo question

2006-04-27 Thread [EMAIL PROTECTED]
PROTECTED] [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Add signal handler for gtk_main_quit()

2006-04-01 Thread [EMAIL PROTECTED]
Hi, How can I add a signal handler for gtk_main_quit()? I mean there are multiple places in my application which calls gtk_main_quit(), but I want it to call a 'cleanup handler' as part of the exit sequence. Thank you. Sam __ Do You Yahoo!? Tired

Re: Can I listen on a socket in a GTK application?

2006-03-28 Thread [EMAIL PROTECTED]
Sorry, I have one more question. So I can have boeth gtk widgets registers themselves to the main loop AS WELL AS the socket register itself to the main loop? --- Dov Grobgeld [EMAIL PROTECTED] wrote: What Paul ment to say ;-), was that gtk as well as most gui toolkits these days

Re: Can I listen on a socket in a GTK application?

2006-03-25 Thread [EMAIL PROTECTED]
advice. --- Dov Grobgeld [EMAIL PROTECTED] wrote: Hi, (I'm moving the discussion back to gtk-list as I didn't actually mean to send it private. Hope it is ok with you.) Regarding your question, yes, gtk_main() is really a wrapper to g_main_run(main_loop), so everything that is valid

Can I listen on a socket in a GTK application?

2006-03-22 Thread [EMAIL PROTECTED]
In my GTK application, is it possible for it to listen on a socket (as a server)? Thank you. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___

Inter-process communication with a GTK application

2006-03-17 Thread [EMAIL PROTECTED]
Hi, I am new to GTK. Can someone please tell me how can I write a program which to communicate a GTK application? e.g. how can I write a problem to emulate a menu item has been selected in a GTK application? Thank you. __ Do You Yahoo!? Tired of

Difference between gtk_main_quit and exit

2006-03-14 Thread [EMAIL PROTECTED]
Hi, Difference between gtk_main_quit and exit in c++ standard library? http://www.cplusplus.com/ref/cstdlib/exit.html Thank you. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Not understanding the principles of drawing areas and primitives etc... Colors?

2006-03-11 Thread [EMAIL PROTECTED]
Whether it is or not, it would be nice if somebody could give me a (c language) source snippet on how to set up colors and colormaps for a widget and then draw a red line on it... It's pretty simple, but I do not and will not willingly use C. Here's an example which draws lines, rectangles,

Re: Can a treeview do this?

2006-03-01 Thread [EMAIL PROTECTED]
Tristan Van Berkom [EMAIL PROTECTED] wrote: Maybe you could write a custom treeview implementation to use with GtkTreeStore (seems you would only have to place your cells differently than treeview does); but then... i dont know about doing that in Gtk#. The custom treeview

Widget to pick timezone

2006-02-09 Thread [EMAIL PROTECTED]
Hi I'm looking for a widget that allows the user to pick a capital city from a world map of countries, so that he can set he timezone he is in; the app i need it for is written in pure C language (no C++ noe GLADE). Browsing the Gnome CVS repo, i found the e-timezone-dialog widget [1]: is this

Reporting bugs about the GTK+ directfb backend

2006-02-08 Thread [EMAIL PROTECTED]
Hi While trying to report a bug against the directfb backend, i noticed that in Gnome's BTS bugs related to GDK are classified as gdk (i suppose it means gdk-X11) , linux-fb and win32, while a directfb entry for the newly merged gdk-directfb backend is missing. As during the developement of

gtk_widget_set_usize() function call

2006-01-24 Thread [EMAIL PROTECTED]
Will this function gtk_widget_set_usize() have any effect on the widget if the widget is invisible (via gtk_widget_hide ()) ? If not, will the change change if I call gtk_widget_show()? Thank you. __ Do You Yahoo!? Tired of spam? Yahoo! Mail

gtk_main in gtk appilcation?

2006-01-24 Thread [EMAIL PROTECTED]
Why all the main of gtk application ends with calling gtk_main()? And is that function a blocking function? (i.e. it will never return)? Thank you. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Invisible Widget in GTK

2006-01-23 Thread [EMAIL PROTECTED]
Hi, If I set a widget in GTK to invisible, thru the function gtk_widget_hide(), will that change the behaviour of that widget (other than it is not being shown on the screen)? e.g. will it still get all the signals? has the same dimension as it was 'visible'? Thank you.

(no subject)

2006-01-06 Thread [EMAIL PROTECTED]
hi all, I have to show an autodestroying popup message while a computation is running. I tried with gtk_window and gtk_dialog but they don't show the label message. (Dialog shows the label after gtk_dialog_run but this locks my procedure...) I'm using gtk2.8. Do you have some ideas how to write

Setting scrollbar silde to bottom

2005-12-28 Thread [EMAIL PROTECTED]
for helping gr -- R=I+S Rapp Informatik Systeme GmbH Rosenbühlstr. 24 D-89182 Bernstadt Tel: +49 (0)7348-7755 Fax: +49 (0)7348-6086 E-MAIL mailto: [EMAIL PROTECTED] WEB www.rapp-informatik.de PS: Senden Sie mir bitte keine Anhänge in Microsoft (.DOC, .PPT

gtk_object bad signal

2005-12-19 Thread [EMAIL PROTECTED]
hi all I'm new of GTK+ pogramming. I'm tring to develp an application in linux written in C with GTK 2.8 libraries. This app is interfaced with a database, reads data from it and create a GUI. I made a GTK object for detection of database UPDATEs, I mean: when the DBmanager receives an UPDATE

(no subject)

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

(no subject)

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

Forgotten graphic with gtk

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

Forgotten graphic with gtk

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

Forgotten graphic with a gtk program

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

Re: gtk_timeout_add problem

2005-12-15 Thread [EMAIL PROTECTED]
2005/12/15, Paul Davis [EMAIL PROTECTED]: On Wed, 2005-12-14 at 23:29 +0100, [EMAIL PROTECTED] wrote: Hi, I can't compile using gtk_timeout_add (or g_timeout_add, the problem is the same...). I'm using C++... The error is: In member function `virtual void dialogAcquisizione

gtk_timeout_add problem

2005-12-15 Thread [EMAIL PROTECTED]
Inzializzo il timer\n; guint timer_id; timer_id = gtk_timeout_add(5000,(GtkFunction)dialogAcquisizione::acquisisci,NULL); //this.hide(); } Why??? -- Ciao da [EMAIL PROTECTED] (ICQ# 266220356; MSN Messenger: [EMAIL PROTECTED]) Le battaglie si vincono con gli uomini che si

Re: upgrading gtk+

2005-12-13 Thread [EMAIL PROTECTED]
Largegeek wrote: I am trying to upgrade my version of gtk+ because I want to upgrade gimp. At least, that was the original version but now it has become an all consuming mission because I have been trying on and off for a couple weeks now with no success. I just installed the following

Re: Key navigation with reduced set of keys

2005-11-28 Thread [EMAIL PROTECTED]
Hi, I opened a new enchancement request to gtk bugzilla: http: //bugzilla.gnome.org/show_bug.cgi?id=322640 about key navigation with reduced set of keys. The problem is simple that if gtk is used in an environment that doesn't have full keyboard available (no shift/tab/ctrl) key navigation

Key navigation with reduced set of keys

2005-11-09 Thread [EMAIL PROTECTED]
Hi, When keys are used for navigation, gtk+ uses arrow keys and different tab + modifier combinations to move focus around. With normal keyboard this works nicely. When the used hardware has limited set of keys, problems start to pile up. If only arrow keys are available (but no tab,

Cygwin and the Gtk2 cpan perl module

2005-07-04 Thread [EMAIL PROTECTED]
Hi, I am trying to install Gtk2 perl modules (from Cpan) on cygwin... I can make the makefile successfull (perl Makefile.pl) but when I run the makefile (make) I am getting errors. It runs have way until it gets to the Mkbootstrap fro Gtk2 section and dies with the error collect2:ld returned 1

How can we get information about a focused widget in another GTK application?

2005-04-28 Thread [EMAIL PROTECTED]
Hi all, How can we get information (type, status and label) about a focused widget in another GTK application? (The gtk_window_get_focus and GTK_WIDGET_TYPE would be usefull only if we could get a pointer to this another GtkWindow, but I think it's not possible). Obviously, the another

What's the purpose of GtkArg?

2004-11-07 Thread [EMAIL PROTECTED]
-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

problem with pango

2004-08-06 Thread [EMAIL PROTECTED]
___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: mouse events...

2004-07-17 Thread [EMAIL PROTECTED]
it should FORM A LINK for the same label.can anybody please let me know if there is any way to do this. vikramIndiatimes Email now powered by APIC Advantage. Help! HelpClick on the image to chat with me ___ gtk-list mailing list [EMAIL PROTECTED

installing gtk

2004-06-15 Thread [EMAIL PROTECTED]
I have a problem when I install gtk... I have a mandrake 10.0 linux After installing the dependancies and glib, I try to install pango, but I have an error cause glib is not installed correctly... Who helps me ? ___ gtk-list mailing list [EMAIL

Re: Howto build Gtk 2.4.2

2004-06-14 Thread [EMAIL PROTECTED]
anybody help me ? TIA ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Traditional C rejects ISO C

2004-06-13 Thread [EMAIL PROTECTED]
On Sat, 12 Jun 2004, Carl B. Constantine wrote: * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: What's traditional C? Is that KR C, or the C formerly known as c89, ANSI X3.159-1989? Then there is ISO C, ISO/IEC 9899:1990. Then there is C99, ISO 9899:1999. Good question, I don't know

Re: Traditional C rejects ISO C

2004-06-12 Thread [EMAIL PROTECTED]
supports most of c99, but Borland and Microsoft C don't. Adam --- Adam Bernstein [EMAIL PROTECTED] http://mpgedit.org/~number6 Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha... Key fingerprint = E1 91 49 4C 24 18 E2 04 7A D3

Re: Howto build Gtk 2.4.2

2004-06-11 Thread [EMAIL PROTECTED]
suppose you install the new libraries in /usr/local which is the default prefix). export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig LDFLAGS=-rpath /usr/local/lib ./configure make all install ___ gtk-list mailing list [EMAIL PROTECTED] http

Howto install gtk in custom path

2004-06-11 Thread [EMAIL PROTECTED]
Hello, I build gtk-2.2.4 on my Fedora Core 1 Now I'd like to install gtk into a custom directory /home/test/ and not replacing the Fedora native gtk How can I do that ? TIA ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman

parameters in gtk

2004-05-13 Thread [EMAIL PROTECTED]
mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

version

2004-05-04 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk+-2.2.4 make fails

2004-01-27 Thread [EMAIL PROTECTED]
Is freetype.h on the system and in the search path? The other errors are probably caused by the following implicit declarations. I _knew_ I was asking for a smack in the chops with the bleeding obvious. Thanks for wielding the cluebat :) The final solution was to copy the whole of freetype2's

gtk+-2.2.4 make fails

2004-01-25 Thread [EMAIL PROTECTED]
Apologies if this has already been covered, but I've not been able to find it in the docs, the FAQ or the list archives. I'm trying to build gtk+ on a customised Debian 3.0r2 host, and getting the problem described below. It happens regardless of whether I'm using the default version of gcc, or

contextmenu pass screen border

2004-01-01 Thread [EMAIL PROTECTED]
find the solution, so I stick to the problem. Thanks Thomas Feldburg My System: Debian, Woody, monitor resolution: 800x600 I guess,gtk++ 1.2 and 2.0 ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

compiling gtk-application on Debian

2003-10-02 Thread [EMAIL PROTECTED]
-config: command not found gqcam.c:32: gtk/gtk.h: No such file or directory gqcam.c:36: png.h: No such file or directory make: *** [gqcam.o] Error 1 Which Debian Packages should I use? Thanks Thomas Feldhaus ___ gtk-list mailing list [EMAIL PROTECTED] http

  1   2   >