~israeldahl/jwm-settings-manager/trunk

« back to all changes in this revision

Viewing changes to fltk/jwm-keyboard.fld

  • Committer: Israel Dahl
  • Date: 2018-01-16 14:17:27 UTC
  • Revision ID: israeldahl@gmail.com-20180116141727-1eqofcuc0c5ukzdw
Update main branch to be current

* Windows
  - configure button actions
 * Desktop
   - file manager preferences
 * Themes
   - parse directories and ignore non-xml files

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
decl {\#include <iostream>} {public global
46
46
47
47
 
48
 
decl {\#include "../include/jwmrc.h"} {public global
 
48
decl {\#include "../include/jwmrc.hpp"} {public global
49
49
50
50
 
51
 
decl {\#include "../include/ui.h"} {public global
 
51
decl {\#include "../include/ui.hpp"} {public global
52
52
53
53
 
54
54
decl {\#include "../include/keyboard.hpp"} {public global
106
106
};} {private global
107
107
108
108
 
109
 
class KeyboardUI {open
 
109
class KeyboardUI {open : {public JWM_Keyboard}
110
110
} {
111
111
  decl {int JWMVERSION;} {private local
112
112
  }
929
929
  } {
930
930
    Fl_Window layout_win {
931
931
      label Layout open
932
 
      xywh {561 233 490 310} type Double visible
 
932
      xywh {561 233 490 310} type Double hide
933
933
    } {
934
934
      Fl_Browser {} {
935
935
        label Layout
965
965
        label Option
966
966
        callback {std::string val =fixLayoutString(o);
967
967
optionoutput->value(val.c_str());
968
 
optionoutput->redraw();} selected
 
968
optionoutput->redraw();}
969
969
        tooltip {Additional quirks} xywh {320 5 165 220} type Hold box FLAT_BOX selection_color 80
970
970
        code0 {keyOptionPopulate(o);}
971
971
      }
985
985
//Fl::add_handler(handle);} {}
986
986
    Fl_Window keyboard_window {
987
987
      label {Keyboard Settings} open
988
 
      xywh {676 429 480 295} type Double color 31 hide resizable
989
 
      code0 {startup(o,jsm_keyboard_xpm);} xclass {jsm-keyboard}
 
988
      xywh {676 429 480 295} type Double color 31 resizable
 
989
      code0 {startup(o,jsm_keyboard_xpm);} xclass {jsm-keyboard} visible
990
990
    } {
991
991
      Fl_Scroll {} {open
992
992
        xywh {0 0 490 310} color 31 resizable
993
993
      } {
994
994
        Fl_Browser key_browser {
995
 
          label {Keyboard Shortcuts}
 
995
          label {Keyboard Shortcuts} selected
996
996
          xywh {5 20 470 235} type Hold box FLAT_BOX selection_color 80 labelfont 1 align 1
997
 
          code1 {static int widths[] = {35,175,105,0};o->column_widths(widths);}
 
997
          code1 {static int widths[] = {50,175,105,0};o->column_widths(widths);}
998
998
          code3 {populateFLBrowser2Attr(key_browser,"Key","mask","key");}
999
999
        }
1000
1000
        Fl_Button {} {