Re: GtkLayout and Pango

2006-11-03 Thread Sham Gardner
Peter Lund wrote: I have observed that while the drawing primitives I use work fine with 32 bit coordinates, Pango inexplicable fails to plot anything beyond an X coordinate of 2^21 (2097152) (Y coordinates may be similarly affected, but my application does not use large Y coordinates).

Problem with spinbutton and dialog response via shortcut

2006-11-03 Thread Michael Ekstrand
I have a dialog with an entry and a spin button (to enter hostname and port), created with Glade. The code grabs the values of the entry and spin button when Gtk::Dialog::run returns Gtk::RESPONSE_OK. Most of the time this works just fine. The user can adjust with the mouse, type in the

Re: GtkLayout and Pango

2006-11-03 Thread Peter Lund
On Thu, 2006-11-02 at 20:58 +0100, Sham Gardner wrote: I'm writing an application that uses a GtkLayout as a large horizontally scrollable area and uses Pango to plot short pieces of text at regular intervals within that area. Other drawing primitives are also used at similar intervals.

Embedding an Xt Widget into a GTK Window

2006-11-03 Thread Graham Dawes
Hi, I'm very new to GTK so you'll have to execuse me if this is a stupid question. Is it possible mix the use of Xt and GTK in the same application? I'm trying to write an application that use GTK for it's GUIs and uses a closed source Open Inventor implementation to perform rendering (via an

intra widget event grabs?

2006-11-03 Thread robert crowther
I'd like to catch an event on one widget, a mouse button press, then catch the same mouse button releasing - but know which widget it released over (kind of like a drag, but from one widget to another). But I don't know much about events at all. What I do know is that once you use a button

Re: Glade GUI: changing mechanism

2006-11-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Oct 31, 2006 at 10:33:30AM -0500, Tristan Van Berkom wrote: [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [...] Sorry for not answering sooner. Lots in my inbox lately (literally ;) This thread is getting a

glade

2006-11-03 Thread king king
Hi , I'm writing an application with glade,and i've a problem. i'm not able to open an image after clicking a menu button.. anybody can help me?or say me a guide where to check it? thanks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Vscale and Spin Button size

2006-11-03 Thread Steve Biggs
I am looking into using GTK for an application using a touch screen interface and was wondering if there is an easy way to change the size of the slider object of a GtkVscale (or GtkHscale for that matter) and the size of the spin button arrow buttons. Their current fixed size is not usable

window background image problem

2006-11-03 Thread Luka Napotnik
Hello. I have a program which should load a xpm image and put it as the background image of the window. Instead of that, the image blinks for a second and then dissapears when the program is started. What is wrong? The image is just a blue-filled rect. The program:

how to get icons for certain applications?

2006-11-03 Thread Paul Pogonyshev
Hi, Is there an easy way to get icons of certain installed applications? E.g. icon of Firefox. This is not really critical, but I'd like to show icons if it is easy enough. Paul ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Free'ing GtkImage / GtkPixbuf

2006-11-03 Thread Andrew Williamson
Hello, I'm rather new to GTK+ programming (at least using C). I essentially have a window consisting of a menu with New/Open/Save/Quit actions. When 'Open' is clicked it opens a GtkFileChooserDialog. I then filter add a GtkFileFilter for images/*. When an image is selected I create a GdkPixbuf