summaryrefslogtreecommitdiff
path: root/src/xwidget.h
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2011-07-15 00:16:46 +0200
committerJoakim Verona <joakim@verona.se>2011-07-15 00:16:46 +0200
commit2f6c9a34360248292d09dc7c6a8c3c0f513665e2 (patch)
treede8e30652ff05920008f80f87c127c06c1db6907 /src/xwidget.h
parentc43c0a65b7b7ef5899462a997734299aad3e9a00 (diff)
downloademacs-2f6c9a34360248292d09dc7c6a8c3c0f513665e2.tar.gz
xw title conversion to lisp object
Diffstat (limited to 'src/xwidget.h')
-rw-r--r--src/xwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xwidget.h b/src/xwidget.h
index 181d2232518..9244ff7017f 100644
--- a/src/xwidget.h
+++ b/src/xwidget.h
@@ -21,6 +21,7 @@ struct xwidget{
Lisp_Object plist;//auxilliary data
Lisp_Object type;//the widget type
Lisp_Object buffer; //buffer where xwidget lives
+ Lisp_Object title;//a title that is used for button labels for instance
//here ends the lisp part.
//"height" is the marker field
@@ -32,7 +33,7 @@ struct xwidget{
GtkContainer* widgetwindow_osr;
//TODO these are WIP
- char* title;//a title that is used for button labels for instance
+
};