Code

Added callback function to allow shrinking of widgets
[inkscape.git] / src / ege-adjustment-action.h
index 109b5ff7625e2e773a17e37591d178020b3f1af3..45049fbf5b6a95f7160a554e688aba5619d8ff33 100644 (file)
@@ -85,6 +85,10 @@ GtkAdjustment* ege_adjustment_action_get_adjustment( EgeAdjustmentAction* action
 void ege_adjustment_action_set_focuswidget( EgeAdjustmentAction* action, GtkWidget* widget );
 GtkWidget* ege_adjustment_action_get_focuswidget( EgeAdjustmentAction* action );
 
+
+typedef void (*EgeWidgetFixup)(GtkWidget *widget);
+
+
 G_END_DECLS
 
 #endif /* SEEN_EGE_ADJUSTMENT_ACTION */