summaryrefslogtreecommitdiff
path: root/src/gui/inttextbox.h
AgeCommit message (Collapse)AuthorFilesLines
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer1-13/+31
requesting modal focus using a stack based approach.
2005-06-03Added IntTextBox class (a TextBox which only accepts integers).Aaron Marks1-0/+56
Changed passive label in drop item dialog to IntTextBox.