gnome-property-entries

Name

gnome-property-entries -- deprecated/experimental/unfinished

Synopsis


#include <gnome.h>


GtkWidget*  gnome_property_entry_font       (GnomePropertyObject *object,
                                             const gchar *label,
                                             gchar **font_name_ptr,
                                             GdkFont **font_ptr);
GtkWidget*  gnome_property_entry_colors     (GnomePropertyObject *object,
                                             const gchar *label,
                                             gint num_colors,
                                             gint columns,
                                             gint *table_pos,
                                             GdkColor *colors,
                                             const gchar *texts[]);

Description

This module is deprecated/experimental/unfinished. Don't use it.

Details

gnome_property_entry_font ()

GtkWidget*  gnome_property_entry_font       (GnomePropertyObject *object,
                                             const gchar *label,
                                             gchar **font_name_ptr,
                                             GdkFont **font_ptr);


gnome_property_entry_colors ()

GtkWidget*  gnome_property_entry_colors     (GnomePropertyObject *object,
                                             const gchar *label,
                                             gint num_colors,
                                             gint columns,
                                             gint *table_pos,
                                             GdkColor *colors,
                                             const gchar *texts[]);