gnome-property-entries

Name

gnome-property-entries — one line description goes here.

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

Details


gnome_property_entry_font()

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

object : label : font_name_ptr : font_ptr : Returns


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[]);

object : label : num_colors : columns : table_pos : colors : texts : Returns