add some flesh to a gtk based console program
[spider.git] / perl / DXUser.pm
index bca3b1dab70c7ea8ed7b2d1b01dbd6c75728d7d5..840498c041d3e4d20c707e398c0b0a8028ef625a 100644 (file)
@@ -85,6 +85,7 @@ $v3 = 0;
                  wantusstate => '0,Show US State,yesno',
                  wantdxcq => '0,Show CQ Zone,yesno',
                  wantdxitu => '0,Show ITU Zone,yesno',
+                 wantgtk => '0,Want GTK interface,yesno',
                  lastoper => '9,Last for/oper,cldatetime',
                  nothere => '0,Not Here Text',
                  registered => '9,Registered?,yesno',
@@ -716,6 +717,11 @@ sub wantdxitu
        return _want('dxitu', @_);
 }
 
+sub wantgtk
+{
+       return _want('gtk', @_);
+}
+
 sub wantlogininfo
 {
        my $self = shift;