* Allow Frame's to be located in both rows and columns. Improved min

height/width for windows.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@748 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-07-28 00:17:54 +00:00
parent fc76a11d71
commit 4c9fc671be
40 changed files with 363 additions and 193 deletions
+6 -1
View File
@@ -38,7 +38,8 @@
#define RTORRENT_INPUT_TEXT_INPUT_H
#include <string>
#include <sigc++/slot.h>
#include "bindings.h"
namespace input {
@@ -68,11 +69,15 @@ public:
std::string& str() { return *this; }
Bindings& bindings() { return m_bindings; }
private:
size_type m_pos;
bool m_alt;
SlotDirty m_slotDirty;
Bindings m_bindings;
};
}