Matthias Clasen
4824a73084
Add padding to class structs
2010-10-19 19:07:36 +02:00
Michael Natterer
5e29973773
Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES
...
...and disallow inclusion of individual files unconditionally.
2010-05-03 01:51:18 +02:00
Matthias Clasen
a47c0754d7
Use G_CONST_RETURN for const return values
2009-07-15 18:29:13 -04:00
Matthias Clasen
b5dab96b45
Make GtkEntryBuffer::max-length and int property
...
This avoid a behaviour change in a corner case and should not make
any difference.
2009-07-15 16:12:09 -04:00
Matthias Clasen
26e67850a7
Revert 8031432c09
...
We can't disallow single-includes unconditionally because gtkentrybuffer.h
is included in gtkentry.h.
2009-07-12 23:04:57 -04:00
Michael Natterer
8031432c09
Disallow single-include unconditionally because this is a new file
2009-07-09 16:31:27 +02:00
Stef Walter
eab02f697a
GtkEntryBuffer holds text for GtkEntry
...
Adds a 'model' type buffer for GtkEntry in which the actual
textual data is stored. GtkEntryBuffer can be subclassed.
Among other things, this allows GtkEntry to be used for secrets
that need to be stored in non-pageable memory. It also allows
buffers to be shared by entries.
See bug #576801 .
2009-07-08 20:41:53 -05:00