X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/953704c1c76cfb9cfb7b91f0e81f98c30d27eb56..409c9842c71df526bcfbf1cf5ce80067b09d4d97:/include/wx/gtk1/listbox.h diff --git a/include/wx/gtk1/listbox.h b/include/wx/gtk1/listbox.h index 9b9e436289..8b477fff3a 100644 --- a/include/wx/gtk1/listbox.h +++ b/include/wx/gtk1/listbox.h @@ -90,10 +90,10 @@ public: void Deselect( int n ); int FindString( const wxString &item ) const; - int GetSelection(void) const; + int GetSelection() const; int GetSelections( class wxArrayInt &) const; wxString GetString( int n ) const; - wxString GetStringSelection(void) const; + wxString GetStringSelection() const; int Number(); bool Selected( int n ); void Set( int n, const wxString *choices ); @@ -116,6 +116,7 @@ public: GtkWidget *GetConnectWidget(); bool IsOwnGtkWindow( GdkWindow *window ); void ApplyWidgetStyle(); + void OnInternalIdle(); #if wxUSE_TOOLTIPS void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );