On Sep 10, 6:09 am, Daniel Eggleston <[email protected]> wrote:
> Well, freepascal is a language, GTK+ is a framework (used in many
> languages). I don't think there's any limit to the size of the text view
> widget in the GTK set (besides system virtual memory)
> The TextBuffer widget holds the actual text for a text view 
> widget:http://library.gnome.org/devel/gtk/stable/GtkTextBuffer.html
>
> On Wed, Sep 9, 2009 at 11:14 PM, Dos-Man 64 <[email protected]> wrote:
>
> > I'm obviously talking about multiline text/edit controls. I would
> > think that the language (GTK+, Free Pascal) would be irrelevant. Are
> > these limited to 64k?
>
> --
>
>           Daniel


Daniel, I am trying to determine if memory is segmented or not. If I
allocate a huge character array using malloc() or new(), does it work
or do you have to use FAR pointers or something along those lines?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to