Top | ![]() |
![]() |
![]() |
![]() |
This module contains the panel used to manage your .surf files. At the moment, only two tools are availiable for you to use. pot2surf will allow you to create .surf files from .pot files. There is also a .surf file merger which is so short that we beliedved it didn't need it's own module.
gboolean gtk_tree_model_iter_previous (GtkTreeModel *tree_model
,GtkTreeIter *iter
);
Similar to gtk_tree_model_iter_next()
. See
for more info.
tree_model |
the GtkTreeModel to get the previous iteration from ; |
|
iter |
a location to a GtkTreeIter to store the result. |
GtkWidget * visu_ui_panel_surfaces_tools_fileWidget ();
Creates a widget containing an interface to merge surf files. Don't use two of them simultaneously, they would conflict.
GtkWidget * visu_ui_panel_surfaces_tools_convertWidget ();
Creates a widget containing the whole pot2surf frontend. Don't use two of them simultaneously, they would conflict.