color selection * not following naming scheme



humpf,

this goes to *all* widget writers,
you have to follow the gtk+ nameing scheme, otherwise bad things
will happen (in e.g. signal/argument/type lookups).

this is from the current widget tree:

   | | `GtkWindow
   | |   +color selection dialog
          ^^^^^^^^^^^^^^^^^^^^^^
   | |   +GtkDialog
   | |   | `GtkInputDialog
   | |   `GtkFileSelection
   | +GtkBox
   | | +GtkButtonBox
   | | | +GtkHButtonBox
   | | | `GtkVButtonBox
   | | +GtkHBox
   | | | +GtkCombo
   | | | `GtkStatusbar
   | | `GtkVBox
   | |   +color selection widget
          ^^^^^^^^^^^^^^^^^^^^^^
   | |   `GtkGammaCurve

i've changed this in CVS now.


---
ciaoTJ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]