This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gtk_color_selection_get_color


I noticed gtk-color-selection-get-color returns a GdkColor, rather
than the gdoubles the C function gtk_color_selection_get_color
returns.

gtk 2 has a gtk_color_selection_get_current_color which gives a
GdkColor.  If a GdkColor return is wanted under 1.2 then I wonder if
it might be worth using that name, so as to match the future.

That'd allow plain get-color to return doubles, for consistency with
the C code.  (Actually, gtk 2 marks that function as deprecated, but
while it exists I'd think it may as well be made available.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]