tEnums and placeholder function created to support gtk_frame_set_shadow_type under Win32. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e42984a011156614bc1a6bb74eac6f741270ad02
 (DIR) parent a9cbba58a735667178c125a56ae735bac45661e2
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon,  8 Apr 2002 13:09:24 +0000
       
       Enums and placeholder function created to support gtk_frame_set_shadow_type
       under Win32.
       
       
       Diffstat:
         M src/gtkport/gtkport.c               |       2 +-
         M src/gtkport/gtkport.h               |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/gtkport/gtkport.c b/src/gtkport/gtkport.c
       t@@ -1571,7 +1571,7 @@ void gtk_frame_set_size(GtkWidget *widget, GtkAllocation *allocation)
          gtk_container_set_size(widget, &child_alloc);
        }
        
       -void gtk_frame_set_shadow_type (GtkFrame *frame, GtkShadowType type)
       +void gtk_frame_set_shadow_type(GtkFrame *frame, GtkShadowType type)
        {
        }
        
 (DIR) diff --git a/src/gtkport/gtkport.h b/src/gtkport/gtkport.h
       t@@ -582,7 +582,7 @@ GtkWidget *gtk_radio_button_new_with_label(GSList *group,
        GtkWidget *gtk_radio_button_new_with_label_from_widget(GtkRadioButton *group,
                                                               const gchar *label);
        GtkWidget *gtk_frame_new(const gchar *text);
       -void gtk_frame_set_shadow_type (GtkFrame *frame, GtkShadowType type);
       +void gtk_frame_set_shadow_type(GtkFrame *frame, GtkShadowType type);
        GtkWidget *gtk_text_new(GtkAdjustment *hadj, GtkAdjustment *vadj);
        GtkWidget *gtk_entry_new();
        void gtk_entry_set_visibility(GtkEntry *entry, gboolean visible);