On ubuntu 11.10
sudo apt-get install gnome-panel
and choose gnome classic at login prompt
A+
Search found 4 matches
- Thu Jan 26, 2012 8:53 pm
- Forum: Linux
- Topic: what would you preffer
- Replies: 5
- Views: 2059
- Tue Dec 07, 2010 1:00 pm
- Forum: Linux
- Topic: Mouse events on WidowedScreen
- Replies: 1
- Views: 1523
Mouse events on WidowedScreen
Hello
I try to get mouse events on a widowedscreen with gtk and opengl subsystem
I use this code
CompilerCase #PB_OS_Linux
*IdMain.GtkWidget
*IdMain=WindowID(#Main)
gdk_window_set_events_(*IdMain\window,#GDK_ALL_EVENTS_MASK)
g_signal_connect_data_(WindowID(#Main), "button_release_event ...
I try to get mouse events on a widowedscreen with gtk and opengl subsystem
I use this code
CompilerCase #PB_OS_Linux
*IdMain.GtkWidget
*IdMain=WindowID(#Main)
gdk_window_set_events_(*IdMain\window,#GDK_ALL_EVENTS_MASK)
g_signal_connect_data_(WindowID(#Main), "button_release_event ...
- Thu Apr 01, 2010 10:55 am
- Forum: Coding Questions
- Topic: Opengl & compiz PB4.41
- Replies: 2
- Views: 1148
Re: Opengl & compiz PB4.41
sorry
mea-culpa

mea-culpa
- Thu Apr 01, 2010 9:51 am
- Forum: Coding Questions
- Topic: Opengl & compiz PB4.41
- Replies: 2
- Views: 1148
Opengl & compiz PB4.41
hello
When i use desktop effects (compiz) the window program goes black and white after a few seconds (like a zombie program) but the programm run well
Without compiz all is ok
basic code to test (opengl)
active desktop effects
Run the program and wait 5 seconds !
Enumeration
#Main ...
When i use desktop effects (compiz) the window program goes black and white after a few seconds (like a zombie program) but the programm run well
Without compiz all is ok
basic code to test (opengl)
active desktop effects
Run the program and wait 5 seconds !
Enumeration
#Main ...