Skip to Content
Volume 6A: Motif Programming Manual
book

Volume 6A: Motif Programming Manual

by David Brennan, Dan Heller, Paula Ferguson
September 1993
Intermediate to advanced
1014 pages
28h 26m
English
O'Reilly Media, Inc.
Content preview from Volume 6A: Motif Programming Manual
UIL also supports the private storage specifier. This specifier allows you to restrict the use of a widget definition to
the module in which it occurs. The static storage class specifier in C has the same effect on C functions and
variables. As of Motif 1.2, however, widgets defined as private can still be accessed from other modules. Although
the private storage specifier is rarely used, you can specify it if you want to protect access to private widgets
(assuming the problem will be fixed), or if you want to explicitly indicate that a widget should not be referenced
elsewhere.
25.2.3 The Widget Creation Process
Now that you know how to define widgets in a UIL module, we can take a closer look at how to create widgets at
run−time using MrmFetchWidget(). In Chapter 22, Introduction to UIL, we showed you the basics of using
MrmFetchWidget() to create a widget or a widget hierarchy. As a reminder, this function takes the following
form:
Cardinal
MrmFetchWidget(hierarchy, widget_name, parent, widget_return,
class_return)
MrmHierarchy hierarchy;
String widget_name;
Widget parent;
Widget *widget_return;
MrmType *class_return;
The hierarchy argument is an MrmHierarchy that has been opened with
MrmOpenHierarchyPerDisplay(). The widget_name parameter is the name of the widget to fetch. The
parent argument is the parent of the widget that is to be created. On success, widget_return contains the
widget ID of the widget and class_return contains the internal UIL class code for the widget.
You can also ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Volume 7A: XView Programming Manual

Volume 7A: XView Programming Manual

Dan Heller

Publisher Resources

ISBN: 9780596000431