Changeset 508

Show
Ignore:
Timestamp:
11/30/2009 05:02:14 PM (2 years ago)
Author:
powell
Message:

Stubs for missing callbacks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/Ternary.c

    r506 r508  
    238238    } 
    239239  else 
    240     printf ("Internal error, on_hscale_value_changed got widget not in table\n"); 
     240    printf ("Internal error, on_hscale_value_changed got widget 0x%lx not in table\n", widget); 
    241241} 
    242242 
     
    302302    } 
    303303} 
     304 
     305void show_phasediag (GtkWidget *widget, gpointer user_data) 
     306{} // Not yet implemented 
     307 
     308void save_phase_snapshot (GtkWidget *widget, gpointer user_data) 
     309{} // Not yet implemented 
    304310 
    305311int main (int argc, char *argv[])