Tagged Questions

0
votes
3answers
34 views

Is there a way to uncheck all radio buttons in a group? (PyGTK)

Is there a way to uncheck all radio buttons in a group with PyGTK? No radio buttons are checked on startup, so I think there must be a way to return them all to that unchecked stat …
0
votes
1answer
17 views

How to Set Call Back For Enter key of GtkTextView?

Really fed-up how can i set call back on enter key of GtkTextView Widget. For which event i can listen? Thanks.
0
votes
1answer
22 views

gtk: how to hide a window when the application loses focus

Hi, I want to duplicate the behaviour of tool windows in OpenOfice. When the application loses focus, the tool windows (if they are not docked) are hidden. So, I have a main wind …
0
votes
1answer
12 views

How to check if image exists before setting it?

I am trying to update a GtkImage with gtk_image_set_from_file(), but how can I check if this image exists?
0
votes
1answer
20 views

How to change background color of GtkTextView?

How to change background color of GtkTextView? I tried with normal widget set bg functionality but gtk is just changing border color of GtkText View. Plus can some some please exp …
0
votes
1answer
12 views

How to find GTK version in PHP-GTK2?

This one is driving me nuts. According to GTK's site, there exists GTK_MAJOR_VERSION, GTK_MINOR_VERSION, and GTK_MICRO_VERSION constants. However, none of these work: echo GTK_M …
0
votes
1answer
17 views

How to Set GtkTextView Editable and Non Editable on button click event.

I am trying to set GtkTextView editable and non editable on click event. When user clicks on text view i set it to editable and when again clicks on it then i set it to non editabl …
1
vote
1answer
19 views

How to refresh image in gtk ?

Sorry everyone my english is poor , i'm still learning. Let me say this as plainly as I can this is my question. if i create a application , like this. -------------------------- …
0
votes
1answer
16 views

How to set visible border to Gtk Image.

I am having GtkImage to which i want to set visible border like a frame... so when ever i set any image it will come with default border/frame, which will look good. :)
1
vote
1answer
27 views

How to escape characters in Pango markup?

My program has a gtk.TreeView which displays a gtk.ListStore. The gtk.ListStore contains strings like this: "<span size='medium'><b>"+site_title+"</b></span& …
0
votes
1answer
19 views

Under Gtk+/Glib are there any utility functions, where we can read and write config File?

I have a config file in which I have keys and values, like this: key1=value1 key2=value2 key3=value3 So is there any utility functions in Gtk/Glib that can read this file and re …
0
votes
2answers
34 views

lambda-gtk negative pointer

I was trying to write my own put-pixel on (Gdk) pixbuf in Lisp. When I finally realized how I can operate on C pointers in CL, new obstacle came along - (gdk:pixbuf-get-pixels pb) …
0
votes
2answers
23 views

Which is the best way to handle GtkMenu activate callback?

I have created a GtkMenu with 10 GtkMenuItems in it, and attached activate event to each menu item, but in callback function how should I get to know which menu item was actually s …
2
votes
1answer
35 views

How to hide Gtk Popup Window when user clickes outside the window.

I have developed one popup window (Non decorated) using GTK+ and glade tool in C. It popup on its parent window when a button clicked. I want to destroy or hide this popup window …
-2
votes
1answer
36 views

display a image from the internet in gtk

I wanna display a image from the internet how can I put it?

1 2 3 4 5 18 next
15 30 50 per page