Graphical interface programming in FreeBSD


 
Thread Tools Search this Thread
Operating Systems BSD Graphical interface programming in FreeBSD
# 1  
Old 03-27-2005
Graphical interface programming in FreeBSD

Hi !
I have a question... how can I make a program with a graphical interface in C ? I googled a little bit to see how can I do it, but I realised that almost everything (Qt, KDE, etc) is using C++ for graphical programming. Is there any chance to programm a user interface in C ? If it is, please drop me a link or something...
# 2  
Old 03-29-2005
Gtk+ uses C. Not C++. Does this help?
# 3  
Old 03-30-2005
Quote:
Originally Posted by cbkihong
Gtk+ uses C. Not C++. Does this help?
If it uses C, it sounds like it's what I need... Smilie
Thanks.
Bye !
# 4  
Old 04-15-2005
http: www.gnome.org
are you running a default gui at this time? the gtk is a good idea, and the 5.4 beta release from freebsd might be what you're looking for.
i'm using it now, and i have yet to get snagged by a bug.
yet.
freebsd is utilizing gnome 2.10. it sorta Rocks!
luck -O.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Need a graphical interface on AIX server to create database

Hello, Please suggest me the ways how to get graphical interface on AIX server.I need to create oracle database for which I need graphical access. Best regards, Vishal (4 Replies)
Discussion started by: Vishal_dba
4 Replies

2. Debian

Problem with graphical interface

Hi, i have problems with an installation of Debian i386 505 in a pc. The hardware it is a mother soyo with a chipset via. When i install the xorg, the installation it`s succesfull, but when i type startx, the pc don`t respond. I am from Argentina and my English it isn`t good. Sorry. (0 Replies)
Discussion started by: Kritar
0 Replies

3. Ubuntu

no graphical interface after installation

Hello everyone, After installing Ubuntu 8.10 from DVD the Operating System boots into text mode. How do I get the graphical user environment to load. The DVD includes a live/install that holds Intrepid Ibex (8.10) Thanks in advance for the help, Dirk (1 Reply)
Discussion started by: Dirk_
1 Replies

4. Shell Programming and Scripting

How to build graphical interface using shell scripts and ncurses library ?

Hi, (please don't move this question, as it refers to graphical animation solution, using shell scripts and a number of known graphical objects and using of foreground and background process switch control shell scripts to get objects with refresh/ animation effect). I will provide you with... (0 Replies)
Discussion started by: jack2
0 Replies

5. Linux

How change GRUB command line to graphical interface?

Hi, I am i new Unix linux user. I've installed the linux 9 and i uninstall it. the first time i install the linux, the GRUB show the graphical interface. But after i reinstall it again, the GRUB change to command line. I can't boot my comp now. What should I do? And i don't know how to deal with... (4 Replies)
Discussion started by: lee_chongeu
4 Replies

6. Shell Programming and Scripting

How to change the GRUB command line to graphical interface?

Hi, I am i new Unix linux user. I've installed the linux 9 and i uninstall it. the first time i install the linux, the GRUB show the graphical interface. But after i reinstall it again, the GRUB change to command line. I can't boot my comp now. What should I do? And i don't know how to deal with... (1 Reply)
Discussion started by: lee_chongeu
1 Replies

7. UNIX for Dummies Questions & Answers

Graphical Interface

While trying to install mandrake I click graphical install and the screen turns black ... why is it doing this? Here is what is going on ... I downloaded caldera, but i didn't know how to install it so I borrowed mandrake disks from a friend. I installed mandrake but in the middle there was... (11 Replies)
Discussion started by: OOnegative
11 Replies

8. UNIX for Advanced & Expert Users

graphical interface via remote login

I use telent or netterm to remotely login onto a linux sever, but I could only use the command-line interface. I want to know how can I use the graphical interface such as KDE or GNOME. Thanks a lot.:p (3 Replies)
Discussion started by: guanglei_li
3 Replies
Login or Register to Ask a Question