[gnome-db] [PATCH] Extend use of GObject in Gnome-Db to use better in Glade3



Attached you'll find a PATCH to extend the use of GObject in most gnome-db's widgets; this extend allows Glade3 to work more smoodly with gnome-db's widgets using g_object_set function.

You'll find that in the cases of the widget use function to initated it selft, I removed it in order to allow GObject's init function to create complately the widget to show it in the UI desing (before the widget just show as a plane with out any other widget inside it, now it show, for example, the toolbar to edit records in Grids and Forms).

May be is needed an audit in the code in order to make the API congruent with the GTK+ one's, for example the macro: IS_GNOME_DB_DATA_ENTRY, in the Gtk+'s way must be: GNOME_DB_IS_DATA_ENTRY, other example is GNOME_DB_TYPE_ENTRY_TEXT, must be GNOME_DB_ENTRY_TEXT_TYPE.

--
Trabajar, la mejor arma para tu superación
"de grano en grano, se hace la arena" (R) (entrámite, pero para los cuates: LIBRE)

Attachment: PATCH-GObject.diff.tar.gz
Description: GNU Zip compressed data



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