mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
add change_value virtual function, to fix build
2002-02-07 Havoc Pennington <hp@pobox.com> * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add change_value virtual function, to fix build * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was from GtkWidget not GtkMisc. Not that it ever mattered.
This commit is contained in:
parent
23c6be552c
commit
b0c6f4f27b
@ -1,3 +1,11 @@
|
||||
2002-02-07 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
|
||||
change_value virtual function, to fix build
|
||||
|
||||
* gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was
|
||||
from GtkWidget not GtkMisc. Not that it ever mattered.
|
||||
|
||||
Thu Feb 7 19:52:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.[ch]: Add ::move-focus-out signal
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-02-07 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
|
||||
change_value virtual function, to fix build
|
||||
|
||||
* gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was
|
||||
from GtkWidget not GtkMisc. Not that it ever mattered.
|
||||
|
||||
Thu Feb 7 19:52:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.[ch]: Add ::move-focus-out signal
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-02-07 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
|
||||
change_value virtual function, to fix build
|
||||
|
||||
* gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was
|
||||
from GtkWidget not GtkMisc. Not that it ever mattered.
|
||||
|
||||
Thu Feb 7 19:52:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.[ch]: Add ::move-focus-out signal
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-02-07 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
|
||||
change_value virtual function, to fix build
|
||||
|
||||
* gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was
|
||||
from GtkWidget not GtkMisc. Not that it ever mattered.
|
||||
|
||||
Thu Feb 7 19:52:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.[ch]: Add ::move-focus-out signal
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-02-07 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
|
||||
change_value virtual function, to fix build
|
||||
|
||||
* gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was
|
||||
from GtkWidget not GtkMisc. Not that it ever mattered.
|
||||
|
||||
Thu Feb 7 19:52:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.[ch]: Add ::move-focus-out signal
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-02-07 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
|
||||
change_value virtual function, to fix build
|
||||
|
||||
* gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was
|
||||
from GtkWidget not GtkMisc. Not that it ever mattered.
|
||||
|
||||
Thu Feb 7 19:52:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.[ch]: Add ::move-focus-out signal
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-02-07 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
|
||||
change_value virtual function, to fix build
|
||||
|
||||
* gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was
|
||||
from GtkWidget not GtkMisc. Not that it ever mattered.
|
||||
|
||||
Thu Feb 7 19:52:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.[ch]: Add ::move-focus-out signal
|
||||
|
@ -206,6 +206,16 @@ GtkSettings
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-entry-select-on-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-can-change-accels ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-toolbar-style ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -602,13 +602,13 @@ with an integer masquerading as a pointer (through GINT_TO_POINTER()).)
|
||||
</para>
|
||||
|
||||
@object: the object that emits the signal.
|
||||
@signal:
|
||||
@name: name of the signal.
|
||||
@func: function pointer to attach to the signal.
|
||||
@func_data: pointer to pass to func.
|
||||
@alive_object: object whose death should cause the handler connection
|
||||
to be destroyed.
|
||||
<!-- # Unused Parameters # -->
|
||||
@name: name of the signal.
|
||||
@signal:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_signal_connect_object_while_alive ##### -->
|
||||
@ -628,12 +628,12 @@ clean up the handler.
|
||||
</para>
|
||||
|
||||
@object: the object associated with the signal.
|
||||
@signal:
|
||||
@name: name of the signal.
|
||||
@func: function pointer to attach to the signal.
|
||||
@alive_object: the user data, which must be an object, whose destruction
|
||||
should signal the removal of this signal.
|
||||
<!-- # Unused Parameters # -->
|
||||
@name: name of the signal.
|
||||
@signal:
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_signal_disconnect ##### -->
|
||||
|
@ -1845,6 +1845,7 @@ a widget changes from un-anchored to anchored or vice-versa.
|
||||
</para>
|
||||
|
||||
@widget: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkWidget::property-notify-event ##### -->
|
||||
<para>
|
||||
@ -1949,6 +1950,7 @@ a widget changes from un-anchored to anchored or vice-versa.
|
||||
|
||||
@widget: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkWidget::size-allocate ##### -->
|
||||
<para>
|
||||
|
@ -75,7 +75,7 @@ gtk_pixmap_class_init (GtkPixmapClass *class)
|
||||
|
||||
object_class = (GtkObjectClass*) class;
|
||||
widget_class = (GtkWidgetClass*) class;
|
||||
parent_class = gtk_type_class (gtk_widget_get_type ());
|
||||
parent_class = gtk_type_class (gtk_misc_get_type ());
|
||||
|
||||
gobject_class->finalize = gtk_pixmap_finalize;
|
||||
|
||||
|
@ -107,6 +107,10 @@ struct _GtkSpinButtonClass
|
||||
gdouble *new_value);
|
||||
gint (*output) (GtkSpinButton *spin_button);
|
||||
void (*value_changed) (GtkSpinButton *spin_button);
|
||||
|
||||
void (*change_value) (GtkSpinButton *spin,
|
||||
GtkScrollType scroll);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user