¡@

Home 

c++ Programming Glossary: gnome

C equivalent of C++ STL [duplicate]

http://stackoverflow.com/questions/11004252/c-equivalent-of-c-stl

http www.ibm.com developerworks linux tutorials l glib Gnome Glib http developer.gnome.org glib stable GNU Gnulib http www.gnu.org..

Monitoring Keyboard keys in Ubuntu [duplicate]

http://stackoverflow.com/questions/12746869/monitoring-keyboard-keys-in-ubuntu

coding an interesting GUI application using Gtk within Gnome or Qt within KDE . All Linux graphical toolkits libraries are..

How do you get the icon, MIME type, and application associated with a file in the Linux Desktop?

http://stackoverflow.com/questions/1629172/how-do-you-get-the-icon-mime-type-and-application-associated-with-a-file-in-th

via C c function calls on both KDE and gnome especially Gnome since that's where things confuse me most . I want to be able.. be able show icons and descriptions matching Nautilus in Gnome and Konquerer whatever on KDE as well as opening files appropriately.. I suppose it's OK that I get this separately for KDE and Gnome. The big question is what's the most common best cannonical..

what's the best stable editor & compiler for c++ with gui & under linux?

http://stackoverflow.com/questions/164693/whats-the-best-stable-editor-compiler-for-c-with-gui-under-linux

are since i've not tested them including Anjuta for the Gnome desktop and Code Blocks written with wxWidgets it's quite cross..

Outputting unicode characters in windows terminal

http://stackoverflow.com/questions/1725237/outputting-unicode-characters-in-windows-terminal

What's a good linux C/C++ IDE for a low-res screen? [closed]

http://stackoverflow.com/questions/24847/whats-a-good-linux-c-c-ide-for-a-low-res-screen

KDevelop looks like it'd be good except that I'm running Gnome and would rather not install the kde libs. I'm really impressed..

How do I find the current system timezone?

http://stackoverflow.com/questions/3118582/how-do-i-find-the-current-system-timezone

think I can rely on that file always being there can I Gnome has a function oobs_time_config_get_timezone which also returns.. right string but I want my code to work on systems without Gnome. So what's the best general way to get the currently configured..

Linux GUI development

http://stackoverflow.com/questions/35762/linux-gui-development

framework to use for GUI programming in Linux Should KDE Gnome frameworks be used Or can I use something more generic other.. more generic other than X I feel like if I chose one of Gnome or KDE I'm closing the market out for a chunk of the Linux market.. It's also important to make the distinction between Gnome libraries and GTK and likewise KDE libraries and Qt. If you..

What is a good Linux IDE for code completion?

http://stackoverflow.com/questions/780837/what-is-a-good-linux-ide-for-code-completion

I want to move away from my familiar graphical IDE. I use Gnome if that's important. Important This question is asking about..

Best C++ IDE for *nix [closed]

http://stackoverflow.com/questions/79210/best-c-ide-for-nix

It has a basic code completion feature and is a nice clean Gnome interface. Anjuta I tried for a day didn't like it at all. I..

Monitoring Keyboard keys in Ubuntu [duplicate]

http://stackoverflow.com/questions/12746869/monitoring-keyboard-keys-in-ubuntu

e.g. your firefox browser or your emacs editor or your gnome or xterm terminal . You could spend your time months understanding..

How do you get the icon, MIME type, and application associated with a file in the Linux Desktop?

http://stackoverflow.com/questions/1629172/how-do-you-get-the-icon-mime-type-and-application-associated-with-a-file-in-th

descriptions and associated applications on both KDE and gnome and I'd like to avoid any shelling out to the command line and.. find the mime type via C c function calls on both KDE and gnome especially Gnome since that's where things confuse me most ... Linux desktop Gnome documentation is especially opaque. gnome vsf has mime routines but it's deprecated and I can't find a..

How do I output coloured text to a Linux terminal?

http://stackoverflow.com/questions/2616906/how-do-i-output-coloured-text-to-a-linux-terminal

specify the particular terminal type used e.g. vt100 gnome terminal xterm screen ... . Then look that up in the terminfo..

Linux GUI development

http://stackoverflow.com/questions/35762/linux-gui-development

platform solution that will work on Win32. c linux gui gnome kde share improve this question Your best bet may be to..

Qt place new window correctly on screen, center over mouse, move into screen

http://stackoverflow.com/questions/5417201/qt-place-new-window-correctly-on-screen-center-over-mouse-move-into-screen

. Does anybody have good workable solutions c windows qt gnome kde share improve this question Edited to look more scientific..

Best C++ IDE for *nix [closed]

http://stackoverflow.com/questions/79210/best-c-ide-for-nix

a bunch of good reviews but I haven't tried them. I use gnome and I'm yet to see a KDE app that looks good in gnome sorry.. use gnome and I'm yet to see a KDE app that looks good in gnome sorry I'm sure its a great program . If only bloodshed dev c..

How can i make a tray icon in Linux using C++?

http://stackoverflow.com/questions/1167086/how-can-i-make-a-tray-icon-in-linux-using-c

the linux equivalent of this function Is it different in GNOME gtk and KDE qt Can't find any tutorials in the Internet. c..

How to identify top-level X11 windows using xlib?

http://stackoverflow.com/questions/1201179/how-to-identify-top-level-x11-windows-using-xlib

the window manager in use must support the EWMH. KDE and GNOME do and I'm sure some others do as well. However I'm sure there..

What is Linux?™s native GUI API?

http://stackoverflow.com/questions/12717138/what-is-linuxs-native-gui-api

there is also XCB . Toolkit libraries such as GTK used by GNOME and Qt used by KDE built on top of Xlib are used because they..

What are some of the “best” cross-platform C++ UI toolkits today?

http://stackoverflow.com/questions/366043/what-are-some-of-the-best-cross-platform-c-ui-toolkits-today

to the famous gtk toolkit used as the foundation of GNOME. Free for commercial but can't link statically . Modern C API...

What EXIF lib can I use from a Qt program (on embedded linux)?

http://stackoverflow.com/questions/4105534/what-exif-lib-can-i-use-from-a-qt-program-on-embedded-linux

your best option is the libexif C EXIF library . It is a GNOME core library thus is widely deployed tested and documented still..

Render a vector graphic (.svg) in C++

http://stackoverflow.com/questions/4176637/render-a-vector-graphic-svg-in-c

it to work properly on Windows because it has loads of GNOME dependencies . If you have any guides for getting these to work..

Moving files to Trash Can in Linux using C++

http://stackoverflow.com/questions/6776469/moving-files-to-trash-can-in-linux-using-c

like for my application to run not only on KDE but on GNOME Xfce and other Linux desktop environments. That's why I'm searching.. Or in other words that's as much independent from KDE GNOME Xfce components as possible. Any help in finding a solution..