Ignore:
Timestamp:
Mar 10, 2007, 12:11:43 PM (18 years ago)
Author:
cinc
Message:

Implemented methods to add/remove objects to/from folders (and folder windows).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpfolderwindow.c

    r241 r244  
    142142            /* Click on an icon */
    143143           
    144             g_message("%s: %s", __FUNCTION__, gtk_tree_path_to_string(treePath));
     144            //g_message("%s: %s", __FUNCTION__, gtk_tree_path_to_string(treePath));
    145145           
    146146            model=gtk_icon_view_get_model(GTK_ICON_VIEW(widget));
    147             g_message("%s: model: %x", __FUNCTION__, (UINT)model);
     147            //g_message("%s: model: %x", __FUNCTION__, (UINT)model);
    148148           
    149             gtk_tree_model_get_iter(model , &iter, treePath);           
     149            gtk_tree_model_get_iter(model , &iter, treePath);     
     150            //g_message("%s: iter.stamp: %x %x %x %x", __FUNCTION__, (UINT)iter.stamp, (UINT) iter.user_data
     151            //        , (UINT)iter.user_data2, (UINT)iter.user_data3);       
    150152            gtk_tree_model_get(model, &iter, 0, &wpObject, -1);
    151153
     
    236238    }
    237239  rc=WPObject_wpDragOver(wpObject, wgtThis, nomDragInfo, NULL);
    238   g_message("rc: %d", rc);
     240
    239241  if(dragContext->targets)
    240242    {
     
    544546                    guint uiTargetInfo, guint t, gpointer ptrUserData)
    545547{
    546   DosBeep(100, 100);
     548 
    547549  g_message("%s", __FUNCTION__);
    548   g_message("  info: %d, userData: %x", uiTargetInfo, ptrUserData);
     550  //  g_message("  info: %d, userData: %x", uiTargetInfo, ptrUserData);
    549551
    550552  switch(uiTargetInfo)
Note: See TracChangeset for help on using the changeset viewer.