git-svn-id: http://ltt.polymtl.ca/svn@319 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Event_Hooks.c
index 8a08c90c91f97ca2855cb96f38ef2e4c3911fd11..ba123f415cc97ca988d0380aac1b0af4082a1e0b 100644 (file)
@@ -307,15 +307,15 @@ hGuiControlFlow(MainWindow *pmParentWindow)
        g_critical("hGuiControlFlow");
        ControlFlowData *Control_Flow_Data = GuiControlFlow() ;
 
-       GetTimeWindow(pmParentWindow,
+       get_time_window(pmParentWindow,
                        GuiControlFlow_get_Time_Window(Control_Flow_Data));
-       GetCurrentTime(pmParentWindow,
+       get_current_time(pmParentWindow,
                        GuiControlFlow_get_Current_Time(Control_Flow_Data));
 
        // Unreg done in the GuiControlFlow_Destructor
-       RegUpdateTimeWindow(Update_Time_Window_Hook, Control_Flow_Data,
+       reg_update_time_window(Update_Time_Window_Hook, Control_Flow_Data,
                                pmParentWindow);
-       RegUpdateCurrentTime(Update_Current_Time_Hook, Control_Flow_Data,
+       reg_update_current_time(Update_Current_Time_Hook, Control_Flow_Data,
                                pmParentWindow);
        return GuiControlFlow_get_Widget(Control_Flow_Data) ;
        
This page took 0.042831 seconds and 4 git commands to generate.