How to set widget size in gtkdialog

Using applications, configuring, problems
Post Reply
Message
Author
PaulR
Posts: 249
Joined: Wed 04 May 2005, 18:45
Location: UK

How to set widget size in gtkdialog

#1 Post by PaulR »

Is it possible to set the dialog window or individual widget size using gtkdialog? I have a very simple script that puts stuff into a list but it always has a horizontal scroll bar and the dialog box is very small. Annoying.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

Code taken from Puppynaptic:

Code: Select all

  <frame available categories>

    <list>
      <variable>CATEGORY</variable>
      <input>/tmp/dotpupdownloader/categories.wxbs</input>
      <action>./listpackages.wxbs $CATEGORY</action>
      <action>clear:PACKAGE</action>
      <action>./showinfo.wxbs CLSEDIT</action>
      <action>refresh:INFO</action>
      <action>refresh:PACKAGE</action>
      <width>200</width><height>250</height>
    </list>
  </frame>

I suggest to download the Gtkdialog-source from
http://linux.pte.hu/~pipas/gtkdialog/
It has a subfolder "examples", that a very helpfull.

Greets, Mark

PaulR
Posts: 249
Joined: Wed 04 May 2005, 18:45
Location: UK

#3 Post by PaulR »

Thanks Mark - I downloaded that already but couldn't find this information :oops:

Post Reply