Results 1 to 3 of 3
HOw should I use Glade UI designer. I cannot resize/move widgets, neither use more than one of them. The online manual is useless. I need some tutorial:
1. How to ...
- 08-07-2007 #1
Glade
HOw should I use Glade UI designer. I cannot resize/move widgets, neither use more than one of them. The online manual is useless. I need some tutorial:
1. How to determine the place of a widget on a window ?
2. How to move and resize elements?
ThanksIf you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 08-08-2007 #2Just Joined!
- Join Date
- Jul 2006
- Posts
- 52
GLADE is just a way for you to layout your UI. You import your widgets from the XML file that it creates and use them as you normally would. Someone more experienced in this can probably give you more information but this is what I do. I use PyGTK to write the GUI and gtk.XML class to import the widgets from the .glade (XML) file.
What program language are you using?
- 08-08-2007 #3
I started to use C++. It's nice, but it seems to me it's a level below Delphi, and all the languages I met. I want to learn it together with GUI programming parts.
If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188


Reply With Quote
