Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
GtkComboBoxText

http://developer.gnome.org/gtk/2.24/GtkComboBoxText.html

This is actually what's needed. It'll have to replace the existing deprecated 
GtkCombo so I'm going to have to overhaul the combobox widget.

Original comment by [email protected] on 25 Jun 2011 at 3:41

  • Changed state: Started

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Currently there's also a warning being displayed when pressing the arrow button:

(gtkdialog:32483): GLib-GObject-WARNING **: 
/build/buildd/glib2.0-2.24.0/gobject/gsignal.c:3079: signal name `depressed' is 
invalid for instance `0x853f0f0'

Original comment by [email protected] on 25 Jun 2011 at 4:34

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
GtkComboBox is deprectated and I'd like to replace it, but two projects on lupu 
520 (pnethood, grub4dosconfig) use a property I can't replace: 
allow-empty="false" which prevents the user from leaving the combobox if the 
text is empty which with a new GtkComboBoxText would be achieved by responding 
to a changed signal, reading the active text and making sure it's not empty. 
There are a couple more old properties in the examples but I don't know if 
anyone has used them.

It also seems to be pretty simple and limited: it can be refreshed but it only 
refills it using the items read from the XML!

I think the best thing to do would be to leave it and create a new tag.

Original comment by [email protected] on 27 Jun 2011 at 11:02

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
comboboxtext (big job!) is implemented and comboboxentry is next which should 
mostly be a copy and paste effort :)

Original comment by [email protected] on 1 Jul 2011 at 8:38

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
All done :)

Can't commit at the moment though: 502 Bad Gateway whatever that means.

Original comment by [email protected] on 7 Jul 2011 at 4:02

  • Changed state: Fixed

from gtkdialog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.