X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67daf87774c71ae9f73af9969008af220e52a11..9c039d08bfbb59c0abcbc705fb49f9b2cb321edf:/include/wx/gtk/listbox.h diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index 22cbe344a9..ade4af225a 100644 --- a/include/wx/gtk/listbox.h +++ b/include/wx/gtk/listbox.h @@ -82,17 +82,21 @@ class wxListBox: public wxControl void SetSelection( int n, bool select = TRUE ); void SetString( int n, const wxString &string ); void SetStringSelection( const wxString &string, bool select = TRUE ); + + void SetFont( const wxFont &font ); + void SetDropTarget( wxDropTarget *dropTarget ); - virtual GtkWidget *GetConnectWidget(void); - + // implementation + + int GetIndex( GtkWidget *item ) const; + GtkWidget *GetConnectWidget(void); + bool IsOwnGtkWindow( GdkWindow *window ); + private: GtkList *m_list; wxList m_clientData; - public: - - int GetIndex( GtkWidget *item ) const; }; #endif // __GTKLISTBOXH__