RE: GdkOffscreenWindow and texture_from_pixmap extension

2010-04-02 Thread Shawn Bakhtiar
Juan, Let me know if you find a good way to do this with GtkGLExt, it is something I need to do on the OS X platform. I think this will help you, here is where I first came across on the apple devnet: http://developer.apple.com/mac/library/documentation/GraphicsImaging/Conceptual/OpenGL-MacPr

Re: How can I programatically activate a GtkRadioToolButton?

2010-04-02 Thread Alexander Nagel
hi, this should work with gtk_toggle_tool_button_set_active (...) regards lindl...@cox.net schrieb: I have a tool bar containing several GtkRadioToolButtons. Clicking on them works fine. However, I'm trying to figure out how I can activate one of them programatically. My first guess was to do

How can I programatically activate a GtkRadioToolButton?

2010-04-02 Thread lindleyf
I have a tool bar containing several GtkRadioToolButtons. Clicking on them works fine. However, I'm trying to figure out how I can activate one of them programatically. My first guess was to do gtk_widget_activate(GTK_WIDGET(radiobutton)); but that didn't work; gtk_widget_activate returned FALSE

GtkPlot

2010-04-02 Thread Arsen Mamikonyan
Hello everyone, I'm trying to write an application with Gtk+/GtkPlot that will periodically plot the data received over network/internet. I have some problem with figuring out how to make graphs and show them using GtkPlot, mainly because I can't find any documentation or simple ploting program

regarding gtk and x11 componenets

2010-04-02 Thread shriti G
Hi This is shruthi here .. I am doing my MTech . I am doing my final year project in Philips innovation campus tumkur.. I am trying to build gtk-directfb on phoneme .. I installed gtk2.17 on directfb . now I am trying to build gtk on phoneme . I se some of the native files such as GCompone

make GtkTextView use CRLF

2010-04-02 Thread Olivier Sessink
Hi all, GtkTextView defaults to linefeeds as newlines, which is good for Unix users, but not the default on DOS/Windows. In a document that has CRLF, gtktextview handles this very good. But an empty document always uses LF, also on windows. Is there a way to set this to CRLF ? Olivier ___