projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Initial work on virtual file system support for the WebKitGTK+ backend. It now suppor...
[wxWidgets.git]
/
src
/
gtk1
/
listbox.cpp
diff --git
a/src/gtk1/listbox.cpp
b/src/gtk1/listbox.cpp
index c0e55bae2ae7199d262f7900678592b10df6d84c..a3bb9f6acf84b9754224750981db9814cd2c1c18 100644
(file)
--- a/
src/gtk1/listbox.cpp
+++ b/
src/gtk1/listbox.cpp
@@
-1012,7
+1012,7
@@
bool wxListBox::IsOwnGtkWindow( GdkWindow *window )
void wxListBox::DoApplyWidgetStyle(GtkRcStyle *style)
{
void wxListBox::DoApplyWidgetStyle(GtkRcStyle *style)
{
- if (m_hasBgCol && m_backgroundColour.Ok())
+ if (m_hasBgCol && m_backgroundColour.
Is
Ok())
{
GdkWindow *window = GTK_WIDGET(m_list)->window;
if ( window )
{
GdkWindow *window = GTK_WIDGET(m_list)->window;
if ( window )
@@
-1039,9
+1039,9
@@
void wxListBox::DoApplyWidgetStyle(GtkRcStyle *style)
void wxListBox::OnInternalIdle()
{
wxCursor cursor = m_cursor;
void wxListBox::OnInternalIdle()
{
wxCursor cursor = m_cursor;
- if (g_globalCursor.Ok()) cursor = g_globalCursor;
+ if (g_globalCursor.
Is
Ok()) cursor = g_globalCursor;
- if (GTK_WIDGET(m_list)->window && cursor.Ok())
+ if (GTK_WIDGET(m_list)->window && cursor.
Is
Ok())
{
/* I now set the cursor the anew in every OnInternalIdle call
as setting the cursor in a parent window also effects the
{
/* I now set the cursor the anew in every OnInternalIdle call
as setting the cursor in a parent window also effects the