Problem with gdk_window_add_filter(NULL,...

2003-08-21 Thread Alexandre [EMAIL PROTECTED]
Hi all... I have a problem with gdk_window_add_filter(NULL, func, NULL) which is supposed to catch all events globally. I have done a little program in Gtk2 to test this and it only reacts on modifier keys and mouse clicks. And even with this, I am not able to see the keycode, I only see the

Re: How can I disable the arrows in submenus?

2003-08-21 Thread Sven Neumann
Hi, On Thu, 2003-08-21 at 01:18, Pablo De Napoli wrote: I want to ask you a question. I don't like the ugly arrows that appear in submenus in gtk+ 2.2 How can I diable them? (I think that they are not a good idea since they make harder to read the submenus) Shall I change somthing in the

Building gtk+2.2.2 on solaris 2.6 (pango-querymodules segmentation fault)

2003-08-21 Thread Mike Gerrard
Hi, I am trying to build gtk+2.2.2 on solaris 2.6 I have used the following tools Compiler : gcc 2.95.1 pkgconfig 0.15.0 (built using ./configure) glib 2.2.2 (built using ./configure --disable-shared --enable-static) (glib would not build as a shared lib) atk 1.2.4 (built using ./configure

GTK+ in Linux Console with Framebuffer support

2003-08-21 Thread suriya mohan
Hi all, I had compiled the vanilla kernel 2.4.20 with frame buffer device support. I had executed GTK+ programs using DirectFB. What I want is to execute GTK+ programs without using DirectFB in Linux Console. Say suppose I coded a program which on execution display a gtk widget with command

Re: Problem with gdk_window_add_filter(NULL,...

2003-08-21 Thread Owen Taylor
On Thu, 2003-08-21 at 04:44, Alexandre [EMAIL PROTECTED] wrote: Hi all... I have a problem with gdk_window_add_filter(NULL, func, NULL) which is supposed to catch all events globally. I have done a little program in Gtk2 to test this and it only reacts on modifier keys and

Urgent!! GTK+ in Linux Console with Framebuffer support

2003-08-21 Thread suriya mohan
Hi all, 1) First I tried running GTK+2.0 in X11. It works fine. I want to run XAWTV, TV viewer when I click a Button in the widget. But when I click the button in the widget the following is displayed. This is xawtv-3.88, running on Linux/i686 (2.4.20) Error: Shell widget Button 1 has zero

Re: Urgent!! GTK+ in Linux Console with Framebuffer support

2003-08-21 Thread Peter Gasper
On Thu, 2003-08-21 at 06:48, suriya mohan wrote: Hi all, 1) First I tried running GTK+2.0 in X11. It works fine. I want to run XAWTV, TV viewer when I click a Button in the widget. But when I click the button in the widget the following is displayed. This is xawtv-3.88, running on

Changing the contens of boxes

2003-08-21 Thread Jorge Santos
Hello, I'm just starting to use GTK+ for an Interfaces Design course I'm taking at school and I need to change part of a window at the press of a button, is this possible? or do do I have to create a new window?, if this is so, how do I go about destroying the new window and creating the new one?

Re: Changing the contens of boxes

2003-08-21 Thread Vadim Berezniker
Jorge Santos wrote: Hello, I'm just starting to use GTK+ for an Interfaces Design course I'm taking at school and I need to change part of a window at the press of a button, is this possible? or do do I have to create a new window?, if this is so, how do I go about destroying the new window and

Re: GTK+ in Linux Console with Framebuffer support

2003-08-21 Thread Michael L Torrie
On Thu, 2003-08-21 at 05:30, suriya mohan wrote: Hi all, I had compiled the vanilla kernel 2.4.20 with frame buffer device support. I had executed GTK+ programs using DirectFB. What I want is to execute GTK+ programs without using DirectFB in Linux Console. Say suppose I coded a

probelem installing gtk2 Smooth-Step themes

2003-08-21 Thread Farryp Philippe-Auguste
Hi group. I would like to install the Smooth-Step themes for gtk-2. I tried using the preference-- theme menu to add the theme, but after selecting the theme, it didn't appear in the list. The only thing is that if I click on the 'detail' button, under the control tab I can see it. I'm not

Good book on GTK+ 2.0

2003-08-21 Thread J. Davison de St. Germain
Hi, Is there a good book on GTK+ 2.0? Thanks, Dav PS. I have read a number of posts that point at older books and to a new book called Programming in GTK+ (Janik) which turns out was never released. (I am assuming that a GTK 1.2 book isn't going to help me that much

How to change the label on a menu.

2003-08-21 Thread J. Davison de St. Germain
Hi, Can someone tell me how to change the label on a menu item in GTK? I've created the menu with a label (say: Turn on Light) and when a user selects it, I wish to change the lable (to say: Turn off Light). I've looked at the API and can not find an applicable function. I've also looked at

Printing / Layout

2003-08-21 Thread decio.osiris
Hello. I am just starting with php gtk and I was looking through the PHP GTK Manual but couldn't find the answers to some doubts I have. First, is it possible to output the content of a php gtk application to a printer? Say I am searching the data base for the names of some companies, their

Re: Printing / Layout

2003-08-21 Thread Michael L Torrie
On Thu, 2003-08-21 at 12:52, decio.osiris wrote: Second, about the layout widget, I couldn't quite understand whether it works only with absollute positioning or it can be specified by us? If so, can we, for example, reposition everything in case we maximize the window? The layout

GTK+ in Linux Console with Framebuffer support

2003-08-21 Thread suriya mohan
Hi all, I had compiled the vanilla kernel 2.4.20 with frame buffer device support. I had executed GTK+ programs using DirectFB. What I want is to execute GTK+ programs without using DirectFB in Linux Console. Say suppose I coded a program which on execution display a gtk widget with command

Re: Good book on GTK+ 2.0

2003-08-21 Thread Dave Smith
Is there a good book on GTK+ 2.0? I am assuming that a GTK 1.2 book isn't going to help me that much with 2.0. Hi, Since no one else has responded, I thought that I would give it a try (also being a newbie). I apologize in advance for the lengthy reply. 1) In my opinion, the books

function in gtk that can get the input cursor?

2003-08-21 Thread jiangyi178
Hi, Is there a function in gtk that can get the input cursor(called Caret in WIndows) of any window? (equivalent to Win32 API GetCaretPos() ) Thanks a lot in advance! Richard Jiang ___ gtk-list mailing list [EMAIL PROTECTED]