Creates a new #GdauiDataCellRendererBin. Adjust rendering parameters using object properties. Object properties can be set globally (with g_object_set()). Also, with #GtkTreeViewColumn, you can bind a property to a value in a #GtkTreeModel. For example, you can bind the "active" property on the cell renderer to a bin value in the model, thus causing the check button to reflect the state of the model. the new cell renderer a #GdaDataHandler object Creates a new #GdauiDataCellRendererBoolean. Adjust rendering parameters using object properties. Object properties can be set globally (with g_object_set()). Also, with #GtkTreeViewColumn, you can bind a property to a value in a #GtkTreeModel. For example, you can bind the "active" property on the cell renderer to a boolean value in the model, thus causing the check button to reflect the state of the model. the new cell renderer a #GdaDataHandler object Creates a new #GdauiDataCellRendererInfo. Adjust rendering parameters using object properties. Object properties can be set globally (with g_object_set()). Also, with #GtkTreeViewColumn, you can bind a property to a value in a #GtkTreeModel. For example, you can bind the "active" property on the cell renderer to a boolean value in the model, thus causing the check button to reflect the state of the model. the new cell renderer Creates a new #GdauiEntry widget. the newly created #GdauiEntry widget. a prefix (not modifiable) string, or %NULL a suffix (not modifiable) string, or %NULL Get a new string containing the contents of the widget as a string without the prefix and/or suffix and/or format if they have been specified. This method differs from calling gtk_entry_get_text() since the latest will return the complete text in @entry including prefix and/or suffix and/or format. internal modifications, or if gdaui_entry_set_text() was called with a %NULL as its @text argument. a new string, or %NULL Creates a new #GdauiFormattedEntry widget. Characters in @format are of two types: Possible values for writeable characters are: <itemizedlist> <listitem><para>'0': digits</para></listitem> <listitem><para>'9': digits excluded 0</para></listitem> <listitem><para>'@': alpha</para></listitem> <listitem><para>'^': alpha converted to upper case</para></listitem> <listitem><para>'#': alphanumeric</para></listitem> <listitem><para>'*': any char</para></listitem> </itemizedlist> if @mask is not %NULL, then it should only contains the follogin characters, which are used side by side with <itemizedlist> <listitem><para>'_': the corresponding character in @format is actually used as a writable character</para></listitem> <listitem><para>'-': the corresponding character in @format is actually used as a writable character, but the character will be removed from gdaui_formatted_entry_get_text()'s result if it was not filled by the user</para></listitem> <listitem><para>' ': the corresponding character in @format will not be considered as a writable character but as a non writable character</para></listitem> </itemizedlist> position in @mask is the space character (' '), then C will not interpreted as a writable format character as defined above. @mask does not be to have the same length as @format. the newly created #GdauiFormattedEntry widget. a format string a mask string, or %NULL Creates a new #GdauiNumericEntry widget. the newly created #GdauiNumericEntry widget. the numeric type Structure representing a plugin. Creates a #GtkTreeModel interface with a #GdaTree, mapping columns to attributes' values. For more information and limitations, see gdaui_tree_store_new(). the new object, or %NULL if an inconsistency exists in the parameters a #GdaTree object number of columns in the tree store