Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134742
Collapse All | Expand All

(-)vdk-2.4.1/vdk/vdkcomboentry.h (-2 / +2 lines)
Lines 51-58 Link Here
51
class VDKComboEntry: public VDKObject
51
class VDKComboEntry: public VDKObject
52
{
52
{
53
 protected:
53
 protected:
54
  static int VDKComboEntry::FocusOutEvent(GtkWidget *,  GdkEventFocus*, gpointer wid);
54
  static int FocusOutEvent(GtkWidget *,  GdkEventFocus*, gpointer wid);
55
  static int VDKComboEntry::FocusInEvent(GtkWidget *, GdkEventFocus*, gpointer wid);
55
  static int FocusInEvent(GtkWidget *, GdkEventFocus*, gpointer wid);
56
  VDKObjectSignal s_activated, s_changed, s_selected;
56
  VDKObjectSignal s_activated, s_changed, s_selected;
57
 public:
57
 public:
58
  /*!
58
  /*!
(-)vdk-2.4.1/vdk/vdkfilechooser.h (-2 / +2 lines)
Lines 106-113 Link Here
106
  DECLARE_EVENT_LIST(VDKFileChooser);
106
  DECLARE_EVENT_LIST(VDKFileChooser);
107
  // declares two static used to initialize
107
  // declares two static used to initialize
108
  // form display type and initial position
108
  // form display type and initial position
109
  static GtkWindowType VDKFileChooser::DisplayType;
109
  static GtkWindowType DisplayType;
110
  static GtkWindowPosition VDKFileChooser::InitialPosition;
110
  static GtkWindowPosition InitialPosition;
111
  //
111
  //
112
    /*! 
112
    /*! 
113
   * Add a filter based on a pattern
113
   * Add a filter based on a pattern

Return to bug 134742