Add import/export attributes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-08-02 22:58:06 +00:00
parent 172df1f035
commit 20123d4958
122 changed files with 321 additions and 289 deletions

View File

@@ -75,14 +75,15 @@ bool wxTaskBarIconAreaBase::IsProtocolSupported()
// Pop-up menu stuff
//-----------------------------------------------------------------------------
extern "C" void gtk_pop_hide_callback( GtkWidget *widget, bool* is_waiting );
extern "C" WXDLLIMPEXP_CORE void gtk_pop_hide_callback( GtkWidget *widget, bool* is_waiting );
extern void SetInvokingWindow( wxMenu *menu, wxWindow* win );
extern WXDLLIMPEXP_CORE void SetInvokingWindow( wxMenu *menu, wxWindow* win );
extern "C" void wxPopupMenuPositionCallback( GtkMenu *menu,
gint *x, gint *y,
gboolean * WXUNUSED(whatever),
gpointer user_data );
extern "C" WXDLLIMPEXP_CORE
void wxPopupMenuPositionCallback( GtkMenu *menu,
gint *x, gint *y,
gboolean * WXUNUSED(whatever),
gpointer user_data );
#if wxUSE_MENUS_NATIVE
bool wxTaskBarIconAreaBase::DoPopupMenu( wxMenu *menu, int x, int y )