Questions tagged [gtk2]

The GIMP ToolKit (GTK+) in its version 2.x.

The GIMP ToolKit (GTK+) in its version 2.x. For questions that do not specifically address GTK2, use .

484 questions
-3
votes
1 answer

A gem to convert a picture into black and white grid

I have to convert a colored picture into a duotone black and white picture. I forced the edges to have good result, but the result isn't good enough. I'm using rMagick with Ruby, but I'm looking for a better gem.
Jérémy JOKE
  • 271
  • 4
  • 15
-4
votes
1 answer

How to show Output as a text instead of number?

I use this code for print number 0 to 11 in a button: colorize_combo = gtk_combo_box_text_new_with_entry(); for (int i = 0; i <= 2; i += 1) gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(colorize_combo), g_strdup_printf("%d",…
user5363744
-4
votes
1 answer

How to render combo box text insenstive?

A rather brief question: How would I make text within a combo box insensitive/diabled, using pygtk (not GTK3)?
TellMeWhy
  • 315
  • 3
  • 17
1 2 3
32
33