Gnome User Interface Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#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[]); |
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 : |
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 : |