Big color update with the newest information
from the GTK+ hot-line, eh mail-list. The news is that they don't know what they do. Conversion from 12pt, wxSWISS, wxNORMAL, wxNORMAL to GTK+ system font Probably some other things git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -93,20 +93,16 @@ class wxComboBox: public wxControl
|
||||
void SetSelection(long from, long to);
|
||||
void SetEditable(bool editable);
|
||||
|
||||
void SetFont( const wxFont &font );
|
||||
void OnSize( wxSizeEvent &event );
|
||||
void SetBackgroundColour( const wxColour &colour );
|
||||
|
||||
// implementation
|
||||
|
||||
bool m_alreadySent;
|
||||
|
||||
private:
|
||||
|
||||
bool m_alreadySent;
|
||||
wxList m_clientData;
|
||||
|
||||
GtkWidget* GetConnectWidget(void);
|
||||
bool IsOwnGtkWindow( GdkWindow *window );
|
||||
GtkWidget* GetConnectWidget(void);
|
||||
bool IsOwnGtkWindow( GdkWindow *window );
|
||||
void ApplyWidgetStyle();
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
Reference in New Issue
Block a user