summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-09-27 00:11:23 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-09-27 00:11:23 +0000
commit1773d815583c0d4bded05c1d89d6fce7b6032e0c (patch)
tree4c8ae7d83a7aa9cb9e34e300f204ef957ae9d427 /gtk/gtktextiter.h
parent4b6bc02f66ee3e9def305a3c1c77a3fec1b37b45 (diff)
downloadgtk+-1773d815583c0d4bded05c1d89d6fce7b6032e0c.tar.gz
add demo of passing non-stock label in to gtk_dialog_new_with_buttons
2001-09-26 Havoc Pennington <hp@redhat.com> * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo of passing non-stock label in to gtk_dialog_new_with_buttons * gtk/gtktextview.c (cursor_blinks): disable cursor blink when debugging updates * gtk/gtktextiter.h: comment about how GtkTextIter struct contents are private * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't exist, fall back to mnemonic label, not plain label, bug #61184
Diffstat (limited to 'gtk/gtktextiter.h')
-rw-r--r--gtk/gtktextiter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtktextiter.h b/gtk/gtktextiter.h
index 72303ea931..8d6096ca9c 100644
--- a/gtk/gtktextiter.h
+++ b/gtk/gtktextiter.h
@@ -43,6 +43,11 @@ extern "C" {
typedef struct _GtkTextBuffer GtkTextBuffer;
struct _GtkTextIter {
+ /* GtkTextIter is an opaque datatype; ignore all these fields.
+ * Initialize the iter with gtk_text_buffer_get_iter_*
+ * functions
+ */
+ /*< private >*/
gpointer dummy1;
gpointer dummy2;
gint dummy3;