Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / ege-select-one-action.h
index f3da195d12fb5b02f64f3d86dc1d0198a8c7fb08..d0c9d6de787603f680c80919591741c6d7bf64b9 100644 (file)
@@ -112,6 +112,8 @@ EgeSelectOneAction* ege_select_one_action_new( const gchar *name,
                                                const gchar *stock_id,
                                                GtkTreeModel* model );
 
+GtkTreeModel *ege_select_one_action_get_model(EgeSelectOneAction* action );
+
 /**
  * Returns the index of the currently selected item.
  *
@@ -159,6 +161,10 @@ gint ege_select_one_action_get_icon_column( EgeSelectOneAction* action );
  */
 void ege_select_one_action_set_icon_column( EgeSelectOneAction* action, gint col );
 
+gint ege_select_one_action_get_icon_size( EgeSelectOneAction* action );
+
+void ege_select_one_action_set_icon_size( EgeSelectOneAction* action, gint size );
+
 
 /**
  * Returns the column used for the tooltip.