(From issue #1027) The Adjuster's spin button is now frameless to solve (as a workaround) alignment inconsistency.

This commit is contained in:
Hombre
2011-10-22 14:17:35 +02:00
parent 9057cd34ff
commit ab343546ad
14 changed files with 152 additions and 9 deletions

View File

@@ -109,10 +109,13 @@ public:
*/
class MySpinButton : public Gtk::SpinButton {
protected:
bool on_scroll_event (GdkEventScroll* event);
bool on_key_press_event (GdkEventKey* event);
public:
MySpinButton ();
void updateSize();
};
/**