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 |
/*! |