X11workbench Toolkit  1.0
Control Window Properties

Variables

Atom aDLGC_TEXT
 dialog control TEXT property - see WBDialogControlGetText() More...
 
Atom aDLGC_CAPTION
 dialog control CAPTION property - see WBDialogControlGetCaption()
 
Atom aDLGC_FONT
 dialog control FONT property - reserved More...
 
Atom aDLGC_SCROLLINFO
 dialog control SCROLLINFO property - see WB_SCROLLINFO structure More...
 
Atom aDLGC_LISTINFO
 dialog control LISTINFO property - see DLGInitControlListInfo() etc. More...
 
Atom aDLGC_PATH
 dialog control PATH property, for file and directory controls More...
 

Detailed Description

Atoms and Definitions for Control Properties

Variable Documentation

◆ aDLGC_FONT

Atom aDLGC_FONT

dialog control FONT property - reserved

This is used internally and should not be invoked directly

Definition at line 438 of file dialog_support.c.

◆ aDLGC_LISTINFO

Atom aDLGC_LISTINFO

dialog control LISTINFO property - see DLGInitControlListInfo() etc.

Contains the listbox 'info' structure, to be maintained by APIs only

This is used internally and should not be invoked directly

Definition at line 457 of file dialog_support.c.

◆ aDLGC_PATH

Atom aDLGC_PATH

dialog control PATH property, for file and directory controls

Text property identifying a directory name, standard for file and directory controls. Can be maintained and queried directly using property API functions.

This is used internally and should not be invoked directly

Definition at line 468 of file dialog_support.c.

◆ aDLGC_SCROLLINFO

Atom aDLGC_SCROLLINFO

dialog control SCROLLINFO property - see WB_SCROLLINFO structure

Property contains the WB_SCROLLINFO structure, to be maintained by APIs only.

This is used internally and should not be invoked directly

Definition at line 447 of file dialog_support.c.

◆ aDLGC_TEXT

Atom aDLGC_TEXT

dialog control TEXT property - see WBDialogControlGetText()

This is used internally and should not be invoked directly

Definition at line 426 of file dialog_support.c.