Port to new GtkTooltip
This commit is contained in:
committed by
Stéphane Lesimple
parent
3be61f4b7b
commit
9bbd268aa4
@@ -87,7 +87,7 @@ typedef void GtkNotebook;
|
||||
typedef int GtkMessageType;
|
||||
typedef void GtkScrolledWindow;
|
||||
typedef void GtkTextBuffer;
|
||||
typedef void GtkTooltips;
|
||||
typedef void GtkTooltip;
|
||||
typedef void GtkWidget;
|
||||
typedef void GtkWindow;
|
||||
|
||||
@@ -348,7 +348,7 @@ typedef struct _GlobalClosure
|
||||
/*** Widgets of the main window */
|
||||
|
||||
GtkWindow *window; /* main window */
|
||||
GtkTooltips *tooltips; /* our global tooltips structure */
|
||||
GtkTooltip *tooltips; /* our global tooltips structure */
|
||||
GdkPixbuf *windowIcon; /* main window icon */
|
||||
GdkPixbuf *tooltipOn; /* pixbuf of the tooltip icon */
|
||||
GdkPixbuf *tooltipOff; /* pixbuf of a fully transparent icon */
|
||||
|
||||
Reference in New Issue
Block a user