954,174 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

GUI development in LINUX

Are there any tools for gui based application
development in LINUX? Something like VB?

johnbal
Newbie Poster
2 posts since Apr 2003
Reputation Points: 10
Solved Threads: 0
 

Glade / Glade2
it's for QT development I believe

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

I am having problems with designing in GTK.
If I click on text box object it fill up the entire window.

Also how do i do the coding?Is it similar to VB?

johnbal

sganthe
Newbie Poster
1 post since Apr 2003
Reputation Points: 10
Solved Threads: 0
 

I suggest Kylix, it's delphi based and u can code once and compile on both linux/windows.

Forse
Newbie Poster
13 posts since Jul 2003
Reputation Points: 10
Solved Threads: 0
 

Gambas is supposed to be a lot like Visual Basic.

glade (and gtk) use 'boxes' to lay out widgets. add a box, then add a widget to it.

wbk
Newbie Poster
13 posts since Mar 2005
Reputation Points: 10
Solved Threads: 0
 
Glade / Glade2 it's for QT development I believe

Glade is for GTK/Gnome development

KDevelop/ QT Designer are for KDE/QT development
I am having problems with designing in GTK.
If I click on text box object it fill up the entire window.

You need to add some kinda container such as a GtkTable , or GTKFixed, if your used to a VisualBasic style design, its prolly best to use GTKFixed since you can just plop your butttons/listboxes/whatever anywhere

In glade you can use libglade with your c/c++/ada95 projects Using libglade

python libglade

Paul.Esson
Junior Poster
181 posts since Feb 2005
Reputation Points: 21
Solved Threads: 10
 

I am having problems with designing in GTK. If I click on text box object it fill up the entire window.

Also how do i do the coding?Is it similar to VB?

johnbal

For you issue about the text box filling up the whole window... check out the "Fixed Position" option within GTK / Glade.

chadauld
Newbie Poster
1 post since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: