void OnUpdateRedo(wxUpdateUIEvent& event);
bool SetFont( const wxFont &font );
- bool SetForegroundColour(const wxColour &colour);
bool SetBackgroundColour(const wxColour &colour);
GtkWidget* GetConnectWidget();
void OnUpdateRedo(wxUpdateUIEvent& event);
bool SetFont( const wxFont &font );
- bool SetForegroundColour(const wxColour &colour);
bool SetBackgroundColour(const wxColour &colour);
GtkWidget* GetConnectWidget();
ChangeFontGlobally();
}
-bool wxTextCtrl::SetForegroundColour( const wxColour &WXUNUSED(colour) )
-{
- wxCHECK_MSG( m_text != NULL, FALSE, wxT("invalid text ctrl") );
-
- // doesn't work
- return FALSE;
-}
-
bool wxTextCtrl::SetBackgroundColour( const wxColour &colour )
{
wxCHECK_MSG( m_text != NULL, FALSE, wxT("invalid text ctrl") );
ChangeFontGlobally();
}
-bool wxTextCtrl::SetForegroundColour( const wxColour &WXUNUSED(colour) )
-{
- wxCHECK_MSG( m_text != NULL, FALSE, wxT("invalid text ctrl") );
-
- // doesn't work
- return FALSE;
-}
-
bool wxTextCtrl::SetBackgroundColour( const wxColour &colour )
{
wxCHECK_MSG( m_text != NULL, FALSE, wxT("invalid text ctrl") );