Move widgets in BaCon?

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

Move widgets in BaCon?

#1 Post by sunburnt »

I need to move various HUG widgets after they`ve been created.

I tried these on an Entry widget but they error:
`GtkEntry' has no property named `position-request':

Code: Select all

PROPERTY(cell_[id][1], "set-position" , cell_[id][3], cell_[id][4])
PROPERTY(cell_[id][1], "position-request" , cell_[id][3], cell_[id][4])
PROPERTY(cell_[id][1], "request-position" , cell_[id][3], cell_[id][4])

Post Reply