Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: XttGraph options

XttGraph options 10 years 1 week ago #6283

  • beloni
  • beloni's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
  • Karma: 0
Hello,

I need one extra options for a XttGraph object Options menu:
HideDecorations (gtk_window_set_decorated(window, FALSE))

How (where) to add that option?

EDIT: the idea is to replace the operator window with a custom graph created with the Ge.

Eduardo
Last Edit: 10 years 1 week ago by beloni.
The administrator has disabled public write access.

XttGraph options 10 years 1 week ago #6284

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3176
  • Thank you received: 502
  • Karma: 133
The option mask for XttGraph is defined in

src/wbl/pwrb/src/pwrb_td_xttgraphoptionsmask.wb_load

Build the class volumes with
> pwre build_all_wbl

and generate $pwr_inc/pwr_baseclasses.h where the options enum is defined with

> pwre module
> rm $pwr_inc/pwr_baseclasses.h
> pwre build wbl pwrb src copy
> pwre merge

You also have to activate Functions/Update Classes in the project.

/Claes
The administrator has disabled public write access.

XttGraph options 10 years 1 week ago #6291

  • beloni
  • beloni's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
  • Karma: 0
Thank you. Here it is.
Attachments:
The administrator has disabled public write access.

XttGraph options 10 years 2 days ago #6302

  • beloni
  • beloni's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
  • Karma: 0
This one allows using a graph as a popup dialogue. Another nice option and very useful.
Attachments:
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 8.318 seconds