-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where are the symbols of (stklos gtklos)
?
#696
Comments
Hi @jpellegrini, That's weird. Does the If I do exactly what you did, I have: stklos> (import (stklos gtklos))
stklos> (module-exports 'stklos/gtklos)
(<canvas-text> <canvas-rectangle> <canvas-path> <canvas-line> <canvas-image> <canvas-ellipse> <canvas> <font-dialog> make-file-selector-dialog use-preview-labelshow-hidden select-multiple <file-dialog> show-editor <color-dialog> make-simple-message-dialog dialog-run use-header-bar <dialog> text-paste-clipboard text-copy-clipboard text-cut-clipboard text-write-file text-read-file text-wrap text-overwrite text-monospace text-indent cursor-visible accepts-tab text-buffer <text>text-editable text-visibility max-length cursor-position <entry> add-items-to-menubar <menu-separator-item> inconsistent draw-as-radio <menu-check-item> accel-path right-justified <menu-item> tearoff-title tearoff-state reserve-toggle-sizeactive <menu> <menu-bar> items <entry-combobox> <combobox> group-selected <radio-button> <check-button> use-underline use-stock relief focus-on-click image <button> <separator> window-placement vpolicy hpolicy overlay-scrolling max-content-height min-content-height max-content-width min-content-width <scroll> page-size page-increment step-increment adjustement-upper adjustement-lower <gtk-adjustement> increment upper lower value-pos has-origin draw-value digits <scale> progress-bar-pulse pulse-step inverted show-text value <progress-bar> justify selectable lines <label> get-image-pixbuf file-name <image> image-path add-items-to-toolbar command icon-name text <toolbar-button-item> <toolbar-separator-item> toolbar-style show-arrow icon-size <toolbar> show-close-button has-subtitle decoration-layout subtitle <header-bar> column-homogeneous row-homogeneous column-spacingrow-spacing <grid> <vframe> <hframe> shadow <frame> <vwindow> <hwindow> modal height width resizable title transient <window> <vbox> <hbox> orientation spacinghomogeneous padding fill expand <gtk-box> container-info container-remove! container-add! get-widget-height get-widget-width event-connect-after event-connect destroy ypad xpad yalign xalign tooltip width-request sensitive visible name height-request has-focus has-default can-default parent internal-arrange-widget realize-widget gtk-main start-interactive-gtk event-describe event-keyval event-type event-y event-x event-button event-modifiers event-char g-signal-connect-afterg-signal-connect kill-idle when-idle timeout)
stklos> |
Uh. It works! (?!?) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @egallesio !
I got into
extensions/gtklos
and did this:Thenstarted the REPL:
So, there were no errors when I did the import. The module is there:
But..
Hm, what's going on?
stklos> (module-exports 'stklos/gtklos) (kill-idle when-idle timeout)
Where are all the symbols?
The text was updated successfully, but these errors were encountered: