[gtkada] possible bug and gnome bindings -- newbie questions

Emmanuel Briot briot at gnat.com
Mon Oct 16 12:10:27 CEST 2000


 > a) I am trying to develop an "editor" plugged into another main window. I
 > would like the editor window to have a vertical and a horizontal scrollbar.
 > The techniques I have tried so far are :

You can not use a Gtk_Text, since, as stated in the documentation, it does not
support horizontal scrollbars.


 > b) I have recently learnt that "gnome" has a bunch of higher level widgets.
 > Is anyone working on :
 > 
 >      - porting them to Gtk on Win32?
 >      - creating a binding for them in Ada?


Not that I know of, but feel free to contribute.

 > c) Is there a "Splitter" widget under Gtk++ similar to the CSplitterWnd in
 > MFC?

No idea what this is, but maybe Gtk_Paned is what you are looking for.

Emmanuel




More information about the gtkada mailing list