On this page:
command
get-font

Inherited methods:

from window<%>

accept-drop-files

client->screen

enable

focus

get-client-size

get-cursor

get-handle

get-height

get-label

get-plain-label

get-size

get-width

get-x

get-y

has-focus?

is-enabled?

is-shown?

on-drop-file

on-focus

on-move

on-size

on-subwindow-char

on-subwindow-event

on-superwindow-enable

on-superwindow-show

popup-menu

refresh

screen->client

set-cursor

set-label

show

from area<%>

get-graphical-min-size

get-parent

get-top-level-window

min-height

min-width

stretchable-height

stretchable-width

from subarea<%>

horiz-margin

vert-margin

Version: 4.1

control<%> : interface?

  implements: 

subwindow<%>

The control<%> interface is implemented by the built-in control window classes:

(send a-control command event)  void?

  event : (is-a?/c control-event%)

Calls the control’s callback function, passing on the given control-event% object.

(send a-control get-font)  (is-a?/c font%)

Returns the font used for the control, which is optionally supplied when a control is created.